mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-06 18:50:54 +01:00
Add trap_door to ignorepassable default config.
This commit is contained in:
parent
f044db166b
commit
9ddb442bc9
@ -22,7 +22,7 @@ import org.bukkit.Material;
|
||||
public class DefaultConfig extends ConfigFile {
|
||||
|
||||
/** NCP build needed for this config. */
|
||||
public static final int buildNumber = 230;
|
||||
public static final int buildNumber = 235;
|
||||
|
||||
/**
|
||||
* Instantiates a new default configuration.
|
||||
@ -440,6 +440,7 @@ public class DefaultConfig extends ConfigFile {
|
||||
|
||||
set(ConfPaths.COMPATIBILITY_BLOCKS + ConfPaths.SUB_IGNOREPASSABLE, Arrays.asList(
|
||||
Material.WOODEN_DOOR.name(), Material.IRON_DOOR_BLOCK.name(),
|
||||
Material.TRAP_DOOR.name(),
|
||||
Material.PISTON_EXTENSION.name(),
|
||||
Material.PISTON_MOVING_PIECE.name() // TODO: ?
|
||||
));
|
||||
|
Loading…
Reference in New Issue
Block a user