1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-20 10:43:12 +01:00

Add mcMMO_Region_System.Enabled to persistent_data.yml (removed from hidden config)

This commit is contained in:
nossr50
2021-04-09 07:54:34 -07:00
parent e76fb9ab1b
commit 56f9341f8e
15 changed files with 15 additions and 37 deletions

View File

@@ -34,4 +34,9 @@ public class PersistentDataConfig extends AutoUpdateConfigLoader {
return config.getBoolean(key, false);
}
public boolean useBlockTracker() {
return config.getBoolean("mcMMO_Region_System.Enabled", true);
}
}