Added config option to set the default for the /up and /ceil commands.

The config option defaults to glass as that is consistent across gamemodes.
Use -f to force flight (if available).
Use -g to force glass.
This commit is contained in:
TomyLobo
2013-12-31 18:55:33 +01:00
parent 99fae3e716
commit c25b9a53f2
4 changed files with 27 additions and 8 deletions

View File

@@ -101,6 +101,7 @@ public abstract class LocalConfiguration {
public boolean useInventory = false;
public boolean useInventoryOverride = false;
public boolean useInventoryCreativeOverride = false;
public boolean navigationUseGlass = true;
public int navigationWand = ItemID.COMPASS;
public int navigationWandMaxDistance = 50;
public int scriptTimeout = 3000;