+ "Waypoint modifiers <%x/%y>" + ChatColor.GREEN));
for (WaypointModifierType type : WaypointModifierType.values()) {
instance.push(ChatColor.GREEN + " - " + ChatColor.YELLOW
+ type.name().toLowerCase());
}
if (page > instance.maxPages()) {
player.sendMessage(ChatColor.GRAY
+ "Invalid page number. There are " + instance.maxPages()
+ " pages.");
return;
}