Skip to content

Commit

Permalink
adding bypass permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
tim03we committed Mar 24, 2022
1 parent b918996 commit d163ea9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ version: 2.0.0-SNAPSHOT
description: A NukkitX based plot plugin
softdepend:
- EconomyAPI
- LlamaEconomy
- DbLib

permissions:
Expand All @@ -20,4 +21,10 @@ permissions:
default: op
futureplots.command.merge:
description: "Permission for the Merge Command."
default: op
plot.kick.bypass:
description: "Players with this permission cannot be kicked from any plot."
default: op
plot.deny.bypass:
description: "Players with this permission cannot be denied (banned) from any plot."
default: op

0 comments on commit d163ea9

Please sign in to comment.