Advertisement
Guest User

ChestCommand

a guest
Aug 23rd, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. ######################
  2. #+ +#
  3. # MENU SETTINGS #
  4. #+ +#
  5. ######################
  6.  
  7. menu-settings:
  8.  
  9. # name - appears as the title - REQUIRED
  10. name: '&a&lLista de &f&lServidores'
  11.  
  12. # rows - the number of rows of the chest - REQUIRED
  13. rows: 6
  14.  
  15. # command - OPTIONAL (you can remove this or set it to '')
  16. command: 'servers'
  17.  
  18. # open-with-item - OPTIONAL (you can remove this or
  19. # set the item to 0)
  20. open-with-item:
  21. item-id: 54
  22. left-click: true
  23. right-click: true
  24.  
  25. ######################
  26. #+ +#
  27. # ITEMS #
  28. #+ +#
  29. ######################
  30.  
  31. star:
  32. COMMAND: 'server Star'
  33. NAME: '&a&lFull&f&lPvP'
  34. DESCRIPTION:
  35. - '&5&lServidor: &aFullPvP &fcom tesouros / Itens edit [Ate 10]'
  36. ICON-ITEM: 276
  37. POSITION-X: 1
  38. POSITION-Y: 1
  39. survival:
  40. COMMAND: 'server Survival'
  41. NAME: '&a&lSurvival Star'
  42. DESCRIPTION:
  43. - '&5&lServidor: &aSurvival &fcom tesouros'
  44. ICON-ITEM: 278
  45. POSITION-X: 2
  46. POSITION-Y: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement