mirror of
https://github.com/asofold/CompatNoCheatPlus.git
synced 2025-01-07 19:17:47 +01:00
Remove WorldGuard from the ensure-enable preset.
Don't remember why it's been there...
This commit is contained in:
parent
8ca712c2dc
commit
fa5c1e05aa
@ -22,7 +22,7 @@ public class Settings {
|
|||||||
public static CompatConfig getDefaultConfig(){
|
public static CompatConfig getDefaultConfig(){
|
||||||
CompatConfig cfg = new NewConfig(null);
|
CompatConfig cfg = new NewConfig(null);
|
||||||
cfg.set("plugins.force-enable-later", new LinkedList<String>()); // ConfigUtil.asList(new String[]{ "NoCheatPlus" }));
|
cfg.set("plugins.force-enable-later", new LinkedList<String>()); // ConfigUtil.asList(new String[]{ "NoCheatPlus" }));
|
||||||
cfg.set("plugins.ensure-enable", ConfigUtil.asList(new String[]{ "WorldGuard" }));
|
cfg.set("plugins.ensure-enable", new LinkedList<String>()); // ConfigUtil.asList(new String[]{ "WorldGuard" }));
|
||||||
cfg.set("hooks.prevent-add", new LinkedList<String>());
|
cfg.set("hooks.prevent-add", new LinkedList<String>());
|
||||||
cfg.set("configversion", configVersion);
|
cfg.set("configversion", configVersion);
|
||||||
return cfg;
|
return cfg;
|
||||||
|
Loading…
Reference in New Issue
Block a user