Skip to content

Commit

Permalink
Fixed missing permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
DaPigGuy committed May 10, 2020
1 parent 21f3c69 commit 438c9cc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ PiggyFactions is currently in beta. While we have tested quite thoroughly, there
| `piggyfactions.command.faction.create` | Allow usage of /f create | `true` |
| `piggyfactions.command.faction.demote` | Allow usage of /f demote | `true` |
| `piggyfactions.command.faction.description` | Allow usage of /f description | `true` |
| `piggyfactions.command.faction.disband` | Allow usage of /f disband | `true` |
| `piggyfactions.command.faction.enemy` | Allow usage of /f enemy | `true` |
| `piggyfactions.command.faction.flag` | Allow usage of /f flag | `true` |
| `piggyfactions.command.faction.help` | Allow usage of /f help | `true` |
| `piggyfactions.command.faction.home` | Allow usage of /f home | `true` |
| `piggyfactions.command.faction.info` | Allow usage of /f info | `true` |
Expand All @@ -134,6 +137,8 @@ PiggyFactions is currently in beta. While we have tested quite thoroughly, there
| `piggyfactions.command.faction.seechunk` | Allow usage of /f seechunk | `true` |
| `piggyfactions.command.faction.sethome` | Allow usage of /f sethome | `true` |
| `piggyfactions.command.faction.setpower` | Allow usage of /f setpower | `op` |
| `piggyfactions.command.faction.top` | Allow usage of /f top | `true` |
| `piggyfactions.command.faction.truce` | Allow usage of /f truce | `true` |
| `piggyfactions.command.faction.unally` | Allow usage of /f unally | `true` |
| `piggyfactions.command.faction.unban` | Allow usage of /f unban | `true` |
| `piggyfactions.command.faction.unclaim` | Allow usage of /f unclaim | `true` |
Expand Down
15 changes: 15 additions & 0 deletions plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ permissions:
piggyfactions.command.faction.description:
default: true
description: "Allow usage of /f description"
piggyfactions.command.faction.disband:
default: true
description: "Allow usage of /f disband"
piggyfactions.command.faction.enemy:
default: true
description: "Allow usage of /f enemy"
piggyfactions.command.faction.flag:
default: true
description: "Allow usage of /f flag"
piggyfactions.command.faction.help:
default: true
description: "Allow usage of /f help"
Expand Down Expand Up @@ -99,6 +108,12 @@ permissions:
piggyfactions.command.faction.setpower:
default: op
description: "Allow usage of /f setpower"
piggyfactions.command.faction.top:
default: true
description: "Allow usage of /f top"
piggyfactions.command.faction.truce:
default: true
description: "Allow usage of /f truce"
piggyfactions.command.faction.unally:
default: true
description: "Allow usage of /f unally"
Expand Down

0 comments on commit 438c9cc

Please sign in to comment.