diff --git a/README.md b/README.md index bb629c60..a10f7b4a 100644 --- a/README.md +++ b/README.md @@ -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` | @@ -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` | diff --git a/plugin.yml b/plugin.yml index a54e98ab..2a29c8a3 100644 --- a/plugin.yml +++ b/plugin.yml @@ -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" @@ -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"