diff --git a/src/plugin.yml b/src/plugin.yml index 531fe0a..95f28df 100644 --- a/src/plugin.yml +++ b/src/plugin.yml @@ -76,4 +76,17 @@ permissions: default: op discosheep.party.lightning: description: Allow a player to use lightning for parties - default: op \ No newline at end of file + default: op + # FOR BACKWARDS COMPAT FROM 1.1 TO 1.1.1 + discosheep.party: + children: + discosheep.party.me: true + discosheep.partyall: + children: + discosheep.party.all: true + discosheep.reload: + children: + discoshep.admin.reload: true + discosheep.stopall: + children: + discosheep.admin.stopall: true \ No newline at end of file