Advertisement
Guest User

Untitled

a guest
Jan 20th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 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: '&6&lSight&7&lMC'
  11.  
  12. # rows - the number of rows of the chest - REQUIRED
  13. rows: 2
  14.  
  15. # command - OPTIONAL (you can remove this or set it to '')
  16. # Bind multiple commands using ; (command: 'menu; m; me')
  17. command: 'rangng'
  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; tell: &eRang Vásárlás menübe léptél be!'
  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:2
  32. left-click: false
  33. right-click: false
  34.  
  35.  
  36. ######################
  37. #+ +#
  38. # ITEMS #
  39. #+ +#
  40. ######################
  41.  
  42.  
  43. Isten:
  44. COMMAND: 'console: manuadd {player} indulo mainvilag'
  45. NAME: '&8&lIndulo'
  46. LORE:
  47. - '&f&lÁra &7> &a500$'
  48. - ''
  49. - '&a> Információ a weboldalon'
  50. ID: 267
  51. PRICE: 35000
  52. POSITION-X: 1
  53. POSITION-Y: 1
  54.  
  55. Mester:
  56. COMMAND: 'console: manuadd {player} brutal mainvilag'
  57. NAME: '&6&lBrutal'
  58. LORE:
  59. - '&a> Információ a weboldalon!'
  60. ID: 283
  61. PRICE: 65000
  62. POSITION-X: 3
  63. POSITION-Y: 1
  64.  
  65. Global:
  66. COMMAND: 'console: manuadd {player} Isten mainvilag'
  67. NAME: '&c&lIsten'
  68. LORE:
  69. - 'Információ a weboldalon'
  70. ID: 276
  71. PRICE: 125000
  72. POSITION-X: 5
  73. POSITION-Y: 1
  74.  
  75. Supreme:
  76. COMMAND: ''
  77. NAME: '&c&lVeterán'
  78. LORE:
  79. - '&f&lÁra &7> &c1024Ft'
  80. ID: 261
  81. PRICE: 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  82. POSITION-X: 7
  83. POSITION-Y: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement