Rename option

This commit is contained in:
Shevchik 2013-12-13 13:21:51 +04:00
parent 3ea2661b78
commit 9630ad0ae5
2 changed files with 2 additions and 2 deletions

View File

@ -152,7 +152,7 @@ public class Chairs extends JavaPlugin {
invertedStepCheck = getConfig().getBoolean("upper-step-check"); invertedStepCheck = getConfig().getBoolean("upper-step-check");
ignoreIfBlockInHand = getConfig().getBoolean("ignore-if-item-in-hand"); ignoreIfBlockInHand = getConfig().getBoolean("ignore-if-item-in-hand");
disabledRegions = new HashSet<String>(getConfig().getStringList("disabledRegions")); disabledRegions = new HashSet<String>(getConfig().getStringList("disabledWGRegions"));
sitEffectsEnabled = getConfig().getBoolean("sit-effects.enabled", false); sitEffectsEnabled = getConfig().getBoolean("sit-effects.enabled", false);
sitEffectInterval = getConfig().getInt("sit-effects.interval",20); sitEffectInterval = getConfig().getInt("sit-effects.interval",20);

View File

@ -35,7 +35,7 @@ auto-rotate: true
max-chair-width: 3 max-chair-width: 3
sign-check: false sign-check: false
distance: 2 distance: 2
disabledRegions: [] disabledWGRegions: []
sitting-height-adj: 1.0 sitting-height-adj: 1.0
notify-player: true notify-player: true
upside-down-check: true upside-down-check: true