diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 0370c81..3e9e5d4 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -6,6 +6,27 @@ prefix: CPit authors: [ Befaci, creeper ] description: CreeperPit gameplay manager 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.*: default: "op" description: "Can bypass every WorldGuard security" + children: + - creeperpit.worldguard.break + - creeperpit.worldguard.place + - creeperpit.worldguard.drop + - creeperpit.worldguard.pvp