@@ -113,11 +113,11 @@ This output can be specified / filtered with further arguments.
113113
114114_ Primary:_
115115
116- * ` + /plot list <forsale | mine | shared | world | top | all | unowned | unknown | player | world | done |fuzzy <search...>> [#]+ `
116+ * ` /plot list <forsale | mine | shared | world | top | all | unowned | unknown | player | world | done | expired | area | fuzzy <search...>> [#] `
117117
118118_ Secondary:_
119119
120- * ` + /plot list fuzzy <search...> [#]+ `
120+ * ` /plot list fuzzy <search...> [#] `
121121
122122** Aliases:**
123123` [ l, find, search ] `
@@ -131,18 +131,18 @@ _Primary:_
131131_ Secondary:_
132132
133133* ` plots.list.world.<arg> `
134- * ` plots.list.top ` - Access to the command ` /plot list top `
134+ * ` plots.list.forsale ` - Access to the command ` /plot list forsale `
135135* ` plots.list.mine ` - Access to the command ` /plot list mine `
136+ * ` plots.list.shared ` - Access to the command ` /plot list shared `
136137* ` plots.list.world ` - Access to the command ` /plot list world `
137- * ` plots.list.done ` - Access to the command ` /plot list done `
138+ * ` plots.list.top ` - Access to the command ` /plot list top `
138139* ` plots.list.all ` - Access to the command ` /plot list all `
139- * ` plots.list.shared ` - Access to the command ` /plot list shared `
140- * ` plots.list.expired ` - Access to the command ` /plot list expired `
141140* ` plots.list.unowned ` - Access to the command ` /plot list unowned `
142- * ` plots.list.world.<world>" ` - Access to the command ` /plot list world <world> `
143- * ` plots.list.player ` - Access to the command ` /plot list player <player> `
144- * ` plots.list.forsale ` - Access to the command ` /plot list forsale `
145141* ` plots.list.unknown ` - Access to the command ` /plot list unknown `
142+ * ` plots.list.player ` - Access to the command ` /plot list player <player> `
143+ * ` plots.list.world.<world> ` - Access to the command ` /plot list world <world> `
144+ * ` plots.list.done ` - Access to the command ` /plot list done `
145+ * ` plots.list.expired ` - Access to the command ` /plot list expired `
146146* ` plots.list.area ` - Access to the command ` /plot list area `
147147* ` plots.list.fuzzy ` - Access to the command ` /plot list fuzzy # `
148148
@@ -231,9 +231,9 @@ If no **plot number** is specified, you will be taken to the player's first (= o
231231normal:
232232
233233* ` /plot visit <player> `
234- * ` /plot visit <player> <plot number| negative plot number| 'last' or 'n'> `
234+ * ` /plot visit <player> <plot number | negative plot number | 'last' or 'n'> `
235235* ` /plot visit <player> <area/world> `
236- * ` /plot visit <player> <area/world> <plot number| negative plot number| 'last' or 'n'> `
236+ * ` /plot visit <player> <area/world> <plot number | negative plot number | 'last' or 'n'> `
237237
238238alias:
239239
@@ -447,7 +447,7 @@ _Primary:_
447447_ Secondary:_
448448
449449* ` plots.admin.command.add ` - Administrative override
450- * ` plots.add.everyone ` - Access to add everyone
450+ * ` plots.add.everyone ` - Access to add everyone via ` * `
451451
452452** Source Code:** [ here] ( https://github.com/IntellectualSites/PlotSquared/blob/main/Core/src/main/java/com/plotsquared/core/command/Add.java )
453453
@@ -475,7 +475,7 @@ _Primary:_
475475_ Secondary:_
476476
477477* ` plots.admin.command.trust ` - Administrative override
478- * ` plots.trust.everyone ` - Access to trust everyone
478+ * ` plots.trust.everyone ` - Access to trust everyone via ` * `
479479
480480** Source Code:** [ here] ( https://github.com/IntellectualSites/PlotSquared/blob/main/Core/src/main/java/com/plotsquared/core/command/Trust.java )
481481
@@ -526,7 +526,7 @@ _Secondary:_
526526
527527* ` plots.admin.command.deny ` - Administrative override
528528* ` plots.admin.entry.denied ` - Administrative override to bypass plot deny
529- * ` plots.deny.everyone ` - Access to deny everyone
529+ * ` plots.deny.everyone ` - Access to deny everyone via ` * `
530530
531531** Source Code:** [ here] ( https://github.com/IntellectualSites/PlotSquared/blob/main/Core/src/main/java/com/plotsquared/core/command/Deny.java )
532532
@@ -540,8 +540,8 @@ Manage plot grants.
540540** Permissions:**
541541
542542* ` plots.grant ` - Access to the command ` /plot grant `
543- * ` plots.grant.add ` - Access to the command ` /plot grant add `
544543* ` plots.grant.check ` - Access to the command ` /plot grant check `
544+ * ` plots.grant.add ` - Access to the command ` /plot grant add `
545545
546546** Source Code:** [ here] ( https://github.com/IntellectualSites/PlotSquared/blob/main/Core/src/main/java/com/plotsquared/core/command/Grant.java )
547547
@@ -575,6 +575,8 @@ Merge the plot with another plot(s).
575575
576576The first plot location argument is optional. Alternatively, it refers to the plot on which the user is currently located.
577577
578+ By default ` removeroads ` is set to ` true ` . This argument removes the plot road located in the merged plot group (recommended).
579+
578580** Usage:**
579581` /plot [[world;]X;Z] merge <all | n | e | s | w> [removeroads] `
580582
@@ -590,18 +592,20 @@ _Primary:_
590592_ Secondary:_
591593
592594* ` plots.merge.<amount> ` - Limit the amount of plots a player can merge to a mega plot
593- * ` plots.admin.command.merge ` - Administrative override
594595* ` plots.merge.other ` - Access to merge the plot with other people
595596* ` plots.merge.keeproad ` - Access to use the keeproad argument
597+ * ` plots.admin.command.merge ` - Administrative override
596598
597599** Source Code:** [ here] ( https://github.com/IntellectualSites/PlotSquared/blob/main/Core/src/main/java/com/plotsquared/core/command/Merge.java )
598600
599601### UNLINK
600602
601- Unlink a mega-plot ( merged plot) .
603+ Unlink a merged plot.
602604
603605The first plot location argument is optional. Alternatively, it refers to the plot on which the user is currently located.
604606
607+ By default ` createroads ` is set to ` true ` . This argument regenerates the plot road between the plots from the previous merge.
608+
605609** Usage:**
606610` /plot [[world;]X;Z] unlink [createroads] `
607611
@@ -687,7 +691,7 @@ The first plot location argument is optional. Alternatively, it refers to the pl
687691
688692### MUSIC
689693
690- Player music in a plot.
694+ Play music in a plot.
691695
692696The first plot location argument is optional. Alternatively, it refers to the plot on which the user is currently located.
693697
@@ -747,17 +751,17 @@ _Primary:_
747751_ Secondary:_
748752
749753* ` plots.set.flag ` - Access to the command ` /plot set flag `
750- * ` plots.flag.remove ` - Access to the command ` /plot flag remove `
751- * ` plots.flag.add ` - Access to the command ` /plot flag add `
752- * ` plots.set.flag.other ` - Access to set flag on other people's plots
753754* ` plots.set.flag.<arg> ` - Access to the command ` /plot set flag <arg> `
755+ * ` plots.set.flag.other ` - Access to set flag on other people's plots
756+ * ` plots.flag.add ` - Access to the command ` /plot flag add `
757+ * ` plots.flag.remove ` - Access to the command ` /plot flag remove `
754758* ` plots.flag.list ` - Access to the command ` /plot flag list `
755759
756760** Source Code:** [ here] ( https://github.com/IntellectualSites/PlotSquared/blob/main/Core/src/main/java/com/plotsquared/core/command/FlagCommand.java )
757761
758762### DONE
759763
760- Mark a plot as "done".
764+ Mark a plot as "done". This means that event 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.
761765
762766The first plot location argument is optional. Alternatively, it refers to the plot on which the user is currently located.
763767
@@ -781,7 +785,7 @@ _Secondary:_
781785
782786### CONTINUE
783787
784- Continue a plot that was previously marked as "done" .
788+ This removes a previously set "done" marker, so that the players can continue building on the plot .
785789
786790The first plot location argument is optional. Alternatively, it refers to the plot on which the user is currently located.
787791
@@ -817,13 +821,13 @@ _Primary:_
817821
818822_ Secondary:_
819823
824+ * ` plots.toggle.chat ` - Access to the command ` /plot toggle chat `
820825* ` plots.admin.command.chat ` - Access to the command ` /plot toggle chat-spy `
821- * ` plots.worldedit.bypass ` - Access to the command ` /plot wea `
822- * ` plots.toggle.chat ` - Access to the command ` /plot chat `
823826* ` plots.admin.command.autoclear ` - Access to the command ` /plot toggle clear-confirmation `
824- * ` plots.toggle.titles ` - Access to the command ` /plot toggle titles `
825827* ` plots.toggle.time ` - Access to the command ` /plots toggle time `
828+ * ` plots.toggle.titles ` - Access to the command ` /plot toggle titles `
826829* ` plots.toggle.debug ` - Access to the command ` /plots toggle debug `
830+ * ` plots.worldedit.bypass ` - Access to the command ` /plot wea `
827831* ` plots.admin.debug.other ` - Administrative override to toggle the debugmode for other players
828832
829833** Source Code:** [ here] ( https://github.com/IntellectualSites/PlotSquared/blob/main/Core/src/main/java/com/plotsquared/core/command/Toggle.java )
@@ -835,7 +839,7 @@ Set a plot value.
835839The first plot location argument is optional. Alternatively, it refers to the plot on which the user is currently located.
836840
837841** Usage:**
838- ` /plot [[world;]X;Z] set <biome | alias | home | floor | wall | all | air | main | middle | outline | border> <value...>+ `
842+ ` /plot [[world;]X;Z] set <biome | alias | home | floor | wall | all | air | main | middle | outline | border> <value...> `
839843
840844** Aliases:**
841845` [ s ] `
@@ -848,7 +852,7 @@ _Primary:_
848852
849853_ Secondary:_
850854
851- * ` plots.set." + <component> `
855+ * ` plots.set. + <component> `
852856
853857** Source Code:** [ here] ( https://github.com/IntellectualSites/PlotSquared/blob/main/Core/src/main/java/com/plotsquared/core/command/Set.java )
854858
@@ -933,15 +937,15 @@ _Primary:_
933937_ Secondary:_
934938
935939* ` plots.backup.save ` - Access to the command ` /plot backup save `
936- * ` plots.backup.load ` - Access to the command ` /plot backup load `
937940* ` plots.backup.list ` - Access to the command ` /plot backup list `
941+ * ` plots.backup.load ` - Access to the command ` /plot backup load `
938942* ` plots.admin.backup.other ` - Administrative override to manage backups at other plots
939943
940944** Source Code:** [ here] ( https://github.com/IntellectualSites/PlotSquared/blob/main/Core/src/main/java/com/plotsquared/core/command/Backup.java )
941945
942946### CLEAR
943947
944- Clear the plot you stand on. It doesn't reset any plot settings or flag (with exception of the biome setting).
948+ Clear the plot you stand on. It doesn't reset any plot settings or flag (except the biome setting).
945949
946950The first plot location argument is optional. Alternatively, it refers to the plot on which the user is currently located.
947951
@@ -1006,6 +1010,7 @@ The first plot location argument is optional. Alternatively, it refers to the pl
10061010` [ restore ] `
10071011
10081012** Permissions:**
1013+
10091014_ Primary:_
10101015
10111016* ` plots.load ` - Access to the command ` /plot load `
@@ -1134,7 +1139,6 @@ _Primary:_
11341139
11351140_ Secondary:_
11361141
1137- * ` plots.comment ` - Access to the command ` /plot comment `
11381142* ` plots.admin.command.rate ` - Administrative override for ratings
11391143
11401144** Source Code:** [ here] ( https://github.com/IntellectualSites/PlotSquared/blob/main/Core/src/main/java/com/plotsquared/core/command/Rate.java )
@@ -1170,7 +1174,7 @@ _Primary:_
11701174
11711175_ Secondary:_
11721176
1173- * ` /plot template <import| export> <world> [template] `
1177+ * ` /plot template <import | export> <world> [template] `
11741178* ` /plot template export <world> `
11751179* ` /plot template import <world> <template> `
11761180
@@ -1202,13 +1206,13 @@ Create a new Plot-Area.
12021206
12031207_ Primary:_
12041208
1205- * ` /plot area <create| info| list|tp| regen> `
1209+ * ` /plot area <create | info | list | tp | regen> `
12061210
12071211_ Secondary:_
12081212
12091213* ` /plot visit [area] `
1214+ * ` /plot area create [world[:id]] [<modifier>=<value>]... `
12101215* ` /plot area info [area] `
1211- * ` +/plot area create [world[:id]] [<modifier>=<value>]...+ `
12121216* ` /plot area list [#] `
12131217
12141218** Aliases:**
@@ -1217,9 +1221,9 @@ _Secondary:_
12171221** Permissions:**
12181222
12191223* ` plots.area ` - Access to the command ` /plot area `
1220- * ` plots.area.list ` - Access to the command ` /plot area list `
1221- * ` plots.area.info ` - Access to the command ` /plot area info `
12221224* ` plots.area.create ` - Access to the command ` /plot area create `
1225+ * ` plots.area.info ` - Access to the command ` /plot area info `
1226+ * ` plots.area.list ` - Access to the command ` /plot area list `
12231227* ` plots.area.tp ` - Access to the command ` /plot area tp `
12241228* ` plots.area.regen ` - Access to the command ` /plot area regen `
12251229
@@ -1287,7 +1291,7 @@ Reload translations and world settings.
12871291
12881292### DATABASE
12891293
1290- Convert/Backup Storage .
1294+ Convert or backup storage .
12911295
12921296** Usage:**
12931297` /plots database [area] <sqlite | mysql | import> `
@@ -1305,7 +1309,7 @@ Convert/Backup Storage.
13051309Condense a plot world.
13061310
13071311** Usage:**
1308- ` /plot condense <area> <start | stop |info> [radius] `
1312+ ` /plot condense <area> <start | stop | info> [radius] `
13091313
13101314** Permissions:**
13111315` plots.admin ` - Access to the command ` /plot condense `
@@ -1336,17 +1340,17 @@ _Primary:_
13361340
13371341_ Secondary:_
13381342
1339- * ` /plot cluster resize <pos1> <pos2> `
1340- * ` /plot cluster leave [name] `
1343+ * ` /plot cluster list `
13411344* ` /plot cluster info [name] `
13421345* ` /plot cluster create <name> <id-bot> <id-top> `
13431346* ` /plot cluster delete [name] `
1344- * ` /plot cluster list `
1347+ * ` /plot cluster resize <pos1> <pos2> `
13451348* ` /plot cluster invite <player> `
1346- * ` /plot cluster sethome `
1349+ * ` /plot cluster kick <player> `
1350+ * ` /plot cluster leave [name] `
13471351* ` /plot cluster helpers <add|remove> <player> `
13481352* ` /plot cluster tp <name> `
1349- * ` /plot cluster kick <player> `
1353+ * ` /plot cluster sethome `
13501354
13511355** Aliases:**
13521356` [ clusters ] `
@@ -1359,27 +1363,27 @@ _Primary:_
13591363
13601364_ Secondary:_
13611365
1366+ * ` plots.cluster.<#> ` - Limit the amount of clusters a player can have
1367+ * ` plots.cluster.list ` - Access to the command ` /plot cluster list `
1368+ * ` plots.cluster.info ` - Access to the command ` /plot cluster info `
1369+ * ` plots.cluster.create ` - Access to the command ` /plot cluster create `
1370+ * ` plots.cluster.create.other ` - Administrative override to create other clusters
1371+ * ` plots.cluster.delete ` - Access to the command ` /plot cluster delete `
13621372* ` plots.cluster.delete.other ` - Administrative override to delete other clusters
1373+ * ` plots.cluster.resize ` - Access to the command ` /plot cluster resize `
1374+ * ` plots.cluster.resize.expand ` - Access to the command ` /plot cluster expand `
1375+ * ` plots.cluster.resize.shrink ` - Access to the command ` /plot cluster resize shrink `
1376+ * ` plots.cluster.resize.other ` - Administrative override to resize other clusters
1377+ * ` plots.cluster.invite ` - Access to the command ` /plot cluster invite `
1378+ * ` plots.cluster.invite.other ` - Access to the command ` /plot cluster invite `
13631379* ` plots.cluster.kick ` - Access to the command ` /plot cluster kick `
1380+ * ` plots.cluster.kick.other ` - Administrative override to kick players from other clusters
13641381* ` plots.cluster.leave ` - Access to the command ` /plot cluster leave `
13651382* ` plots.cluster.helpers ` - Access to the command ` /plot cluster helpers `
1366- * ` plots.cluster.create ` - Access to the command ` /plot cluster create `
1367- * ` plots.cluster.resize ` - Access to the command ` /plot cluster resize `
1368- * ` plots.cluster.invite.other ` - Access to the command ` /plot cluster invite `
1369- * ` plots.cluster.invite ` - Access to the command ` /plot cluster invite `
13701383* ` plots.cluster.tp ` - Access to the command ` /plot cluster tp `
1371- * ` plots.cluster.<#> ` - Limit the amount of clusters a player can have
1372- * ` plots.cluster.resize.expand ` - Access to the command ` /plot cluster expand `
1373- * ` plots.cluster.info ` - Access to the command ` /plot cluster info `
1374- * ` plots.cluster.sethome.other ` - Administrative override to sethome for other clusters
1375- * ` plots.cluster.resize.other ` - Administrative override to resize other clusters
13761384* ` plots.cluster.tp.other ` - Administrative override to teleport to other clusters
1377- * ` plots.cluster.kick.other ` - Administrative override to kick players from other clusters
1378- * ` plots.cluster.create.other ` - Administrative override to create other clusters
1379- * ` plots.cluster.list ` - Access to the command ` /plot cluster list `
1380- * ` plots.cluster.delete ` - Access to the command ` /plot cluster delete `
1381- * ` plots.cluster.resize.shrink ` - Access to the command ` /plot cluster resize shrink `
13821385* ` plots.cluster.sethome ` - Access to the command ` /plot cluster sethome `
1386+ * ` plots.cluster.sethome.other ` - Administrative override to set plot home for other clusters
13831387
13841388** Source Code:** [ here] ( https://github.com/IntellectualSites/PlotSquared/blob/main/Core/src/main/java/com/plotsquared/core/command/Cluster.java )
13851389
@@ -1455,7 +1459,7 @@ Upload a set of files for debugging and bug-reports with the `settings.yml`, the
14551459
14561460### DEBUGROADREGEN
14571461
1458- 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.
1462+ Regenerate all roads based on the road schematic. Insert "plot" to regen it from the plot height, or input "region" with a custom height.
14591463
14601464** Usage:**
14611465` /plot debugroadregen <plot | region [height]> `
0 commit comments