|
72 | 72 | spawnsHelpTitle: "{aqua}------ Spawns points commands ------" |
73 | 73 | spawnsHelpAdd: "{cc}/uh spawns add {ci}: adds a spawn point for a team or a player, at the current location of the sender." |
74 | 74 | spawnsHelpAddXZ: "{cc}/uh spawns add <x> <z> {ci}: adds a spawn point for a team or a player, at the provided coordinates, in the default world." |
75 | | - spawnsHelpGenerate: "{cc}/uh spawns generate <circular|grid|random> [size = current size] [distanceMin = 250] [count = teams count] [xCenter = xSpawn] [zCenter = zSpawn] [world = sender's world] {ci}: automagically generates the spawn points following the given shape." |
| 75 | + spawnsHelpGenerate: "{cc}/uh spawns generate {ci}: automagically generates spawn points. See /uh spawns generate for details." |
| 76 | + spawnsHelpGenerateDetailsCmd: "{cc}/uh spawns generate <circular|grid|random> [size] [distanceMin] [count] [xCenter] [zCenter] [world]" |
| 77 | + spawnsHelpGenerateDetailsShapesTitle: "{aqua}Shapes" |
| 78 | + spawnsHelpGenerateDetailsShapesRandom: " - {cc}random{ci}: generates random spawn points on the map, with a minimal distance between them." |
| 79 | + spawnsHelpGenerateDetailsShapesGrid: " - {cc}grid{ci}: generates the spawn points on concentric squares, with a constant distance between two generated points." |
| 80 | + spawnsHelpGenerateDetailsShapesCircular: " - {cc}circular{ci}: generates the spawn points on concentric circles, with a minimal distance between two generated points. In each circle, the angle (and the distance) between two spawn points is constant." |
| 81 | + spawnsHelpGenerateDetailsArgsTitle: "{aqua}Arguments" |
| 82 | + spawnsHelpGenerateDetailsArgsSize: " - {cc}size{ci}: the size of the region where the spawn points will be generated. Squared or circular, following the shape of the map. Default: map' size." |
| 83 | + spawnsHelpGenerateDetailsArgsDistanceMin: " - {cc}distanceMin{ci}: the minimal distance between two spawn points. Default: 250 blocks." |
| 84 | + spawnsHelpGenerateDetailsArgsCount: " - {cc}count{ci}: the number of spawn points to generate. Default: the number of players or teams." |
| 85 | + spawnsHelpGenerateDetailsArgsCenter: " - {cc}xCenter{ci}, {cc}zCenter{ci}: the center of the region where the points are generated. Default: world' spawn point." |
| 86 | + spawnsHelpGenerateDetailsArgsWorld: " - {cc}world{ci}: the world where the spawn points will be generated." |
76 | 87 | spawnsHelpList: "{cc}/uh spawns list {ci}: lists the registered spawn points." |
77 | 88 | spawnsHelpDump: "{cc}/uh spawns dump {ci}: displays the registered spawn points in an exportable format. {gray}Use this to plot the spawn points, as example." |
78 | 89 | spawnsHelpRemove: "{cc}/uh spawns remove [<x> <z>] {ci}: removes the spawn points at the specified coordinates, or at the current location if the sender without coordinates." |
|
0 commit comments