Updated Commands and Permissions (markdown)

boy0001 2015-03-13 18:43:22 +11:00
parent 108bdbdf21
commit 0ce1cfe392

@ -139,7 +139,7 @@ The following are an example of some permissions you may give your users.
| /plot debugclaimtest `<world>` `<pos1>` `<pos2>` | 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 debugclaimtest `<world>` `<pos1>` `<pos2>` | 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 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 debugsavetest | Will attempt a save of all plots on the server | usage: `CONSOLE` |
| /plot purge `<world>` `[ID]` `[override]` | Using /plot purge `<world>` `[arg]` will purge all plots for a world if passed the override argument. Using /plot purge `<world>` `<id>` will delete a single plot and does not require the override parameter | usage: `CONSOLE` | | /plot purge `<world>` `[ID]` `[override]` | Using /plot purge `<x;z|player|unowned|unknown|all>` `<world>` will purge plots for a world| usage: `CONSOLE` |
| /plot database mysql `[host]` `[port]` `[username]` `[password]` `[database]` {prefix} | Convert/Backup Storage | 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 database sqlite `[file name]` | Convert/Backup Storage | usage: `CONSOLE` |
| /plot debug | Show debug information | `plots.debug` | | /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 ### Cluster commands
|Command |Description |Permission | |Command |Description |Permission |
|:--------------------:|:--------------------------------|:---------------------:| |:--------------------:|:--------------------------------|:---------------------:|
| /plot cluster list | list all clusters in your current world | plots.cluster.list | | /plot cluster list `<mine`|`shared`|`world`|`all`|`unowned`|`unknown`|`forsale`|`<player>`|`<world>>` | list all clusters in your current world | plots.cluster.list |
| /plot cluster create `<name>` `<id-bot>` `<id-top>` | create a plot cluster| plots.cluster.create | | /plot cluster create `<name>` `<id-bot>` `<id-top>` | create a plot cluster| plots.cluster.create |
| /plot cluster sethome | set the home for a plot cluster | plots.cluster.sethome | | /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 delete [name] | delete a plot cluster | plots.cluster.delete |