mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-24 12:16:44 +01:00
Updated Commands and Permissions (markdown)
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 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 `<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 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 `<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 sethome | set the home for a plot cluster | plots.cluster.sethome |
|
||||
| /plot cluster delete [name] | delete a plot cluster | plots.cluster.delete |
|
||||
|
Loading…
Reference in New Issue
Block a user