Updated Commands and Permissions (markdown)

Jesse Boyd 2015-07-20 19:43:31 +10:00
parent 1bb164084f
commit 5a954d4a20
1 changed files with 11 additions and 0 deletions

@ -76,6 +76,10 @@ The following are an example of some permissions you may give your users.
||| claim size: `plots.auto.mega` |
| /plot home `<id` / `alias>` | Go to your plot | `plots.home` |
| /plot visit `<player>`;`[#]` | Visit someone's plot | `plots.visit` |
||| `plots.visit.owned` |
||| `plots.visit.shared` |
||| `plots.visit.unowned` |
||| `plots.visit.other` |
| /plot tp `<alias` / `id` / `player>` | Teleport to a plot | `plots.tp` |
| /plot paste | Pastes a copied plot | `plots.paste` |
| /plot set `<arg>` `<value...>` | Set a plot value | `plots.set` |
@ -127,6 +131,13 @@ The following are an example of some permissions you may give your users.
||- size ||
||`[category]` is an optional parameter ||
| /plot list `<mine` / `shared` / `world` / `all>` | List all plots for a category | `plots.list` |
||| `plots.list.mine` |
||| `plots.list.shared` |
||| `plots.list.world` |
||| `plots.list.top` |
||| `plots.list.all` |
||| `plots.list.unowned` |
||| `plots.list.player` |
| /plot help `[category]` | Get a help menu | `N/A` |
| /plot plugin | Show plugin information | `plots.use` |
| /plot inventory | Open a command inventory | `plots.inventory` |