Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 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: '&c&lTeenused'
  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: 'sms; teenused'
  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: ''
  27.  
  28. # open-with-item - OPTIONAL
  29. # The menu will open only right-clicking with compass [345]
  30. open-with-item:
  31. id: 345
  32. left-click: false
  33. right-click: false
  34.  
  35.  
  36. ######################
  37. #+ +#
  38. # ITEMS #
  39. #+ +#
  40. ######################
  41.  
  42.  
  43. flycmd:
  44. COMMAND: 'customtext'
  45. NAME: '&e&lFLY'
  46. LORE:
  47. - '&7Klikka et tellida!'
  48. ID: diamond
  49. POSITION-X: 1
  50. POSITION-Y: 1
  51. creativecmd:
  52. COMMAND: 'customtext Creative'
  53. NAME: '&5&lCREATIVE'
  54. LORE:
  55. - '&7Klikka et tellida!'
  56. ID: dirt
  57. POSITION-X: 2
  58. POSITION-Y: 1
  59. Rahacmd:
  60. COMMAND: 'customtext Raha'
  61. NAME: '&2&lRaha'
  62. LORE:
  63. - '&7Klikka et tellida!'
  64. ID: book
  65. POSITION-X: 3
  66. POSITION-Y: 1
  67. Annetajacmd:
  68. COMMAND: 'customtext Annetaja'
  69. NAME: '&d&lAnnetaja'
  70. LORE:
  71. - '&7Klikka et tellida!'
  72. ID: wood
  73. POSITION-X: 4
  74. POSITION-Y: 1
  75. LEgecmd:
  76. COMMAND: 'customtext Legendary'
  77. NAME: '&c&lLegendary'
  78. LORE:
  79. - '&7Klikka et tellida!'
  80. ID: emerald
  81. POSITION-X: 5
  82. POSITION-Y: 1
  83. Golmscmd:
  84. COMMAND: ''
  85. NAME: '&4&l&oSMSPANEEL'
  86. LORE:
  87. - '&c&l&oPaneeli valmistas Golms!'
  88. - '&c&l&oWaterMarki kindlasti mitte eemaldada!'
  89. - '&c&l&oCopyRight Golms 2017a!'
  90. ID: obsidian
  91. POSITION-X: 6
  92. POSITION-Y: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement