Removes comments from config.yml

This commit is contained in:
tastybento 2019-02-12 23:05:52 -08:00
parent 6115a37f84
commit 69f2e63266

View File

@ -28,9 +28,6 @@ import world.bentobox.bentobox.database.objects.adapters.FlagSerializer2;
*/
@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")
@ConfigComment("be lost! Use in-game settings GUI or edit when server is offline.")
public class Settings implements DataObject, WorldSettings {
/* WORLD */