Add a config setting to allow creative mode players to override inventory setting.
This commit is contained in:
@@ -98,6 +98,7 @@ public abstract class LocalConfiguration {
|
||||
public boolean noDoubleSlash = false;
|
||||
public boolean useInventory = false;
|
||||
public boolean useInventoryOverride = false;
|
||||
public boolean useInventoryCreativeOverride = false;
|
||||
public int navigationWand = ItemID.COMPASS;
|
||||
public int navigationWandMaxDistance = 50;
|
||||
public int scriptTimeout = 3000;
|
||||
|
||||
Reference in New Issue
Block a user