mirror of
https://github.com/BentoBoxWorld/BSkyBlock.git
synced 2024-11-22 11:45:36 +01:00
Fixed path in StoreAt annotation
This commit is contained in:
parent
bd8f402b40
commit
00a7ee524e
@ -29,7 +29,7 @@ import world.bentobox.bentobox.database.objects.adapters.FlagSerializer2;
|
||||
* All the plugin settings are here
|
||||
* @author Tastybento
|
||||
*/
|
||||
@StoreAt(filename="config.yml", path="addons/BentoBox-BSkyBlock") // Explicitly call out what name this should have.
|
||||
@StoreAt(filename="config.yml", path="addons/BSkyBlock") // Explicitly call out what name this should have.
|
||||
@ConfigComment("BSkyBlock Configuration [version]")
|
||||
@ConfigComment("This config file is dynamic and saved when the server is shutdown.")
|
||||
@ConfigComment("You cannot edit it while the server is running because changes will")
|
||||
@ -1187,4 +1187,4 @@ public class Settings implements DataObject, WorldSettings {
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user