All thats left is to fill in the locale with information

This commit is contained in:
nossr50
2012-03-03 13:29:39 -08:00
parent e6e7f10a05
commit a85ca2c984
11 changed files with 43 additions and 4 deletions

View File

@ -60,7 +60,7 @@ public class Page {
public static void grabGuidePageForSkill(SkillType skilltype, Player player, String[] args)
{
String capitalized = m.getCapitalized(skilltype.toString());
player.sendMessage(ChatColor.DARK_AQUA+"To read a Guide about "+capitalized+" type /"+skilltype.toString().toLowerCase()+" ? [Page Number]");
player.sendMessage(ChatColor.DARK_AQUA+"Guide for "+capitalized+"available type /"+skilltype.toString().toLowerCase()+" ? [Page#]");
if (args.length >= 1)
{
if(args[0].equals("?"))