global rule not working

This commit is contained in:
J-VdS
2020-08-19 20:29:03 +02:00
parent 4938aac731
commit 3753e8f54a
2 changed files with 1 additions and 25 deletions

View File

@@ -61,7 +61,7 @@ public class ServerControl implements ApplicationListener{
"bans", "",
"admins", "",
"shufflemode", "custom",
"globalrules", "{reactorExplosions: false, schematicAllowed: true}"
"globalrules", "{reactorExplosions: false}" //schematicAllowed: true} //is not working
);
Log.setLogger((level, text) -> {