From 0ce1cfe3929c0f50da8fe3f7939a293c88e0f728 Mon Sep 17 00:00:00 2001 From: boy0001 Date: Fri, 13 Mar 2015 18:43:22 +1100 Subject: [PATCH] Updated Commands and Permissions (markdown) --- Commands-and-Permissions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Commands-and-Permissions.md b/Commands-and-Permissions.md index 919e882..93c5d51 100644 --- a/Commands-and-Permissions.md +++ b/Commands-and-Permissions.md @@ -139,7 +139,7 @@ The following are an example of some permissions you may give your users. | /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 `` `[arg]` will purge all plots for a world if passed the override argument. Using /plot purge `` `` will delete a single plot and does not require the override parameter | 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` | @@ -151,7 +151,7 @@ The following are an example of some permissions you may give your users. ### Cluster commands |Command |Description |Permission | |:--------------------:|:--------------------------------|:---------------------:| -| /plot cluster list | list all clusters in your current world | plots.cluster.list | +| /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 |