Introduction
Set up individual restrictions on interaction, destruction, and placement of blocks for each world.
Permissions
bni.place - bypass block placement restrictions
bni.break - bypass block destruction restrictions
bni.interact - bypass block interaction restrictions
Config
Code (YAML):
worlds:
world:
place:
materials
:
[
]
break:
materials
:
- STONE
interact:
materials
:
- WOODEN_DOOR
world2:
place:
materials
:
- COBBLESTONE
break:
materials
:
- LOG
- LEAVES
interact:
materials
:
- WOODEN_BUTTON