642643644645646647648649650651652
} // Chests if (toShow.matches("c((hest(s)?)?|on(tainer(s)?)?)")) { next = formatYellow("Showing %s.", "containers"); region.showChests(player); return this; } // Show the "show help", if invalid thing return acceptInput(context, "show ?");