BetonQuest icon indicating copy to clipboard operation
BetonQuest copied to clipboard

Config.yml Cleanup

Open SaltyAimbOtter opened this issue 4 years ago • 2 comments

remove_items_after_respawn was only needed back in the day when Bukkit did not allow to check which Gamerules are set. Now Bukkit.getWorld("someWorld").getGameRuleValue() can be used to automatically set this config option.

This could be a part of #1037.

SaltyAimbOtter avatar Jul 13 '20 11:07 SaltyAimbOtter

Also change mysql config names (base -> database, pass -> password, user -> username)

SaltyAimbOtter avatar Jul 22 '20 09:07 SaltyAimbOtter

Maybe we rename the current condig to oldConfig.yml and add a new one that will replace piece for piece the config options

Wolf2323 avatar Dec 30 '20 21:12 Wolf2323