Worked a little more on cell creation, no longer have to provide a cell
name and when that happens we give it one ourself.
This commit is contained in:
@ -115,7 +115,9 @@ public class CellCreationSteps {
|
||||
player.sendMessage(ChatColor.GREEN + "Chest selected.");
|
||||
player.sendMessage(ChatColor.AQUA + "----------------------------------------");
|
||||
}else {
|
||||
player.sendMessage(ChatColor.RED + "---------- Jail Cell Creation ----------");
|
||||
player.sendMessage(ChatColor.RED + "Chest must be a double chest, chest not selected");
|
||||
player.sendMessage(ChatColor.RED + "----------------------------------------");
|
||||
return;
|
||||
}
|
||||
}else {
|
||||
|
Reference in New Issue
Block a user