From 934a2b6dd8ebc6b8b38a3326fbbc0ef4a2d8bf36 Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Thu, 16 Apr 2020 14:27:00 +0200 Subject: [PATCH] Updated Commands (markdown) --- Commands.md | 132 ++++++++++++++++++++++++++-------------------------- 1 file changed, 66 insertions(+), 66 deletions(-) diff --git a/Commands.md b/Commands.md index 5b0693f..287e8b3 100644 --- a/Commands.md +++ b/Commands.md @@ -91,7 +91,7 @@ Make sure to checkout our [permission packs](https://github.com/IntellectualSite - [/plot weanywhere](https://github.com/IntellectualSites/PlotSquared/wiki/Commands#weanywhere) # Commands -## [BUY](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Buy.java) +## [BUY](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Buy.java) #### Description `Buy the plot you are standing on` #### Usage @@ -100,7 +100,7 @@ Make sure to checkout our [permission packs](https://github.com/IntellectualSite `plots.buy` *** -## [SAVE](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Save.java) +## [SAVE](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Save.java) #### Description `Save your plot` #### Usage @@ -112,7 +112,7 @@ Make sure to checkout our [permission packs](https://github.com/IntellectualSite - `plots.save` *** -## [LOAD](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Load.java) +## [LOAD](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Load.java) #### Description `Load your plot` #### Usage @@ -126,7 +126,7 @@ Make sure to checkout our [permission packs](https://github.com/IntellectualSite - `plots.load` *** -## [CONFIRM](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Confirm.java) +## [CONFIRM](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Confirm.java) #### Description `Confirm an action` #### Usage @@ -137,7 +137,7 @@ Make sure to checkout our [permission packs](https://github.com/IntellectualSite `plots.use` *** -## [TEMPLATE](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Template.java) +## [TEMPLATE](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Template.java) #### Description `Create or use a world template` #### Usage @@ -155,7 +155,7 @@ Make sure to checkout our [permission packs](https://github.com/IntellectualSite `plots.admin` *** -## [DOWNLOAD](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Download.java) +## [DOWNLOAD](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Download.java) #### Description `Download your plot` #### Usage @@ -167,7 +167,7 @@ Make sure to checkout our [permission packs](https://github.com/IntellectualSite - `plots.download.world` *** -## [SETUP](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Setup.java) +## [SETUP](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Setup.java) #### Description `Setup wizard for plot worlds` #### Usage @@ -178,7 +178,7 @@ Make sure to checkout our [permission packs](https://github.com/IntellectualSite `plots.admin.command.setup` *** -## [AREA](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Area.java) +## [AREA](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Area.java) #### Description `Create a new PlotArea` #### Usage @@ -203,7 +203,7 @@ Make sure to checkout our [permission packs](https://github.com/IntellectualSite - `plots.area.regen` *** -## [DEBUGSAVETEST](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/DebugSaveTest.java) +## [DEBUGSAVETEST](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/DebugSaveTest.java) #### Description `This command will force the recreation of all plots in the DB` #### Usage @@ -214,7 +214,7 @@ Make sure to checkout our [permission packs](https://github.com/IntellectualSite `plots.debugsavetest` *** -## [DEBUGLOADTEST](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/DebugLoadTest.java) +## [DEBUGLOADTEST](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/DebugLoadTest.java) #### Description `This debug command will force the reload of all plots in the DB` #### Usage @@ -225,7 +225,7 @@ Make sure to checkout our [permission packs](https://github.com/IntellectualSite `plots.debugloadtest` *** -## [CREATEROADSCHEMATIC](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/CreateRoadSchematic.java) +## [CREATEROADSCHEMATIC](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/CreateRoadSchematic.java) #### Description `Add a road schematic to your world using the roads around your current plot` #### Usage @@ -236,7 +236,7 @@ Make sure to checkout our [permission packs](https://github.com/IntellectualSite `plots.createroadschematic` *** -## [DEBUGALLOWUNSAFE](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/DebugAllowUnsafe.java) +## [DEBUGALLOWUNSAFE](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/DebugAllowUnsafe.java) #### Description `Allow unsafe actions until toggled off` #### Usage @@ -247,7 +247,7 @@ Make sure to checkout our [permission packs](https://github.com/IntellectualSite `plots.debugallowunsafe` *** -## [REGENALLROADS](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/RegenAllRoads.java) +## [REGENALLROADS](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/RegenAllRoads.java) #### Description `Regenerate all roads in the map using the set road schematic` #### Usage @@ -258,7 +258,7 @@ Make sure to checkout our [permission packs](https://github.com/IntellectualSite `plots.regenallroads` *** -## [CLAIM](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Claim.java) +## [CLAIM](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Claim.java) #### Description `Claim the current plot you're standing on. If you activated the "specify_on_claim" option in the worlds.yml you can define a plot-schematic.` @@ -276,7 +276,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define - `plots.admin.command.schematic` *** -## [AUTO](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Auto.java) +## [AUTO](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Auto.java) #### Description `Claim the nearest plot` #### Usage @@ -292,7 +292,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define - `plots.admin.command.schematic` *** -## [VISIT](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Visit.java) +## [VISIT](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Visit.java) #### Description `Visit someones plot` #### Usage @@ -310,7 +310,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define - `plots.visit.other` *** -## [SET](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Set.java) +## [SET](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Set.java) #### Description `Set a plot value` #### Usage @@ -324,7 +324,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define - `plots.set.` *** -## [CLEAR](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Clear.java) +## [CLEAR](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Clear.java) #### Description `Clear a plot` #### Usage @@ -338,7 +338,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define - `plots.continue` *** -## [DELETE](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Delete.java) +## [DELETE](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Delete.java) #### Description `Delete a plot` #### Usage @@ -351,7 +351,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define - `plots.admin.command.delete` *** -## [TRUST](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Trust.java) +## [TRUST](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Trust.java) #### Description `Allow a user to build in a plot and use WorldEdit while the plot owner is offline.` #### Usage @@ -365,7 +365,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define - `plots.trust.everyone` *** -## [ADD](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Add.java) +## [ADD](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Add.java) #### Description `Allow a user to build in a plot while the plot owner is online.` #### Usage @@ -377,7 +377,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define - `plots.trust.everyone` *** -## [DENY](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Deny.java) +## [DENY](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Deny.java) #### Description `Deny a user from a plot` #### Usage @@ -391,7 +391,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define - `plots.deny.everyone` *** -## [REMOVE](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Remove.java) +## [REMOVE](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Remove.java) #### Description `Remove a player from a plot` #### Usage @@ -404,7 +404,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define - `plots.admin.command.remove` *** -## [INFO](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Info.java) +## [INFO](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Info.java) #### Description `Display plot info` #### Usage @@ -415,7 +415,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define `plots.info` *** -## [LIST](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/ListCmd.java) +## [LIST](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/ListCmd.java) #### Description `List plots` #### Usage @@ -445,7 +445,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define - `plots.list.fuzzy` *** -## [DEBUG](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Debug.java) +## [DEBUG](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Debug.java) #### Description `Show debug information` #### Usage @@ -456,7 +456,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define `plots.admin` *** -## [SCHEMATIC](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/SchematicCmd.java) +## [SCHEMATIC](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/SchematicCmd.java) #### Description `Schematic command` #### Usage @@ -473,7 +473,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define - `plots.schematic.paste` *** -## [PLUGIN](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/PluginCmd.java) +## [PLUGIN](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/PluginCmd.java) #### Description `Show plugin information` #### Usage @@ -484,7 +484,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define `plots.use` *** -## [PURGE](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Purge.java) +## [PURGE](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Purge.java) #### Description `Purge all plots for a world` #### Usage @@ -495,7 +495,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define `plots.admin` *** -## [RELOAD](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Reload.java) +## [RELOAD](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Reload.java) #### Description `Reload translations and world settings` #### Usage @@ -506,7 +506,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define `plots.admin.command.reload` *** -## [RELIGHT](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Relight.java) +## [RELIGHT](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Relight.java) #### Description `Relight your plot` #### Usage @@ -517,7 +517,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define `plots.relight` *** -## [MERGE](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Merge.java) +## [MERGE](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Merge.java) #### Description `Merge the plot you are standing on, with another plot` #### Usage @@ -535,7 +535,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define - `plots.merge.keeproad` *** -## [DEBUGPASTE](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/DebugPaste.java) +## [DEBUGPASTE](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/DebugPaste.java) #### Description `Upload settings.yml, worlds.yml, your latest.log and Multiverse's worlds.yml (if being used) to https://athion.net/ISPaster/paste` #### Usage @@ -546,7 +546,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define `plots.debugpaste` *** -## [UNLINK](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Unlink.java) +## [UNLINK](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Unlink.java) #### Description `Unlink a mega-plot (merged plot)` #### Usage @@ -559,7 +559,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define - `plots.admin.command.unlink` *** -## [KICK](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Kick.java) +## [KICK](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Kick.java) #### Description `Kick a player from your plot` #### Usage @@ -572,7 +572,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define - `plots.admin.command.kick` *** -## [RATE](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Rate.java) +## [RATE](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Rate.java) #### Description `Rate the plot` #### Usage @@ -585,7 +585,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define - `plots.comment` *** -## [DEBUGCLAIMTEST](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/DebugClaimTest.java) +## [DEBUGCLAIMTEST](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/DebugClaimTest.java) #### Description `If you accidentally delete your database, this command will attempt to restore all plots based on the data from plot signs. Execution time may vary.` #### Usage @@ -596,7 +596,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define `plots.debugclaimtest` *** -## [INBOX](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Inbox.java) +## [INBOX](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Inbox.java) #### Description `Review the comments for a plot` #### Usage @@ -607,7 +607,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define `plots.inbox` *** -## [COMMENT](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Comment.java) +## [COMMENT](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Comment.java) #### Description `Comment on a plot` #### Usage @@ -618,7 +618,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define `plots.comment` *** -## [DATABASE](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Database.java) +## [DATABASE](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Database.java) #### Description `Convert/Backup Storage` #### Usage @@ -629,7 +629,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define `plots.database` *** -## [SWAP](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Swap.java) +## [SWAP](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Swap.java) #### Description `Swap two plots` #### Usage @@ -642,7 +642,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define - `plots.admin` *** -## [MUSIC](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Music.java) +## [MUSIC](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Music.java) #### Description `Player music in a plot` #### Usage @@ -653,7 +653,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define `plots.music` *** -## [DEBUGROADREGEN](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/DebugRoadRegen.java) +## [DEBUGROADREGEN](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/DebugRoadRegen.java) #### Description `Regenerate all roads based on the road schematic. Insert "plot" to regen it from the plot height, input "height [height]" to regen from a custom height.` #### Usage @@ -664,7 +664,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define `plots.debugroadregen` *** -## [DEBUGEXEC](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/DebugExec.java) +## [DEBUGEXEC](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/DebugExec.java) #### Description `Multi-purpose debug command` #### Usage @@ -682,7 +682,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define `plots.admin` *** -## [SETFLAG](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/FlagCmd.java) +## [SETFLAG](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/FlagCommand.java) #### Description `Set plot flags` #### Usage @@ -708,7 +708,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define - `plots.set.flag." + args[1].toLowerCase` *** -## [TARGET](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Target.java) +## [TARGET](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Target.java) #### Description `Target a plot with your compass` #### Usage @@ -719,7 +719,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define `plots.target` *** -## [DEBUGFIXFLAGS](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/DebugFixFlags.java) +## [DEBUGFIXFLAGS](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/DebugFixFlags.java) #### Description `Attempt to fix all flags for a world` #### Usage @@ -730,7 +730,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define `plots.debugfixflags` *** -## [MOVE](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Move.java) +## [MOVE](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Move.java) #### Description `Move a plot` #### Usage @@ -743,7 +743,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define - `plots.admin` *** -## [CONDENSE](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Condense.java) +## [CONDENSE](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Condense.java) #### Description `Condense a plotworld` #### Usage @@ -754,7 +754,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define `plots.admin` *** -## [COPY](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Copy.java) +## [COPY](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Copy.java) #### Description `Copy a plot` #### Usage @@ -767,7 +767,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define - `plots.admin` *** -## [CHAT](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Chat.java) +## [CHAT](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Chat.java) #### Description `Toggle plot chat on or off` #### Usage @@ -780,7 +780,7 @@ If you activated the "specify_on_claim" option in the worlds.yml you can define - `plots.chat.color` *** -## [TRIM](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Trim.java) +## [TRIM](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Trim.java) #### Description `Delete unmodified portions of your plotworld` ##### Comments @@ -798,7 +798,7 @@ Runs the result task with the parameters (viable, nonViable). `plots.admin` *** -## [DONE](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Done.java) +## [DONE](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Done.java) #### Description `Mark a plot as done` #### Usage @@ -812,7 +812,7 @@ Runs the result task with the parameters (viable, nonViable). - `plots.admin.command.done` *** -## [CONTINUE](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Continue.java) +## [CONTINUE](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Continue.java) #### Description `Continue a plot that was previously marked as done` #### Usage @@ -825,7 +825,7 @@ Runs the result task with the parameters (viable, nonViable). - `plots.admin.command.continue` *** -## [MIDDLE](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Middle.java) +## [MIDDLE](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Middle.java) #### Description `Teleports you to the center of the current plot` #### Usage @@ -836,7 +836,7 @@ Runs the result task with the parameters (viable, nonViable). `plots.middle` *** -## [GRANT](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Grant.java) +## [GRANT](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Grant.java) #### Description `` #### Usage @@ -850,7 +850,7 @@ Runs the result task with the parameters (viable, nonViable). - `plots.grant.` *** -## [SETOWNER](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Owner.java) +## [SETOWNER](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Owner.java) #### Description `Set the plot owner` #### Usage @@ -864,7 +864,7 @@ Runs the result task with the parameters (viable, nonViable). - `plots.admin.command.setowner` *** -## [SETDESCRIPTION](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Desc.java) +## [SETDESCRIPTION](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Desc.java) #### Description `Set the plot description` #### Usage @@ -875,7 +875,7 @@ Runs the result task with the parameters (viable, nonViable). `plots.set.desc` *** -## [SETBIOME](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Biome.java) +## [SETBIOME](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Biome.java) #### Description `Set the plot biome` #### Usage @@ -886,7 +886,7 @@ Runs the result task with the parameters (viable, nonViable). `plots.set.biome` *** -## [ALIAS](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Alias.java) +## [ALIAS](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Alias.java) #### Description `Set the plot name` #### Usage @@ -899,7 +899,7 @@ Runs the result task with the parameters (viable, nonViable). `plots.alias.remove` *** -## [SETHOME](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/SetHome.java) +## [SETHOME](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/SetHome.java) #### Description `Set the plot home` #### Usage @@ -910,7 +910,7 @@ Runs the result task with the parameters (viable, nonViable). `plots.set.home` *** -## [CLUSTER](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Cluster.java) +## [CLUSTER](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Cluster.java) #### Description `Manage a plot cluster` #### Usage @@ -955,7 +955,7 @@ Runs the result task with the parameters (viable, nonViable). - `plots.cluster.sethome` *** -## [TOGGLE](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Toggle.java) +## [TOGGLE](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Toggle.java) #### Description `Toggle per user settings` #### Usage @@ -966,7 +966,7 @@ Runs the result task with the parameters (viable, nonViable). `plots.use` *** -## [HELP](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Help.java) +## [HELP](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Help.java) #### Description `Get this help menu` #### Usage @@ -977,7 +977,7 @@ Runs the result task with the parameters (viable, nonViable). `plots.use` *** -## [CAPS](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Caps.java) +## [CAPS](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/Caps.java) #### Description `Show plot mob and entity caps` #### Usage @@ -986,7 +986,7 @@ Runs the result task with the parameters (viable, nonViable). `plots.caps` *** -## [WEANYWHERE](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/WE_Anywhere.java) +## [WEANYWHERE](https://github.com/IntellectualSites/PlotSquared/tree/v5/Core/src/main/java/com/plotsquared/core/command/WE_Anywhere.java) #### Description `Force bypass of WorldEdit restrictions` #### Usage