This commit is contained in:
tastybento 2018-08-16 00:01:33 -07:00
commit 069e7dea87
1 changed files with 2 additions and 2 deletions

View File

@ -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")
@ -1187,4 +1187,4 @@ public class Settings implements DataObject, WorldSettings {
} }
} }