mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-24 12:16:44 +01:00
Updated Commands (markdown)
parent
4cbafba07e
commit
5ab9ed075d
128
Commands.md
128
Commands.md
@ -82,7 +82,7 @@ java.lang.NullPointerException
|
||||
|
||||
***
|
||||
|
||||
## [/ADD](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-add)
|
||||
## [/ADD](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Add.java)
|
||||
#### Description
|
||||
`Allow a user to build while you are online`
|
||||
#### Usage
|
||||
@ -99,7 +99,7 @@ plots.add`
|
||||
|
||||
***
|
||||
|
||||
## [/AUTO](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-auto)
|
||||
## [/AUTO](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Auto.java)
|
||||
#### Description
|
||||
`Claim the nearest plot`
|
||||
#### Usage
|
||||
@ -114,7 +114,7 @@ plots.auto`
|
||||
|
||||
***
|
||||
|
||||
## [/BO3](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-bo3)
|
||||
## [/BO3](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/BO3.java)
|
||||
#### Description
|
||||
`Mark a plot as done`
|
||||
#### Usage
|
||||
@ -129,7 +129,7 @@ plots.done`
|
||||
|
||||
***
|
||||
|
||||
## [/BUY](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-buy)
|
||||
## [/BUY](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Buy.java)
|
||||
#### Description
|
||||
`Buy the plot you are standing on`
|
||||
#### Usage
|
||||
@ -144,7 +144,7 @@ plots.buy`
|
||||
|
||||
***
|
||||
|
||||
## [/CHAT](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-chat)
|
||||
## [/CHAT](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Chat.java)
|
||||
#### Description
|
||||
`Toggle plto chant on or off`
|
||||
#### Usage
|
||||
@ -159,7 +159,7 @@ plots.chat`
|
||||
|
||||
***
|
||||
|
||||
## [/CLAIM](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-claim)
|
||||
## [/CLAIM](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Claim.java)
|
||||
#### Description
|
||||
`Claim the current plot you're standing on`
|
||||
#### Usage
|
||||
@ -174,7 +174,7 @@ plots.claim`
|
||||
|
||||
***
|
||||
|
||||
## [/CLEAR](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-clear)
|
||||
## [/CLEAR](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Clear.java)
|
||||
#### Description
|
||||
`Clear a plot`
|
||||
#### Usage
|
||||
@ -189,7 +189,7 @@ plots.clear`
|
||||
|
||||
***
|
||||
|
||||
## [/COMMENT](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-comment)
|
||||
## [/COMMENT](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Comment.java)
|
||||
#### Description
|
||||
`Comment on a plot`
|
||||
#### Usage
|
||||
@ -204,7 +204,7 @@ plots.comment`
|
||||
|
||||
***
|
||||
|
||||
## [/CONDENSE](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-condense)
|
||||
## [/CONDENSE](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Condense.java)
|
||||
#### Description
|
||||
`Condense a plotworld`
|
||||
#### Usage
|
||||
@ -219,7 +219,7 @@ plots.admin`
|
||||
|
||||
***
|
||||
|
||||
## [/CONFIRM](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-confirm)
|
||||
## [/CONFIRM](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Confirm.java)
|
||||
#### Description
|
||||
`Confirm an action`
|
||||
#### Usage
|
||||
@ -234,7 +234,7 @@ plots.use`
|
||||
|
||||
***
|
||||
|
||||
## [/CONTINUE](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-continue)
|
||||
## [/CONTINUE](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Continue.java)
|
||||
#### Description
|
||||
`Continue a plot that was previously marked as done`
|
||||
#### Usage
|
||||
@ -249,7 +249,7 @@ plots.continue`
|
||||
|
||||
***
|
||||
|
||||
## [/COPY](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-copy)
|
||||
## [/COPY](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Copy.java)
|
||||
#### Description
|
||||
`Copy a plot`
|
||||
#### Usage
|
||||
@ -266,7 +266,7 @@ plots.copy`
|
||||
|
||||
***
|
||||
|
||||
## [/CREATEROADSCHEMATIC](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-createroadschematic)
|
||||
## [/CREATEROADSCHEMATIC](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/CreateRoadSchematic.java)
|
||||
#### Description
|
||||
`Add a road schematic to your world using the roads around your current plot`
|
||||
#### Usage
|
||||
@ -281,7 +281,7 @@ plots.createroadschematic`
|
||||
|
||||
***
|
||||
|
||||
## [/DATABASE](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-database)
|
||||
## [/DATABASE](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Database.java)
|
||||
#### Description
|
||||
`Convert/Backup Storage`
|
||||
#### Usage
|
||||
@ -296,7 +296,7 @@ plots.database`
|
||||
|
||||
***
|
||||
|
||||
## [/DEBUG](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-debug)
|
||||
## [/DEBUG](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Debug.java)
|
||||
#### Description
|
||||
`Show debug information`
|
||||
#### Usage
|
||||
@ -311,7 +311,7 @@ plots.admin`
|
||||
|
||||
***
|
||||
|
||||
## [/DEBUGALLOWUNSAFE](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-debugallowunsafe)
|
||||
## [/DEBUGALLOWUNSAFE](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/DebugAllowUnsafe.java)
|
||||
#### Description
|
||||
`Allow unsafe actions until toggled off`
|
||||
#### Usage
|
||||
@ -326,7 +326,7 @@ plots.debugallowunsafe`
|
||||
|
||||
***
|
||||
|
||||
## [/DEBUGCLAIMTEST](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-debugclaimtest)
|
||||
## [/DEBUGCLAIMTEST](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/DebugClaimTest.java)
|
||||
#### Description
|
||||
`If you accidentally delete your database, this command will attempt to restore all plots based on the data from plot sighs. Execution time may vary`
|
||||
#### Usage
|
||||
@ -341,7 +341,7 @@ plots.debugclaimtest`
|
||||
|
||||
***
|
||||
|
||||
## [/DEBUGCLEAR](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-debugclear)
|
||||
## [/DEBUGCLEAR](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/DebugClear.java)
|
||||
#### Description
|
||||
`Clear a plot using a fast experiment algorithm`
|
||||
#### Usage
|
||||
@ -356,7 +356,7 @@ plots.debugclear`
|
||||
|
||||
***
|
||||
|
||||
## [/DEBUGEXEC](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-debugexec)
|
||||
## [/DEBUGEXEC](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/DebugExec.java)
|
||||
#### Description
|
||||
`Mutli-purpose debug command`
|
||||
#### Usage
|
||||
@ -371,7 +371,7 @@ plots.admin`
|
||||
|
||||
***
|
||||
|
||||
## [/DEBUGFIXFLAGS](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-debugfixflags)
|
||||
## [/DEBUGFIXFLAGS](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/DebugFixFlags.java)
|
||||
#### Description
|
||||
`Attempt to fix all flags for a world`
|
||||
#### Usage
|
||||
@ -388,7 +388,7 @@ plots.debugfixflags`
|
||||
|
||||
***
|
||||
|
||||
## [/DEBUGLOADTEST](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-debugloadtest)
|
||||
## [/DEBUGLOADTEST](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/DebugLoadTest.java)
|
||||
#### Description
|
||||
`This debug command will force the reload of all plots in the DB`
|
||||
#### Usage
|
||||
@ -403,7 +403,7 @@ plots.debugloadtest`
|
||||
|
||||
***
|
||||
|
||||
## [/DEBUGPASTE](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-debugpaste)
|
||||
## [/DEBUGPASTE](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/DebugPaste.java)
|
||||
#### Description
|
||||
`Upload settings.yml & latest.log to hastebin`
|
||||
#### Usage
|
||||
@ -418,7 +418,7 @@ plots.debugpaste`
|
||||
|
||||
***
|
||||
|
||||
## [/DEBUGROADREGEN](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-debugroadregen)
|
||||
## [/DEBUGROADREGEN](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/DebugRoadRegen.java)
|
||||
#### Description
|
||||
`Regenerate all roads based on the road schematic`
|
||||
#### Usage
|
||||
@ -433,7 +433,7 @@ plots.debugroadregen`
|
||||
|
||||
***
|
||||
|
||||
## [/DEBUGSAVETEST](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-debugsavetest)
|
||||
## [/DEBUGSAVETEST](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/DebugSaveTest.java)
|
||||
#### Description
|
||||
`This command will force the recreation of all plots in the DB`
|
||||
#### Usage
|
||||
@ -448,7 +448,7 @@ plots.debugsavetest`
|
||||
|
||||
***
|
||||
|
||||
## [/DELETE](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-delete)
|
||||
## [/DELETE](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Delete.java)
|
||||
#### Description
|
||||
`Delete a plot`
|
||||
#### Usage
|
||||
@ -463,7 +463,7 @@ plots.delete`
|
||||
|
||||
***
|
||||
|
||||
## [/DENY](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-deny)
|
||||
## [/DENY](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Deny.java)
|
||||
#### Description
|
||||
`Deny a user from a plot`
|
||||
#### Usage
|
||||
@ -480,7 +480,7 @@ plots.deny`
|
||||
|
||||
***
|
||||
|
||||
## [/DONE](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-done)
|
||||
## [/DONE](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Done.java)
|
||||
#### Description
|
||||
`Mark a plot as done`
|
||||
#### Usage
|
||||
@ -495,7 +495,7 @@ plots.done`
|
||||
|
||||
***
|
||||
|
||||
## [/DOWNLOAD](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-download)
|
||||
## [/DOWNLOAD](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Download.java)
|
||||
#### Description
|
||||
`Download your plot`
|
||||
#### Usage
|
||||
@ -510,7 +510,7 @@ plots.download`
|
||||
|
||||
***
|
||||
|
||||
## [/FILL](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-fill)
|
||||
## [/FILL](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/DebugFill.java)
|
||||
#### Description
|
||||
`Fill or surround a plot in bedrock`
|
||||
#### Usage
|
||||
@ -525,7 +525,7 @@ plots.fill`
|
||||
|
||||
***
|
||||
|
||||
## [/FLAG](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-flag)
|
||||
## [/FLAG](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/FlagCmd.java)
|
||||
#### Description
|
||||
`Manage plot flags`
|
||||
#### Usage
|
||||
@ -540,7 +540,7 @@ plots.flag`
|
||||
|
||||
***
|
||||
|
||||
## [/HELP](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-help)
|
||||
## [/HELP](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Help.java)
|
||||
#### Description
|
||||
`Get this help menu`
|
||||
#### Usage
|
||||
@ -555,7 +555,7 @@ plots.help`
|
||||
|
||||
***
|
||||
|
||||
## [/HOME](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-home)
|
||||
## [/HOME](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Home.java)
|
||||
#### Description
|
||||
`Go to your plot`
|
||||
#### Usage
|
||||
@ -570,7 +570,7 @@ plots.home`
|
||||
|
||||
***
|
||||
|
||||
## [/INBOX](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-inbox)
|
||||
## [/INBOX](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Inbox.java)
|
||||
#### Description
|
||||
`Review the comments for a plot`
|
||||
#### Usage
|
||||
@ -585,7 +585,7 @@ plots.inbox`
|
||||
|
||||
***
|
||||
|
||||
## [/INFO](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-info)
|
||||
## [/INFO](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Info.java)
|
||||
#### Description
|
||||
`Display plot info`
|
||||
#### Usage
|
||||
@ -600,7 +600,7 @@ plots.info`
|
||||
|
||||
***
|
||||
|
||||
## [/KICK](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-kick)
|
||||
## [/KICK](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Kick.java)
|
||||
#### Description
|
||||
`Kick a player from your plot`
|
||||
#### Usage
|
||||
@ -615,7 +615,7 @@ plots.kick`
|
||||
|
||||
***
|
||||
|
||||
## [/LIST](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-list)
|
||||
## [/LIST](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/list.java)
|
||||
#### Description
|
||||
`List plots`
|
||||
#### Usage
|
||||
@ -630,7 +630,7 @@ plots.list`
|
||||
|
||||
***
|
||||
|
||||
## [/LOAD](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-load)
|
||||
## [/LOAD](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Load.java)
|
||||
#### Description
|
||||
`Load your plot`
|
||||
#### Usage
|
||||
@ -645,7 +645,7 @@ plots.load`
|
||||
|
||||
***
|
||||
|
||||
## [/MERGE](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-merge)
|
||||
## [/MERGE](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Merge.java)
|
||||
#### Description
|
||||
`Merge the plot you are standing on, with another plot`
|
||||
#### Usage
|
||||
@ -660,7 +660,7 @@ plots.merge`
|
||||
|
||||
***
|
||||
|
||||
## [/MOVE](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-move)
|
||||
## [/MOVE](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Move.java)
|
||||
#### Description
|
||||
`Move a plot`
|
||||
#### Usage
|
||||
@ -677,7 +677,7 @@ plots.move`
|
||||
|
||||
***
|
||||
|
||||
## [/MUSIC](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-music)
|
||||
## [/MUSIC](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/MusicSubcommand.java)
|
||||
#### Description
|
||||
`Player music in a plot`
|
||||
#### Usage
|
||||
@ -692,7 +692,7 @@ plots.music`
|
||||
|
||||
***
|
||||
|
||||
## [/PLUGIN](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-plugin)
|
||||
## [/PLUGIN](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/plugin.java)
|
||||
#### Description
|
||||
`Show plugin information`
|
||||
#### Usage
|
||||
@ -707,7 +707,7 @@ plots.use`
|
||||
|
||||
***
|
||||
|
||||
## [/PURGE](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-purge)
|
||||
## [/PURGE](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Purge.java)
|
||||
#### Description
|
||||
`Purge all plots for a world`
|
||||
#### Usage
|
||||
@ -722,7 +722,7 @@ plots.admin`
|
||||
|
||||
***
|
||||
|
||||
## [/RATE](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-rate)
|
||||
## [/RATE](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Rate.java)
|
||||
#### Description
|
||||
`Rate the plot`
|
||||
#### Usage
|
||||
@ -737,7 +737,7 @@ plots.rate`
|
||||
|
||||
***
|
||||
|
||||
## [/REGENALLROADS](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-regenallroads)
|
||||
## [/REGENALLROADS](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/RegenAllRoads.java)
|
||||
#### Description
|
||||
`Regenerate all roads in the map using the set road schematic`
|
||||
#### Usage
|
||||
@ -754,7 +754,7 @@ plots.regenallroads`
|
||||
|
||||
***
|
||||
|
||||
## [/RELOAD](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-reload)
|
||||
## [/RELOAD](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Reload.java)
|
||||
#### Description
|
||||
`Reload configurations`
|
||||
#### Usage
|
||||
@ -769,7 +769,7 @@ plots.admin.command.reload`
|
||||
|
||||
***
|
||||
|
||||
## [/REMOVE](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-remove)
|
||||
## [/REMOVE](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Remove.java)
|
||||
#### Description
|
||||
`Remove a player from a plot`
|
||||
#### Usage
|
||||
@ -786,7 +786,7 @@ plots.remove`
|
||||
|
||||
***
|
||||
|
||||
## [/SAVE](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-save)
|
||||
## [/SAVE](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Save.java)
|
||||
#### Description
|
||||
`Save your plot`
|
||||
#### Usage
|
||||
@ -801,7 +801,7 @@ plots.save`
|
||||
|
||||
***
|
||||
|
||||
## [/SCHEMATIC](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-schematic)
|
||||
## [/SCHEMATIC](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/SchematicCmd.java)
|
||||
#### Description
|
||||
`Schematic command`
|
||||
#### Usage
|
||||
@ -816,7 +816,7 @@ plots.schematic`
|
||||
|
||||
***
|
||||
|
||||
## [/SET](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-set)
|
||||
## [/SET](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Set.java)
|
||||
#### Description
|
||||
`Set a plot value`
|
||||
#### Usage
|
||||
@ -831,7 +831,7 @@ plots.set`
|
||||
|
||||
***
|
||||
|
||||
## [/SETOWNER](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-setowner)
|
||||
## [/SETOWNER](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/SetOwner.java)
|
||||
#### Description
|
||||
`Set the plot owner`
|
||||
#### Usage
|
||||
@ -848,7 +848,7 @@ plots.set.owner`
|
||||
|
||||
***
|
||||
|
||||
## [/SETUP](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-setup)
|
||||
## [/SETUP](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Setup.java)
|
||||
#### Description
|
||||
`Setup wizard for plot worlds`
|
||||
#### Usage
|
||||
@ -863,7 +863,7 @@ plots.admin.command.setup`
|
||||
|
||||
***
|
||||
|
||||
## [/SWAP](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-swap)
|
||||
## [/SWAP](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Swap.java)
|
||||
#### Description
|
||||
`Swap two plots`
|
||||
#### Usage
|
||||
@ -878,7 +878,7 @@ plots.swap`
|
||||
|
||||
***
|
||||
|
||||
## [/TARGET](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-target)
|
||||
## [/TARGET](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Target.java)
|
||||
#### Description
|
||||
`Target a plot with your compass`
|
||||
#### Usage
|
||||
@ -895,7 +895,7 @@ plots.target`
|
||||
|
||||
***
|
||||
|
||||
## [/TEMPLATE](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-template)
|
||||
## [/TEMPLATE](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Template.java)
|
||||
#### Description
|
||||
`Create or use a world template`
|
||||
#### Usage
|
||||
@ -910,7 +910,7 @@ plots.admin`
|
||||
|
||||
***
|
||||
|
||||
## [/TOGGLE](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-toggle)
|
||||
## [/TOGGLE](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Toggle.java)
|
||||
#### Description
|
||||
`Toggle per user settings`
|
||||
#### Usage
|
||||
@ -925,7 +925,7 @@ plots.use`
|
||||
|
||||
***
|
||||
|
||||
## [/TP](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-tp)
|
||||
## [/TP](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/TP.java)
|
||||
#### Description
|
||||
`Teleport to a plot`
|
||||
#### Usage
|
||||
@ -942,7 +942,7 @@ plots.tp`
|
||||
|
||||
***
|
||||
|
||||
## [/TRIM](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-trim)
|
||||
## [/TRIM](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Trim.java)
|
||||
#### Description
|
||||
`Delete unmodified portions of your plotworld`
|
||||
#### Usage
|
||||
@ -957,7 +957,7 @@ plots.admin`
|
||||
|
||||
***
|
||||
|
||||
## [/TRUST](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-trust)
|
||||
## [/TRUST](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Trust.java)
|
||||
#### Description
|
||||
`Allow a player to build in a plot`
|
||||
#### Usage
|
||||
@ -974,7 +974,7 @@ plots.trust`
|
||||
|
||||
***
|
||||
|
||||
## [/UNCLAIM](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-unclaim)
|
||||
## [/UNCLAIM](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Unclaim.java)
|
||||
#### Description
|
||||
`Unclaim a plot`
|
||||
#### Usage
|
||||
@ -989,7 +989,7 @@ plots.unclaim`
|
||||
|
||||
***
|
||||
|
||||
## [/UNDENY](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-undeny)
|
||||
## [/UNDENY](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Undeny.java)
|
||||
#### Description
|
||||
`Remove a denied user from a plot`
|
||||
#### Usage
|
||||
@ -1006,7 +1006,7 @@ plots.undeny`
|
||||
|
||||
***
|
||||
|
||||
## [/UNLINK](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-unlink)
|
||||
## [/UNLINK](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Unlink.java)
|
||||
#### Description
|
||||
`Unlink a mega-plot`
|
||||
#### Usage
|
||||
@ -1021,7 +1021,7 @@ plots.unlink`
|
||||
|
||||
***
|
||||
|
||||
## [/UNTRUST](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-untrust)
|
||||
## [/UNTRUST](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Untrust.java)
|
||||
#### Description
|
||||
`Remove a trusted user from a plot`
|
||||
#### Usage
|
||||
@ -1038,7 +1038,7 @@ plots.untrust`
|
||||
|
||||
***
|
||||
|
||||
## [/UPDATE](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-update)
|
||||
## [/UPDATE](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Update.java)
|
||||
#### Description
|
||||
`Update PlotSquared`
|
||||
#### Usage
|
||||
@ -1053,7 +1053,7 @@ plots.admin`
|
||||
|
||||
***
|
||||
|
||||
## [/VISIT](https://github.com/IntellectualSites/PlotSquared/wiki/Command:-visit)
|
||||
## [/VISIT](https://github.com/IntellectualSites/PlotSquared/tree/master/src/main/java/com/intellectualcrafters/plot/commands/Visit.java)
|
||||
#### Description
|
||||
`Visit someones plot`
|
||||
#### Usage
|
||||
|
Loading…
Reference in New Issue
Block a user