permissions done!!!

This commit is contained in:
befaci03 2026-01-21 21:54:20 +01:00
parent b1c30df5e6
commit 7e280d7a58

View File

@ -6,6 +6,27 @@ prefix: CPit
authors: [ Befaci, creeper ] authors: [ Befaci, creeper ]
description: CreeperPit gameplay manager description: CreeperPit gameplay manager
permissions: permissions:
creeperpit.admin:
default: "op"
description: "Is an administrator of CreeperPit"
creeperpit.worldguard.place:
default: "op"
description: "Can bypass the place WorldGuard's security"
creeperpit.worldguard.break:
default: "op"
description: "Can bypass the breaking WorldGuard's security"
creeperpit.worldguard.pvp:
default: "op"
description: "Can bypass the PVP WorldGuard's security"
creeperpit.worldguard.drop:
default: "op"
description: "Can bypass the dropping WorldGuard's security"
creeperpit.worldguard.*: creeperpit.worldguard.*:
default: "op" default: "op"
description: "Can bypass every WorldGuard security" description: "Can bypass every WorldGuard security"
children:
- creeperpit.worldguard.break
- creeperpit.worldguard.place
- creeperpit.worldguard.drop
- creeperpit.worldguard.pvp