Skip to content

Commit

Permalink
feat: added unmuteip and unbanip own permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
confuser committed Mar 6, 2022
1 parent a421285 commit 28b46aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/permissions.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const permissions = [
['bm.command.tempbanip', 'Allows you to tempban an ip'],
['bm.command.tempbanip.override', 'Allows overriding an existing ip ban'],
['bm.command.unbanip', 'Allows you to unban an ip'],
['bm.command.unbanip.own', 'Allows a player to unban an ip they banned'],
['bm.command.import', 'Allows importing of banned players and ips from banned-players.json and banned-ips.json files'],
['bm.command.kick', 'Allows you to kick another player'],
['bm.command.nlkick', 'Allows you to kick another player without logging it'],
Expand All @@ -78,6 +79,10 @@ const permissions = [
['bm.command.tempbanname', 'Allows temporarily banning a name'],
['bm.command.tempbanname.override', 'Allows overriding an existing name ban'],
['bm.command.unbanname', 'Allows unbanning a name'],
['bm.command.muteip', 'Allows you to mute an ip'],
['bm.command.muteip.override', 'Allows overriding an existing ip mute'],
['bm.command.unmuteip', 'Allows you to unmute an ip'],
['bm.command.unmuteip.own', 'Allows a player to unmute an ip they muted'],
['bm.exempt.kick', 'Online players with this permission cannot be kicked, highly recommended for admins'],
['bm.exempt.ban', 'Online players with this permission cannot be banned, highly recommended for admins'],
['bm.exempt.ban.override', 'Allows a player to ban an exempt player'],
Expand Down

0 comments on commit 28b46aa

Please sign in to comment.