Hi, ich habe ein ähnliches Problem - bei FE kann ich nämlich anscheinend das Blockgriefing sowie Explosionen nicht deaktivieren. Was Befehle angeht, um Zonen zu erstellen und Rechte zu vergeben bzw. zu sperren, kann ich Dir allerdings weiterhelfen. Bei mir klappt es auf diese Art wunderbar: 1.) select a region with either //pos1 x y z //pos2 x y z or bind a tool using //fewand and use right click , left click 2.) define the selected area as a zone with: /zone define
3.) /p group _ALL_ zone
deny fe.protection.break.* fe.protection.place.* fe.protection.interact.* fe.production.interact.minecraft.chest.* 4.) /p user
zone
allow fe.protection.break.* fe.protection.place.* fe.protection.interact.* fe.production.interact.minecraft.chest.* 5.) /p group _ALL_ zone
allow fe.protection.interact.minecraft.stone_button.* fe.protection.interact.minecraft.wooden_button.* fe.protection.interact.minecraft.wooden_door.* fe.protection.interact.minecraft.lever.* fe.protection.interact.minecraft.trapdoor.* Außerdem wichtig (ich hoffe, die Befehle sind selbsterklärend): /p global spawn here /p group members create /p group members prefix &r[&2MEMBER&r] /p group _GUESTS_ prefix &r[&eGUEST&r] /p group _GUESTS_ denydefault /p group _GUESTS_ deny fe.commands.* fe.protection.break.* fe.protection.place.* fe.protection.interact.* /p group _GUESTS_ allow fe.protection.interact.minecraft.stone_button.* fe.protection.interact.minecraft.wooden_button.* fe.protection.interact.minecraft.wooden_door.* fe.protection.interact.minecraft.lever.* fe.protection.interact.minecraft.trapdoor.* /p user MyTestUser group add members /p user MyTestUser group remove members