Advertisement
Guest User

Untitled

a guest
Nov 28th, 2015
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 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: '&9Are you sure? &6ยป Tntrun'
  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: 'tntrun'
  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: &9Are you sure?'
  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. yesno:
  44. NAME: '&d&lAre you sure?'
  45. KEEP-OPEN: 'true'
  46. LORE:
  47. - '&dAre you sure'
  48. - '&dYou wanna teleport to'
  49. - '&dTo TNTRun'
  50. ID: eye_of_ender
  51. POSITION-X: 5
  52. POSITION-Y: 2
  53.  
  54.  
  55. yes:
  56. COMMAND: 'server: tntrun'
  57. NAME: '&a&lYes'
  58. LORE:
  59. - '&aYes I am Sure'
  60. ID: stained_clay:13
  61. POSITION-X: 4
  62. POSITION-Y: 2
  63.  
  64.  
  65. no:
  66. COMMAND: 'tell: &cSuccesfully canceled'
  67. NAME: '&c&lNo'
  68. LORE:
  69. - '&cNo I don''t want to'
  70. ID: stainedclay:14
  71. POSITION-X: 6
  72. POSITION-Y: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement