mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-02-16 01:42:28 +01:00
Updated Commands and Permissions (markdown)
parent
87af7e0a5f
commit
46cde56769
@ -12,6 +12,28 @@
|
||||
| `plots.admin` | Admin Permission |
|
||||
| `plots.worldedit.bypass`| Bypass Worldedit |
|
||||
|
||||
## Example permissions
|
||||
The following are an example of some permissions you may give your users.
|
||||
```
|
||||
- plots.unlink
|
||||
- plots.clear
|
||||
- plots.use
|
||||
- plots.claim
|
||||
- plots.auto
|
||||
- plots.home
|
||||
- plots.plot.1
|
||||
- plots.set.biome
|
||||
- plots.set.home
|
||||
- plots.delete
|
||||
- plots.merge
|
||||
- plots.denied
|
||||
- plots.helpers
|
||||
- plots.trusted
|
||||
- plots.kick
|
||||
- plots.info
|
||||
- plots.list
|
||||
```
|
||||
|
||||
##Permissions
|
||||
|
||||
|Command |Description |Permission |
|
||||
@ -87,3 +109,19 @@
|
||||
| /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` |
|
||||
|
||||
### Cluster commands
|
||||
|Command |Description |Permission |
|
||||
|:--------------------:|:--------------------------------|:---------------------:|
|
||||
| /plot cluster list | 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 |
|
||||
| /plot cluster resize `<pos1>` `<pos2>` | resize a plot cluster | plots.cluster.resize |
|
||||
| /plot cluster regen `[name]` | regenerate a plot cluster | plots.cluster.regen |
|
||||
| /plot cluster invite `<player>`| invite a player to the cluster | plots.cluster.invite |
|
||||
| /plot cluster kick `<player>` | kick a player from the cluster | plots.cluster.kick |
|
||||
| /plot cluster leave `[name]` | leave a plot cluster | plots.cluster.leave |
|
||||
| /plot cluster helpers `<add|remove>` `<player>` | manage helpers for the cluster | plots.cluster.helpers |
|
||||
| /plot cluster tp `<name>` | teleport to the cluster home| plots.cluster.tp |
|
||||
| /plot cluster info [name] | view cluster info | perm|
|
Loading…
Reference in New Issue
Block a user