paginator.addLine(ChatColor.GRAY + "Actions:");
paginator.addLine("<e>Key: <a>Action name <b>Script Size");
if (assignmentScript.contains("ACTIONS")) entriesPresent = true;
if (entriesPresent)
for (String action : assignmentScript.getConfigurationSection("ACTIONS").getKeys(false))
paginator.addLine("<a>" + action + " <b>" + assignmentScript.getStringList("ACTIONS." + action).size());
else paginator.addLine("<c>No actions defined in the assignment.");
paginator.addLine("");
if (!paginator.sendPage(sender, page))
throw new CommandException(Messages.COMMAND_PAGE_MISSING, page);