Switch off debug by default

This commit is contained in:
J0nasL 2023-07-30 04:13:15 -04:00
parent 4b61cafc9c
commit dabad87de3

View file

@ -1,5 +1,5 @@
#If enabled, logs extra debugging information to the console. This information will appear in logs regardless of debug setting.
debug: true
debug: false
#Name of your end world, usually to "world_the_end" on spigot
end: world_the_end