From d1064c183e3171e3db73069a20527d1c028f6dab Mon Sep 17 00:00:00 2001 From: Lax Date: Sat, 25 Jul 2015 23:17:58 -0700 Subject: [PATCH] Made it pretty (sort of) --- Commands-and-Permissions.md | 41 ++++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/Commands-and-Permissions.md b/Commands-and-Permissions.md index b48870d..5662af9 100644 --- a/Commands-and-Permissions.md +++ b/Commands-and-Permissions.md @@ -102,12 +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 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 | `plot.download` | | /plot kick `` | Kicks a player from your plot | `plots.kick` | | /plot comment `` `` | Comment on a plot | `plots.comment` | |||plots.comment.`` | @@ -143,30 +144,36 @@ The following are an example of some permissions you may give your users. | /plot plugin | Show plugin information | `plots.use` | | /plot inventory | Open a command inventory | `plots.inventory` | | /plot reload | Reload configurations | `plots.admin.reload` | -| /plot debugclaimtest `` `` `` | pos1 & pos2 are Plot IDs in the format X;YThis command will automatically attempt to claim the plots in the given selection based on the sign for that plot. | usage: `CONSOLE` | -| /plot debugloadtest | Will attempt a reload of all plots in the DB | usage: `CONSOLE` | -| /plot debugsavetest | Will attempt a save of all plots on the server | usage: `CONSOLE` | | /plot purge `` `[ID]` `[override]` | Using /plot purge `` `` will purge plots for a world| usage: `CONSOLE` | | /plot database mysql `[host]` `[port]` `[username]` `[password]` `[database]` {prefix} | Convert/Backup Storage | usage: `CONSOLE` | | /plot database sqlite `[file name]` | Convert/Backup Storage | usage: `CONSOLE` | -| /plot debug | Show debug information | `plots.debug` | | /plot CreateRoadSchematic | Add a road schematic to your world using the road around your current plot | `plots.admin` | + + +### Debug commands +|Command |Description |Permission | +|:--------------------:|:--------------------------------|:---------------------:| +| /plot debugpaste | Will upload critical config information for easy debugging. | `plot.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` | +| /plot debug | Show debug information | `plots.debug` | +| /plot debugloadtest | Will attempt a reload of all plots in the DB | usage: `CONSOLE` | +| /plot debugsavetest | Will attempt a save of all plots on the server | usage: `CONSOLE` | +| /plot debugclaimtest `` `` `` | pos1 & pos2 are Plot IDs in the format X;YThis command will automatically attempt to claim the plots in the given selection based on the sign for that plot. | usage: `CONSOLE` | ### Cluster commands |Command |Description |Permission | |:--------------------:|:--------------------------------|:---------------------:| -| /plot cluster list| list all clusters in your current world | plots.cluster.list | -| /plot cluster create `` `` `` | create a plot cluster| plots.cluster.create | -| /plot cluster sethome | set the home for a plot cluster | plots.cluster.sethome | -| /plot cluster delete [name] | delete a plot cluster | plots.cluster.delete | -| /plot cluster resize `` `` | resize a plot cluster | plots.cluster.resize | -| /plot cluster regen `[name]` | regenerate a plot cluster | plots.cluster.regen | -| /plot cluster invite ``| invite a player to the cluster | plots.cluster.invite | -| /plot cluster kick `` | kick a player from the cluster | plots.cluster.kick | -| /plot cluster leave `[name]` | leave a plot cluster | plots.cluster.leave | -| /plot cluster helpers `` `` | manage helpers for the cluster | plots.cluster.helpers | -| /plot cluster tp `` | teleport to the cluster home| plots.cluster.tp | -| /plot cluster info [name] | view cluster info | perm| \ No newline at end of file +| /plot cluster list| list all clusters in your current world | `plots.cluster.list` | +| /plot cluster create `` `` `` | create a plot cluster| `plots.cluster.create` | +| /plot cluster sethome | set the home for a plot cluster | `plots.cluster.sethome` | +| /plot cluster delete [name] | delete a plot cluster | `plots.cluster.delete` | +| /plot cluster resize `` `` | resize a plot cluster | `plots.cluster.resize` | +| /plot cluster regen `[name]` | regenerate a plot cluster | `plots.cluster.regen` | +| /plot cluster invite ``| invite a player to the cluster | `plots.cluster.invite` | +| /plot cluster kick `` | kick a player from the cluster | `plots.cluster.kick` | +| /plot cluster leave `[name]` | leave a plot cluster | `plots.cluster.leave` | +| /plot cluster helpers `` `` | manage helpers for the cluster | `plots.cluster.helpers` | +| /plot cluster tp `` | teleport to the cluster home| `plots.cluster.tp` | +| /plot cluster info [name] | view cluster info | `plots.cluster.info` | \ No newline at end of file