mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-01-23 16:51:28 +01:00
/mvspawn's description altered
This commit is contained in:
parent
2a7504c044
commit
0cd86d7212
@ -14,7 +14,7 @@ public class SpawnCommand extends Command {
|
||||
public SpawnCommand(MultiverseCore plugin) {
|
||||
super(plugin);
|
||||
this.commandName = "Spawn";
|
||||
this.commandDesc = "Transports the player to the that player's current world Spawn Point.";
|
||||
this.commandDesc = "Teleports target player to the Spawn Point of the world they are in.";
|
||||
this.commandUsage = "/mvspawn" + ChatColor.GOLD + " [PLAYER]";
|
||||
this.minimumArgLength = 0;
|
||||
this.maximumArgLength = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user