Advertisement
Guest User

Untitled

a guest
Jan 12th, 2021
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 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: '§k §bMENU §k'
  11.  
  12. # rows - the number of rows of the chest - REQUIRED
  13. rows: 3
  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. # 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 orange wool [35:1]
  30. open-with-item:
  31. id:
  32. left-click: false
  33. right-click: true
  34.  
  35.  
  36. ######################
  37. #+ +#
  38. # ITEMS #
  39. #+ +#
  40. ######################
  41.  
  42.  
  43. mineoverworld:
  44. COMMAND: 'mv tp @p mine'
  45. NAME: '§4ALLER A LA MINE'
  46. LORE:
  47. - '§boverworld'
  48. ID: 14
  49. KEEP-OPEN: false
  50. POSITION-X: 5
  51. POSITION-Y: 2
  52.  
  53.  
  54. fermer:
  55. COMMAND: ''
  56. NAME: '§4FERMER'
  57. ID: barrier
  58. POSITION-X: 9
  59. POSITION-Y: 3
  60.  
  61.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement