9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-23 09:09:15 +00:00

Fix structure manager with paper & worldedit

This commit is contained in:
Daniel Mills
2020-10-19 06:10:37 -04:00
parent 2348d4a855
commit a607a6a137
2 changed files with 8 additions and 1 deletions

View File

@@ -42,6 +42,10 @@ public class IrisSettings
@Desc("Useful information when creating iris worlds. Shows object loads & more.")
public boolean verbose = false;
@DontObfuscate
@Desc("If true, will not use world edit even if its on the server")
public boolean ignoreWorldEdit = false;
@DontObfuscate
@Desc("System Effects")
public boolean systemEffects = true;