Advertisement
Guest User

Untitled

a guest
Jan 12th, 2014
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. ################################
  2. # LilyPadCompass by sgtcaze #
  3. # based off of CompassCommand #
  4. # by xGhOsTkiLLeRx #
  5. ################################
  6. #
  7. # Quick information: (Config Version: 2.4)
  8. #
  9. # When you FIRST load the plugin, the compass will appear empty. Simply fill it out, and then reload, and from then on it'll work fine.
  10. # Item names and IDs can be in quotations or not. For item names, use caps. Example: ANVIL
  11. # If "AllowCompassLore" is set to "false", then there will be NO description on the compass
  12. # If "AllowItemLore" is set to "false", there there will be NO description on the items in the compass
  13. # Source code can be found at: github.com/sgtcaze/LilyPadCompass
  14. # Support can be found at: sgtcaze.com
  15.  
  16. AllowCompassLore: true
  17. AllowItemLore: true
  18.  
  19. global:
  20. slots: 9
  21. invTitle: '&0Realm Selector'
  22. item:
  23. type: NAME_TAG
  24. title: '&2Realm Selector'
  25. lore: '&fRight click to open!'
  26. commands:
  27. BOOKSHELF:
  28. command: server Erebor-Adventures
  29. title: '&2Erebor Adventures
  30. lore: '&bLord of the Rings Themed Server.'
  31. NETHER_STAR:
  32. command: server minigames
  33. title: '&eMiniGames'
  34. lore: '&bBlockHunt, &aThe Core'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement