diff --git a/plotsquared/commands.md b/plotsquared/commands.md index a40f46b..2fa4483 100644 --- a/plotsquared/commands.md +++ b/plotsquared/commands.md @@ -113,11 +113,11 @@ This output can be specified / filtered with further arguments. _Primary:_ -* `+/plot list > [#]+` +* `/plot list > [#]` _Secondary:_ -* `+/plot list fuzzy [#]+` +* `/plot list fuzzy [#]` **Aliases:** `[ l, find, search ]` @@ -131,18 +131,18 @@ _Primary:_ _Secondary:_ * `plots.list.world.` -* `plots.list.top` - Access to the command `/plot list top` +* `plots.list.forsale` - Access to the command `/plot list forsale` * `plots.list.mine` - Access to the command `/plot list mine` +* `plots.list.shared` - Access to the command `/plot list shared` * `plots.list.world` - Access to the command `/plot list world` -* `plots.list.done` - Access to the command `/plot list done` +* `plots.list.top` - Access to the command `/plot list top` * `plots.list.all` - Access to the command `/plot list all` -* `plots.list.shared` - Access to the command `/plot list shared` -* `plots.list.expired` - Access to the command `/plot list expired` * `plots.list.unowned` - Access to the command `/plot list unowned` -* `plots.list.world."` - Access to the command `/plot list world ` -* `plots.list.player` - Access to the command `/plot list player ` -* `plots.list.forsale` - Access to the command `/plot list forsale` * `plots.list.unknown` - Access to the command `/plot list unknown` +* `plots.list.player` - Access to the command `/plot list player ` +* `plots.list.world.` - Access to the command `/plot list world ` +* `plots.list.done` - Access to the command `/plot list done` +* `plots.list.expired` - Access to the command `/plot list expired` * `plots.list.area` - Access to the command `/plot list area` * `plots.list.fuzzy` - Access to the command `/plot list fuzzy #` @@ -231,9 +231,9 @@ If no **plot number** is specified, you will be taken to the player's first (= o normal: * `/plot visit ` -* `/plot visit ` +* `/plot visit ` * `/plot visit ` -* `/plot visit ` +* `/plot visit ` alias: @@ -447,7 +447,7 @@ _Primary:_ _Secondary:_ * `plots.admin.command.add` - Administrative override -* `plots.add.everyone` - Access to add everyone +* `plots.add.everyone` - Access to add everyone via `*` **Source Code:** [here](https://github.com/IntellectualSites/PlotSquared/blob/main/Core/src/main/java/com/plotsquared/core/command/Add.java) @@ -475,7 +475,7 @@ _Primary:_ _Secondary:_ * `plots.admin.command.trust` - Administrative override -* `plots.trust.everyone` - Access to trust everyone +* `plots.trust.everyone` - Access to trust everyone via `*` **Source Code:** [here](https://github.com/IntellectualSites/PlotSquared/blob/main/Core/src/main/java/com/plotsquared/core/command/Trust.java) @@ -526,13 +526,13 @@ _Secondary:_ * `plots.admin.command.deny` - Administrative override * `plots.admin.entry.denied` - Administrative override to bypass plot deny -* `plots.deny.everyone` - Access to deny everyone +* `plots.deny.everyone` - Access to deny everyone via `*` **Source Code:** [here](https://github.com/IntellectualSites/PlotSquared/blob/main/Core/src/main/java/com/plotsquared/core/command/Deny.java) ### GRANT -Manage plot grants. +Manage plot grants. A plot grant is like a "coupon" for players for new plots. When a player has reached the plot limit (`plots.plot.`) they can claim or buy more plots if they have plot grants available. Plot grants expire upon use. Deleting the plot does not recover the redeemed grant. **Usage:** `/plot grant [player]` @@ -540,8 +540,9 @@ Manage plot grants. **Permissions:** * `plots.grant` - Access to the command `/plot grant` -* `plots.grant.add` - Access to the command `/plot grant add` * `plots.grant.check` - Access to the command `/plot grant check` +* `plots.grant.add` - Access to the command `/plot grant add` +* `plots.plot.` - Limit the amounts of plots a player can claim **Source Code:** [here](https://github.com/IntellectualSites/PlotSquared/blob/main/Core/src/main/java/com/plotsquared/core/command/Grant.java) @@ -575,6 +576,8 @@ Merge the plot with another plot(s). The first plot location argument is optional. Alternatively, it refers to the plot on which the user is currently located. +By default `removeroads` is set to `true`. This argument removes the plot road located in the merged plot group (recommended). + **Usage:** `/plot [[world;]X;Z] merge [removeroads]` @@ -590,18 +593,20 @@ _Primary:_ _Secondary:_ * `plots.merge.` - Limit the amount of plots a player can merge to a mega plot -* `plots.admin.command.merge` - Administrative override * `plots.merge.other` - Access to merge the plot with other people * `plots.merge.keeproad` - Access to use the keeproad argument +* `plots.admin.command.merge` - Administrative override **Source Code:** [here](https://github.com/IntellectualSites/PlotSquared/blob/main/Core/src/main/java/com/plotsquared/core/command/Merge.java) ### UNLINK -Unlink a mega-plot (merged plot). +Unlink a merged plot. The first plot location argument is optional. Alternatively, it refers to the plot on which the user is currently located. +By default `createroads` is set to `true`. This argument regenerates the plot road between the plots from the previous merge. + **Usage:** `/plot [[world;]X;Z] unlink [createroads]` @@ -687,7 +692,7 @@ The first plot location argument is optional. Alternatively, it refers to the pl ### MUSIC -Player music in a plot. +Play music in a plot. The first plot location argument is optional. Alternatively, it refers to the plot on which the user is currently located. @@ -747,17 +752,17 @@ _Primary:_ _Secondary:_ * `plots.set.flag` - Access to the command `/plot set flag` -* `plots.flag.remove` - Access to the command `/plot flag remove` -* `plots.flag.add` - Access to the command `/plot flag add` -* `plots.set.flag.other` - Access to set flag on other people's plots * `plots.set.flag.` - Access to the command `/plot set flag ` +* `plots.set.flag.other` - Access to set flag on other people's plots +* `plots.flag.add` - Access to the command `/plot flag add` +* `plots.flag.remove` - Access to the command `/plot flag remove` * `plots.flag.list` - Access to the command `/plot flag list` **Source Code:** [here](https://github.com/IntellectualSites/PlotSquared/blob/main/Core/src/main/java/com/plotsquared/core/command/FlagCommand.java) ### DONE -Mark a plot as "done". +Mark a plot as "done". This means that even the plot owner and plot members can no longer build on the plot. This is useful, for example, in building competitions with a fixed deadline. The first plot location argument is optional. Alternatively, it refers to the plot on which the user is currently located. @@ -781,7 +786,7 @@ _Secondary:_ ### CONTINUE -Continue a plot that was previously marked as "done". +This removes a previously set "done" marker so that the players can continue building on the plot. The first plot location argument is optional. Alternatively, it refers to the plot on which the user is currently located. @@ -817,13 +822,13 @@ _Primary:_ _Secondary:_ +* `plots.toggle.chat` - Access to the command `/plot toggle chat` * `plots.admin.command.chat` - Access to the command `/plot toggle chat-spy` -* `plots.worldedit.bypass` - Access to the command `/plot wea` -* `plots.toggle.chat` - Access to the command `/plot chat` * `plots.admin.command.autoclear` - Access to the command `/plot toggle clear-confirmation` -* `plots.toggle.titles` - Access to the command `/plot toggle titles` * `plots.toggle.time` - Access to the command `/plots toggle time` +* `plots.toggle.titles` - Access to the command `/plot toggle titles` * `plots.toggle.debug` - Access to the command `/plots toggle debug` +* `plots.worldedit.bypass` - Access to the command `/plot wea` * `plots.admin.debug.other` - Administrative override to toggle the debugmode for other players **Source Code:** [here](https://github.com/IntellectualSites/PlotSquared/blob/main/Core/src/main/java/com/plotsquared/core/command/Toggle.java) @@ -835,7 +840,7 @@ Set a plot value. The first plot location argument is optional. Alternatively, it refers to the plot on which the user is currently located. **Usage:** -`/plot [[world;]X;Z] set +` +`/plot [[world;]X;Z] set ` **Aliases:** `[ s ]` @@ -848,7 +853,7 @@ _Primary:_ _Secondary:_ -* `plots.set." + ` +* `plots.set. + ` **Source Code:** [here](https://github.com/IntellectualSites/PlotSquared/blob/main/Core/src/main/java/com/plotsquared/core/command/Set.java) @@ -933,15 +938,15 @@ _Primary:_ _Secondary:_ * `plots.backup.save` - Access to the command `/plot backup save` -* `plots.backup.load` - Access to the command `/plot backup load` * `plots.backup.list` - Access to the command `/plot backup list` +* `plots.backup.load` - Access to the command `/plot backup load` * `plots.admin.backup.other` - Administrative override to manage backups at other plots **Source Code:** [here](https://github.com/IntellectualSites/PlotSquared/blob/main/Core/src/main/java/com/plotsquared/core/command/Backup.java) ### CLEAR -Clear the plot you stand on. It doesn't reset any plot settings or flag (with exception of the biome setting). +Clear the plot you stand on. It doesn't reset any plot settings or flag (except the biome setting). The first plot location argument is optional. Alternatively, it refers to the plot on which the user is currently located. @@ -1006,6 +1011,7 @@ The first plot location argument is optional. Alternatively, it refers to the pl `[ restore ]` **Permissions:** + _Primary:_ * `plots.load` - Access to the command `/plot load` @@ -1134,7 +1140,6 @@ _Primary:_ _Secondary:_ -* `plots.comment` - Access to the command `/plot comment` * `plots.admin.command.rate` - Administrative override for ratings **Source Code:** [here](https://github.com/IntellectualSites/PlotSquared/blob/main/Core/src/main/java/com/plotsquared/core/command/Rate.java) @@ -1170,7 +1175,7 @@ _Primary:_ _Secondary:_ -* `/plot template [template]` +* `/plot template [template]` * `/plot template export ` * `/plot template import