Skip to content

Instantly share code, notes, and snippets.

@mooman219
Created June 22, 2013 01:32
Show Gist options
  • Save mooman219/5835452 to your computer and use it in GitHub Desktop.
Save mooman219/5835452 to your computer and use it in GitHub Desktop.
playerInv.set(new String[]{"MH 12345",
" ",
" ",
" ",});
playerInv.map('M', ItemHelper.setName(371, Chat.BOLD + "" + Chat.GOLD + "Main hand"));
playerInv.map('H', ItemHelper.setName(371, Chat.BOLD + "" + Chat.GRAY + "Off hand"));
playerInv.map('1', ItemHelper.setName(371, Chat.BOLD + "" + Chat.PURPLE + "Spell slot 1"));
playerInv.map('2', ItemHelper.setName(371, Chat.BOLD + "" + Chat.PURPLE + "Spell slot 2"));
playerInv.map('3', ItemHelper.setName(371, Chat.BOLD + "" + Chat.PURPLE + "Spell slot 3"));
playerInv.map('4', ItemHelper.setName(371, Chat.BOLD + "" + Chat.PURPLE + "Spell slot 4"));
playerInv.map('5', ItemHelper.setName(371, Chat.BOLD + "" + Chat.PURPLE + "Spell slot 5"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment