Change config option name

This commit is contained in:
Shevchik 2013-12-13 13:20:50 +04:00
parent cb0b871ea2
commit 821cdef976
2 changed files with 2 additions and 2 deletions

View File

@ -168,7 +168,7 @@ public class Chairs extends JavaPlugin {
msgReloaded = ChatColor.translateAlternateColorCodes('&',getConfig().getString("messages.reloaded"));
allowedBlocks = new ArrayList<ChairBlock>();
for (String s : getConfig().getStringList("allowed-blocks")) {
for (String s : getConfig().getStringList("sit-block-settings")) {
String type;
double sh = 0.7;
String tmp[] = s.split("[:]");

View File

@ -15,7 +15,7 @@
# per-item-perms: Enable chairs.sit.[item] permission node. Set to false if you're sitting on every block.
# ignore-if-item-in-hand: Set this true disable sititng if player is holding an item in hand.
# ------
allowed-blocks:
block-settings:
- WOOD_STAIRS:0.7
- SPRUCE_WOOD_STAIRS:0.7
- JUNGLE_WOOD_STAIRS:0.7