jailstop is now /jail stop
This commit is contained in:
parent
43eb68811b
commit
399b8662e5
@ -149,7 +149,7 @@ public class CellCreationSteps {
|
||||
jm.addCreatingCell(player.getName(), j.getName(), "cell_n" + (j.getCellCount() + 1));
|
||||
|
||||
player.sendMessage(ChatColor.AQUA + "---------- Jail Cell Creation ----------");
|
||||
player.sendMessage(ChatColor.GREEN + "Cell created. Now select the teleport point of the next cell, which is going to be named '" + jm.getCellCreationPlayer(player.getName()).getCellName() + "'. If you wish to stop creating cells, type /jailstop.");
|
||||
player.sendMessage(ChatColor.GREEN + "Cell created. Now select the teleport point of the next cell, which is going to be named '" + jm.getCellCreationPlayer(player.getName()).getCellName() + "'. If you wish to stop creating cells, type /jail stop.");
|
||||
player.sendMessage(ChatColor.AQUA + "----------------------------------------");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user