diff --git a/Commands-and-Permissions.md b/Commands-and-Permissions.md index 5662af9..c146b69 100644 --- a/Commands-and-Permissions.md +++ b/Commands-and-Permissions.md @@ -102,13 +102,13 @@ The following are an example of some permissions you may give your users. | /plot remove `` | remove a player from the plot | `plots.remove` | | /plot untrust `` | untrust a player | `plots.untrust` | | /plot undeny `` | no longer deny a player from the plot | `plots.undeny` | -| /plot chat `` | Toggles plot chat | `plot.chat` | +| /plot chat `` | Toggles plot chat | `plots.chat` | | /plot schematic `` | 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 `` | Kicks a player from your plot | `plots.kick` | | /plot comment `` `` | Comment on a plot | `plots.comment` | |||plots.comment.`` | @@ -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` |