Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 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[HighCraft]'
  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: 'menu'
  18.  
  19. # This command command will be execute when the menu is opened.
  20. # Supports all the icon command types.
  21. open-action: 'sound: note pling; tell: &eYou opened the example menu.'
  22.  
  23. # open-with-item - OPTIONAL
  24. # The menu will open only right-clicking with orange wool [35:1]
  25. open-with-item:
  26. id: 347
  27. left-click: false
  28. right-click: true
  29.  
  30.  
  31. ######################
  32. #+ +#
  33. # ITEMS #
  34. #+ +#
  35. ######################
  36.  
  37.  
  38. spawncmd:
  39. COMMAND: 'spawn'
  40. NAME: '&e/spawn'
  41. LORE:
  42. - 'Телепортациия на спавн'
  43. ID: 345
  44. POSITION-X: 1
  45. POSITION-Y: 1
  46.  
  47.  
  48. home:
  49. COMMAND: 'home'
  50. NAME: 'Вернутся домой'
  51. ID: 324
  52. POSITION-X: 2
  53. POSITION-Y: 1
  54.  
  55.  
  56. boss:
  57. COMMAND: 'cc open boss.yml'
  58. NAME: '&dБоссы'
  59. LORE:
  60. - 'Посмотреть характеристики боссов'
  61. ID: 6170
  62. POSITION-X: 2
  63. POSITION-Y: 1
  64.  
  65. fly:
  66. COMMAND: 'console: /fly {player}'
  67. PRICE: 300
  68. NAME: 'Флай'
  69. ID: 288
  70. POSITION-X: 8
  71. POSITION-Y: 1
  72.  
  73.  
  74. menu-close-no-commands-no-lore:
  75. NAME: '&6Закрыть меню'
  76. ID: redstone lamp
  77. POSITION-X: 9
  78. POSITION-Y: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement