mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-07 03:02:11 +01:00
Add piston stuff to ignore list (config) for passable.
This commit is contained in:
parent
1bb1dd8a89
commit
1372a462d9
@ -431,6 +431,8 @@ public class DefaultConfig extends ConfigFile {
|
||||
|
||||
set(ConfPaths.COMPATIBILITY_BLOCKS + ConfPaths.SUB_IGNOREPASSABLE, new LinkedList<String>(Arrays.asList(new String[]{
|
||||
Material.WOODEN_DOOR.name(), Material.IRON_DOOR_BLOCK.name(),
|
||||
Material.PISTON_EXTENSION.name(),
|
||||
Material.PISTON_MOVING_PIECE.name(), // TODO: ?
|
||||
})));
|
||||
|
||||
// Update internal factory based on all the new entries to the "actions" section.
|
||||
|
Loading…
Reference in New Issue
Block a user