Add container f perm

This commit is contained in:
Trent Hensler 2018-02-03 14:08:21 -08:00
parent 1b088ccd54
commit 32b13befce
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}