Add container f perm
This commit is contained in:
parent
1b088ccd54
commit
32b13befce
@ -443,6 +443,11 @@ public class FactionsPlayerListener implements Listener {
|
||||
case WOODEN_DOOR:
|
||||
action = PermissableAction.DOOR;
|
||||
break;
|
||||
case CHEST:
|
||||
case ENDER_CHEST:
|
||||
case TRAPPED_CHEST:
|
||||
action = PermissableAction.CONTAINER;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user