// Codes:
// - 0 = No formatting
// - 1 = Info
// - 2 = Error
// - 3 = Ran Command
// - 4 = Game info
// - 5 = lobby info
// - 6 = Warning
// - 99 = other



for (int i = 0; i < getConfig().getList("Commands.info.text").toArray().length; i++) {
					p.sendMessage(ChatColor.translateAlternateColorCodes('&',
							(String) getConfig().getList("Commands.info.text").get(i)));