Advertisement
Guest User

Untitled

a guest
Dec 5th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. ######################
  2. #+ +#
  3. # MENU SETTINGS #
  4. #+ +#
  5. ######################
  6.  
  7. menu-settings:
  8.  
  9. # REQUIRED
  10. # Appears as the title of the menu.
  11. name: '&2Temporadas'
  12.  
  13. # REQUIRED
  14. # The number of rows in the menu.
  15. rows: 3
  16.  
  17. # OPTIONAL (you can remove this or set it to '')
  18. # Bind multiple commands using ; (command: 'menu; m; me')
  19. command: 'temporadas'
  20.  
  21. # OPTIONAL
  22. # How frequently the menu will be refreshed, in seconds.
  23. # Useful if you have variables in items' descriptions.
  24. auto-refresh: 5
  25.  
  26. # OPTIONAL
  27. # This command command will be executed when the menu is opened.
  28. # Supports all the icon command types.
  29. open-action: ''
  30.  
  31. # OPTIONAL
  32. # The menu will open only when right-clicking with a compass.
  33. open-with-item:
  34. id: compass
  35. left-click: false
  36. right-click: false
  37.  
  38.  
  39. ######################
  40. #+ +#
  41. # ITEMS #
  42. #+ +#
  43. ######################
  44.  
  45.  
  46. temporada-um:
  47. COMMAND: 'tellraw @p {"text":"Você está indo para a temporada 1.","color":"green"}'
  48. NAME: '&2Temporada 1'
  49. LORE:
  50. - '&f * Clique para entrar na temporada um'
  51. - '&f * do servidor de rankup glass'
  52. ID: glass
  53. KEEP-OPEN: false
  54. POSITION-X: 3
  55. POSITION-Y: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement