Advertisement
Guest User

Untitled

a guest
Feb 27th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 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: '&e&lSkyblock Manager'
  11.  
  12. # rows - the number of rows of the chest - REQUIRED
  13. rows: 1
  14.  
  15. # command - OPTIONAL (you can remove this or set it to '')
  16. # Bind multiple commands using ; (command: 'menu; m; me')
  17. command: 'islandcp'
  18.  
  19. # auto-refresh - OPTIONAL
  20. # How frequently the menu will be refreshed, in seconds.
  21. # Useful if you have variables in items' descriptions.
  22. auto-refresh: 5
  23.  
  24. # This command command will be execute when the menu is opened.
  25. # Supports all the icon command types.
  26. open-action: 'sound: note pling'
  27.  
  28. # open-with-item - OPTIONAL
  29. # The menu will open only right-clicking with orange wool [35:1]
  30. open-with-item:
  31. id: 347
  32. left-click: false
  33. right-click: false
  34.  
  35.  
  36. ######################
  37. #+ +#
  38. # ITEMS #
  39. #+ +#
  40. ######################
  41.  
  42.  
  43. is:
  44. COMMAND: 'is'
  45. NAME: '&e&lYour Island'
  46. LORE:
  47. - '&a&m+--------------------------+'
  48. - '&fAre you ready to start your'
  49. - '&fSkyblock Adventure, or perhaps'
  50. - '&fyou are returning? Click this'
  51. - '&fIcon to get started on your'
  52. - '&fAdventure, Access your Island'
  53. - '&fCP, or simply Teleport to it.'
  54. - ''
  55. - '&e&lUsed for:'
  56. - '&7- Alternative Command for /is!'
  57. - '&7- Easy Access to Island settings!'
  58. - '&7- Easy Access to Island Parties!'
  59. - '&a&m+--------------------------+'
  60. - '&e[arrow_right] &e&lClick To Continue!'
  61. ID: 6
  62. POSITION-X: 2
  63. POSITION-Y: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement