Minor command and permission cleanup

NotMyFault 2018-08-11 23:52:56 +02:00
parent b766d1d410
commit b3dd63bfc4
1 changed files with 5 additions and 18 deletions

@ -87,7 +87,6 @@
- [/plot reload](https://github.com/IntellectualSites/PlotSquared/wiki/Commands#reload)
- [/plot database](https://github.com/IntellectualSites/PlotSquared/wiki/Commands#database)
- [/plot condense](https://github.com/IntellectualSites/PlotSquared/wiki/Commands#condense)
- [/plot condense](https://github.com/IntellectualSites/PlotSquared/wiki/Commands#condense)
- [/plot trim](https://github.com/IntellectualSites/PlotSquared/wiki/Commands#trim)
- [/plot cluster](https://github.com/IntellectualSites/PlotSquared/wiki/Commands#cluster)
- [/plot weanywhere](https://github.com/IntellectualSites/PlotSquared/wiki/Commands#weanywhere)
@ -99,7 +98,7 @@
#### Usage
`/plot buy`
#### Aliases
`[ buy,b ]`
`[ buy ]`
#### Permissions
`plots.buy`
***
@ -432,7 +431,7 @@
#### Usage
`/plot delete`
#### Aliases
`[ delete,dispose,del ]`
`[ delete,dispose,del,reset ]`
#### Permissions
##### Primary
- `plots.delete`
@ -469,7 +468,7 @@
#### Required callers
`PLAYER`
#### Aliases
`[ add,a ]`
`[ add ]`
#### Permissions
##### Primary
- `plots.add`
@ -507,7 +506,7 @@
#### Required callers
`PLAYER`
#### Aliases
`[ remove,r,untrust,ut,undeny,ud ]`
`[ remove,r,untrust,ut,undeny,ud,unban ]`
#### Permissions
##### Primary
- `plots.remove`
@ -950,19 +949,7 @@ plot flag list
- `plots.admin`
- `.PERMISSION_ADMIN.s`
***
## [CONDENSE](https://github.com/IntellectualSites/PlotSquared/tree/master/Core/src/main/java/com/intellectualcrafters/plot/commands/Condense.java)
#### Description
`Condense a plotworld`
#### Usage
`/plot condense`
#### Required callers
`CONSOLE`
#### Aliases
`[ condense ]`
#### Permissions
`plots.admin`
***
## [CONDENSE](https://github.com/IntellectualSites/PlotSquared/tree/master/Core/src/main/java/com/intellectualcrafters/plot/commands/Condense.java)
@ -1165,7 +1152,7 @@ Runs the result task with the parameters (viable, nonViable).
`/plot alias set <alias>`
`/plot alias remove <alias>`
#### Aliases
`[ setalias,alias,sa,name,rename,setname,seta ]`
`[ setalias,alias,sa,name,rename,setname,seta, nameplot ]`
#### Permissions
`plots.set.alias`
NEW: `plots.alias.set` and `plots.alias.remove` (The old permission still work!)