Updated Commands and Permissions (markdown)

Lax 2015-07-25 23:19:40 -07:00
parent d1064c183e
commit 7c62fe2a20

@ -102,13 +102,13 @@ The following are an example of some permissions you may give your users.
| /plot remove `<player>` | remove a player from the plot | `plots.remove` |
| /plot untrust `<player>` | untrust a player | `plots.untrust` |
| /plot undeny `<player>` | no longer deny a player from the plot | `plots.undeny` |
| /plot chat `<on`/`off>` | Toggles plot chat | `plot.chat` |
| /plot chat `<on`/`off>` | Toggles plot chat | `plots.chat` |
| /plot schematic `<test` / `paste` / `save` / `exportall>` | Paste a schematic in your plot | `plots.schematic` |
||| `plots.schematic.test` |
||| `plots.schematic.paste` |
||| `plots.schematic.save` |
|||(Must be console to exportall) |
| /plot download | Provides a link for a schematic download | `plot.download` |
| /plot download | Provides a link for a schematic download | `plots.download` |
| /plot kick `<player>` | Kicks a player from your plot | `plots.kick` |
| /plot comment `<admin` / `owner` / `helper` / `trusted` / `everyone>` `<message>` | Comment on a plot | `plots.comment` |
|||plots.comment.`<tier>` |
@ -153,7 +153,7 @@ The following are an example of some permissions you may give your users.
### Debug commands
|Command |Description |Permission |
|:--------------------:|:--------------------------------|:---------------------:|
| /plot debugpaste | Will upload critical config information for easy debugging. | `plot.debugpaste` |
| /plot debugpaste | Will upload critical config information for easy debugging. | `plots.debugpaste` |
| /plot DebugRoadRegen | Regenerate all the road from the schematic in your current chunk | `plots.debugroadregen` |
| /plot RegenAllRoads | Regenerate all roads in the map | usage: `CONSOLE` |
| /plot DebugClear | Clear a plot using a fast experimental algorithm | `plots.debugclear` |