mirror of
https://github.com/BentoBoxWorld/BSkyBlock.git
synced 2025-02-18 01:31:44 +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
|
* All the plugin settings are here
|
||||||
* @author Tastybento
|
* @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("BSkyBlock Configuration [version]")
|
||||||
@ConfigComment("This config file is dynamic and saved when the server is shutdown.")
|
@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")
|
@ConfigComment("You cannot edit it while the server is running because changes will")
|
||||||
|
Loading…
Reference in New Issue
Block a user