Rename option
This commit is contained in:
parent
3ea2661b78
commit
9630ad0ae5
@ -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);
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user