Advertisement
Guest User

Untitled

a guest
Dec 10th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 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: '&1--- &bRang vásárlás &1---'
  11.  
  12. # rows - the number of rows of the chest - REQUIRED
  13. rows: 4
  14.  
  15. # command - OPTIONAL (you can remove this or set it to '')
  16. # Bind multiple commands using ; (command: 'menu; m; me')
  17. command: 'rangok'
  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: wool:1
  32. left-click: false
  33. right-click: false
  34.  
  35.  
  36. ######################
  37. #+ +#
  38. # ITEMS #
  39. #+ +#
  40. ######################
  41.  
  42.  
  43. halado:
  44. COMMAND: 'manuadd {player} halado'
  45. PRICE: 50000
  46. NAME: '&bHaladó'
  47. LORE:
  48. - '&bHaladó &7rang'
  49. - '&7Ára: &e50.000&7$'
  50. ID: 5
  51. POSITION-X: 1
  52. POSITION-Y: 1
  53.  
  54.  
  55. profi:
  56. COMMAND: 'manuadd {player} profi'
  57. PRICE: 100000
  58. NAME: '&2Profi'
  59. LORE:
  60. - '&2Profi &7rang'
  61. - '&7Ára: &e100.000&7$'
  62. ID: 5
  63. POSITION-X: 2
  64. POSITION-Y: 1
  65.  
  66.  
  67. legenda:
  68. COMMAND: 'manuadd {player} legenda'
  69. PRICE: 150000
  70. NAME: '&6Legenda'
  71. LORE:
  72. - '&6Legenda &7rang'
  73. - '&7Ára: &e150.000&7$'
  74. ID: 5
  75. POSITION-X: 3
  76. POSITION-Y: 1
  77.  
  78.  
  79. arneusfan:
  80. COMMAND: ''
  81. NAME: '&eArneusFan'
  82. LORE:
  83. - '&eArneusFan &7rang'
  84. - '&7Ára: &e500&7Bé'
  85. ID: 5
  86. POSITION-X: 5
  87. POSITION-Y: 1
  88.  
  89.  
  90. premium:
  91. COMMAND: ''
  92. NAME: '&9Prémium'
  93. LORE:
  94. - '&9Prémium &7rang'
  95. - '&7Ára: &e508&7Ft'
  96. ID: 5
  97. POSITION-X: 7
  98. POSITION-Y: 1
  99.  
  100.  
  101. premiumplus:
  102. COMMAND: ''
  103. NAME: '&9Prémium&e+'
  104. LORE:
  105. - '&9Prémium&e+ &7rang'
  106. - '&7Ára: &e1016&7Ft'
  107. ID: 5
  108. POSITION-X: 8
  109. POSITION-Y: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement