The PlotSquared plugin is used in the Creative Plots world as well as the Survival, Skyblock and SkyGrid Market worlds. Some of the below commands will only work in the Creative World and are not enable in the Markets.
Access Tiers #
Type | Description |
---|---|
Owner | Complete control of the plot, including adding/removing users |
Trusted | Place/break blocks |
Member | Place/break blocks _only_ when the owner is in the same world as the plot (for example, in creative 1) |
Denied | Cannot enter the plot |
Commands #
Basic Plot Commands #
The following lists the PlotSquared commands used for managing plots. The base command is /plot or /p for short.
/plot or /p | PlotSquared help |
/p auto | Claim any available plot |
/p claim | Claim the plot you are in |
/p delete | Clears your plot and un-claims it; somebody else can now /p claim it |
/p home | Go to your plot; alias /p h |
/p home [#] | Go to your additional plots (if you have any) |
/p visit <player|alias|id> [#] | Go to the specified plot, for example /p visit add5tar; alias /p v |
/p visit Stickie 3 | Teleport to Stickie’s 3rd plot |
/p visit RedCastle | Teleport to the plot named RedCastle |
/p visit -2;4 | Teleport to the plot at -2;4 |
/p info | See info on current plot |
/p list mine | See your plots |
/p list shared | See plots where you are trusted |
/p move <x;z> | Move your plot to a new location (the target plot must be unclaimed) Example: /p move 9;-8 means to move your plot to the available plot at 9;-8 |
/p merge {direction} | Merge plots adjacent plots that you own Example: /p merge north will merge your plot with the one to the north |
/p merge auto | Merge your current plot with any adjacent plots that you own |
/p unmerge or /p unlink | Break apart a merged plot. A road will be placed between the plots that you are splitting, so you could lose part of your build |
/p clear | Clears all builds on your plot. **This is a permanent action |
Letting others build #
/p add | Allow a user to build while you are in creative |
/p remove | Remove user from your plot’s permissions list. See also /p info members |
/p remove * | Remove all trusted or added players |
/p trust | Allow user to build anytime |
/p untrust | Remove a trusted player. See also /p info trusted |
/p untrust * | Remove all trusted players |
/p deny | Deny a player from entering |
/p undeny or /p remove | Allow a denied player to enter your plot again |
Setting Options #
/p set biome [biome] | Change the biome to selected [biome] |
/p set biome help | See biome names |
/p set home | Change the location that you teleport to with /p h or /p visit |
/p set floor [block ID] | Change the floor (surface) of your plot For example, /p set floor podzol will change the floor to podzol. Water is not allowed. |
/p set wall [block ID] | Change the walls (below ground). For example, /p set wall polished_granite will change the walls to polished granite. |
/p music | Play music at the specified location (whenever somebody enters the plot). Choose the disk from a menu. |
/p toggle titles | Toggle whether titles are shown when you enter plots that have enabled titles using /p flag set titles true |
Flags #
Use flags to define custom behavior for your plot. Note that when you define many of these flags, players already inside your plot will not be affected by the flag. They will need to leave your plot and then re-enter for the flag to take effect.
/p flag list | See list of settable flags (not all are available for use) |
/p info flags | See list of flags set for the plot you are in |
/p flag remove (flag) | Removes a flag |
/p flag set greeting | Add a greeting that people see in their chat when they enter your plot |
/p flag set farewell | Add a message that people see in their chat when they leave your plot |
/p flag set time 6000 | Fixed time (in ticks). 6000 for Noon, 18000 for Midnight, 0 for Dawn, 12000 for Dusk. |
/p flag set weather rain | Always raining |
/p flag set weather clear | Always clear |
/p flag set music [Disk ID] | Set a music disc to play in your plot. [Disk ID] is the name of the disk (i.e. cat, blocks) |
/p flag remove music | Remove the music flag |
/p flag set titles true | Players see your name when they enter your plot, if they have enabled the option using /p toggle titles |
/p flag set feed 15 1 | Feed a half pip every 30 seconds |
/p flag set heal 30 1 | Add one health pip every 30 seconds |
/p flag set instabreak true | Instantly break block, even in /gms |
/p flag set disable-physics true | Prevent sand does from falling and water and lava from flowing. This can cause odd behavior for client software, since your game will think a block is gone, yet it’s still there. Go to /spawn then /p h to get back to your plot to force a client update. |
/p flag set animal-interact true | Guests (non members) can interact with (right click) passive mobs within the plot. Can be used to allow guests to ride a pig with saddle. |
/p flag set tamed-interact true | Guests can interact with (right click) tamed mobs within the plot. Can be used to allow guests to ride a horse. |
/p flag set device-interact true | Guests can use pressure plates or other blocks that are triggered from standing on them. |
/p flag set use | Define a list of blocks or items allowed to be interacted with by guests. You can also pick tags to allow groups of blocks or items. Here are some useful tags: – /p flag set use #buttons (Allows players to use all buttons) – /p flag set use #pressure_plates (Allows players to use all pressure plates) – More tags: #doors, #fences, #fence_gates (Full list available in chat by scrolling) To define multiple tags or blocks, add commas without spaces in between each tag or block: /p flag set use #buttons,#fences,oak_door |
/p flag set place | Define a list of blocks allowed to be placed by guests (non members) while inside the plot. You can also pick tags to allow groups of blocks as shown above. |
/p flag set break | Define a list of blocks allowed to be broken by guests (non members) while inside the plot. You can also pick tags to allow groups of blocks as shown above. |
/p flag set block-ignition true | Allow lighting fires (for example for a fireplace) |
/p flag set vehicle-use true | Guests can use vehicles. This includes all minecart types and boat. |
/p flag set vehicle-place true | Guests can place vehicles. This includes all minecart types and boat. |
/p flag set vehicle-break true | Guests can break vehicles. This includes all minecart types and boat. |
/p flag set pve true | When true, Player Versus Environment (PVE) will be allowed inside the plot (has no effect on plot members). Could be used to allow guests to hurt pigs or other animals |
/p flag set pvp true | When true, Player Versus Player (PVP) will be allowed inside the plot (has no effect on plot members). Could be used to allow guests to hurt you or other plot members if you are in gamemode survival, /gms |