mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 11:45:19 +01:00
Made it pretty (sort of)
parent
4e1e1ffa9d
commit
d1064c183e
@ -102,12 +102,13 @@ The following are an example of some permissions you may give your users.
|
||||
| /plot remove `<player>` | remove a player from the plot | `plots.remove` |
|
||||
| /plot untrust `<player>` | untrust a player | `plots.untrust` |
|
||||
| /plot undeny `<player>` | no longer deny a player from the plot | `plots.undeny` |
|
||||
| /plot chat `<on`/`off>` | Toggles plot chat | `plot.chat` |
|
||||
| /plot schematic `<test` / `paste` / `save` / `exportall>` | Paste a schematic in your plot | `plots.schematic` |
|
||||
||| `plots.schematic.test` |
|
||||
||| `plots.schematic.paste` |
|
||||
||| `plots.schematic.save` |
|
||||
|||(Must be console to exportall) |
|
||||
| /plot download | Provides a link for a schematic download | `plot.download |
|
||||
| /plot download | Provides a link for a schematic download | `plot.download` |
|
||||
| /plot kick `<player>` | Kicks a player from your plot | `plots.kick` |
|
||||
| /plot comment `<admin` / `owner` / `helper` / `trusted` / `everyone>` `<message>` | Comment on a plot | `plots.comment` |
|
||||
|||plots.comment.`<tier>` |
|
||||
@ -143,30 +144,36 @@ The following are an example of some permissions you may give your users.
|
||||
| /plot plugin | Show plugin information | `plots.use` |
|
||||
| /plot inventory | Open a command inventory | `plots.inventory` |
|
||||
| /plot reload | Reload configurations | `plots.admin.reload` |
|
||||
| /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 `<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` |
|
||||
| /plot CreateRoadSchematic | Add a road schematic to your world using the road around your current plot | `plots.admin` |
|
||||
|
||||
|
||||
### Debug commands
|
||||
|Command |Description |Permission |
|
||||
|:--------------------:|:--------------------------------|:---------------------:|
|
||||
| /plot debugpaste | Will upload critical config information for easy debugging. | `plot.debugpaste` |
|
||||
| /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` |
|
||||
| /plot debug | Show debug information | `plots.debug` |
|
||||
| /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 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` |
|
||||
|
||||
### 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|
|
||||
| /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 | `plots.cluster.info` |
|
Loading…
Reference in New Issue
Block a user