ForgeEssentials

ForgeEssentials

339k Downloads

Enabling players to use chests in spawn region

KierenWells opened this issue ยท 4 comments

commented

I am attempting to allow my players to use chests within the spawn region.

I have created an area with /area define SpawnZone and added //expand up and down by 100
I have also disabled (i think) mob spawning within this area.

What I am now trying is to enable only chests to be opened by anyone within SpawnZone. Tried this by doing:
/p global allow fe.protection.interact.minecraft.chest but players are still unable to access chests within spawn.
What is the correct way to allow this??

commented

Try /p group _ALL_ Zone SpawnZone allow fe.protection.interact.minecraft.chest

commented

Try /p group _ALL_ Zone SpawnZone allow fe.protection.interact.minecraft.chest

I have tried this, still doesn't seem to work

commented

Add .*

commented

is this still an issue @KierenWells ?