Skip to content

Commit

Permalink
Update permissions
Browse files Browse the repository at this point in the history
Adds the new permission from EssentialsX/Essentials#4759
Removes the separate cooldown bypass permissions for `/heal`, `/feed`, `/tpa` and `/back` as they are now redundant.
  • Loading branch information
Chris6ix committed Feb 14, 2023
1 parent d506f2e commit bd8d2c5
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions data/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@
[
"Essentials",
null,
"essentials.commandcooldowns.bypass",
"Allow to bypass command cooldowns"
"essentials.commandcooldowns.bypass.<command name>",
"Allow to bypass specific command cooldowns. Bypasses all, if no command is specified."
],
[
"Essentials",
Expand Down Expand Up @@ -402,12 +402,6 @@
"essentials.feed",
"Allows access to the /feed command."
],
[
"Essentials",
"feed",
"essentials.feed.cooldown.bypass",
"Bypass the feed cooldown"
],
[
"Essentials",
"feed",
Expand Down Expand Up @@ -606,12 +600,6 @@
"essentials.heal",
"Allow access to the /heal command."
],
[
"Essentials",
"heal",
"essentials.heal.cooldown.bypass",
"Bypass the heal cooldown"
],
[
"Essentials",
"heal",
Expand Down Expand Up @@ -1602,18 +1590,6 @@
"essentials.suicide",
"Allow access to the /suicide command."
],
[
"Essentials",
null,
"essentials.teleport.cooldown.bypass.back",
"Allow to bypass the /back command cooldown"
],
[
"Essentials",
null,
"essentials.teleport.cooldown.bypass.tpa",
"Allow to bypass the /tpa command cooldown"
],
[
"Essentials",
null,
Expand Down

0 comments on commit bd8d2c5

Please sign in to comment.