Updated Commands (markdown)

Jesse Boyd 2015-08-26 15:55:12 +10:00
parent 0c852c287b
commit f4d6677c21
1 changed files with 49 additions and 0 deletions

@ -47,6 +47,7 @@
- [/schematic](https://github.com/IntellectualSites/PlotSquared/wiki/Commands#schematic)
- [/continue](https://github.com/IntellectualSites/PlotSquared/wiki/Commands#continue)
- [/target](https://github.com/IntellectualSites/PlotSquared/wiki/Commands#target)
- [/cluster](https://github.com/IntellectualSites/PlotSquared/wiki/Commands#cluster)
- [/swap](https://github.com/IntellectualSites/PlotSquared/wiki/Commands#swap)
- [/confirm](https://github.com/IntellectualSites/PlotSquared/wiki/Commands#confirm)
- [/untrust](https://github.com/IntellectualSites/PlotSquared/wiki/Commands#untrust)
@ -65,6 +66,7 @@
- [/template](https://github.com/IntellectualSites/PlotSquared/wiki/Commands#template)
- [/debugroadregen](https://github.com/IntellectualSites/PlotSquared/wiki/Commands#debugroadregen)
- [/createroadschematic](https://github.com/IntellectualSites/PlotSquared/wiki/Commands#createroadschematic)
- [/weanywhere](https://github.com/IntellectualSites/PlotSquared/wiki/Commands#weanywhere)
- [/debugfixflags](https://github.com/IntellectualSites/PlotSquared/wiki/Commands#debugfixflags)
- [/debugloadtest](https://github.com/IntellectualSites/PlotSquared/wiki/Commands#debugloadtest)
- [/update](https://github.com/IntellectualSites/PlotSquared/wiki/Commands#update)
@ -188,6 +190,40 @@
***
## [/CLUSTER](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Cluster.java)
#### Description
`Manage a plot cluster`
#### Usage
`/plot cluster`
#### Aliases
`[ clusters ]`
#### Permissions
##### Primary
- `plots.cluster`
##### Other
- `plots.cluster.list`
- `plots.cluster.create`
- `plots.cluster.delete`
- `plots.cluster.delete.other`
- `plots.cluster.resize`
- `plots.cluster.resize.other`
- `plots.cluster.delete`
- `plots.cluster.regen.other`
- `plots.cluster.invite`
- `plots.cluster.invite.other`
- `plots.cluster.kick`
- `plots.cluster.kick.other`
- `plots.cluster.leave`
- `plots.cluster.helpers`
- `plots.cluster.tp`
- `plots.cluster.tp.other`
- `plots.cluster.info`
- `plots.cluster.sethome`
- `plots.cluster.sethome.other`
***
## [/COMMENT](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Comment.java)
#### Description
`Comment on a plot`
@ -1046,3 +1082,16 @@ plot flag list
***
## [/WEANYWHERE](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/WE_Anywhere.java)
#### Description
`Force bypass of WorldEdit`
#### Usage
`/plot weanywhere`
#### Aliases
`[ wea ]`
#### Permissions
##### Primary
- `plots.worldedit.bypass`
***