Advertisement
Guest User

selector.yml

a guest
Nov 24th, 2014
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 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: ' &9Kingdom &6Selector'
  11.  
  12. # rows - the number of rows of the chest - REQUIRED
  13. rows: 4
  14.  
  15. # command - OPTIONAL (you can remove this or set it to '')
  16. # Bind multiple commands using ; (command: 'menu; m; me')
  17. command: 'join'
  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: &9De &l&8[&6&lSelector&l&8]&9 is geopend.'
  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: 345:0
  27. left-click: false
  28. right-click: true
  29.  
  30.  
  31. ######################
  32. #+ +#
  33. # ITEMS #
  34. #+ +#
  35. ######################
  36.  
  37.  
  38. jenava:
  39. COMMAND: 'op: manuadd {player} Jenava; tell {player} &9Je zit nu in &6Jenava&9!'
  40. NAME: '&6Jenava'
  41. LORE:
  42. - '&9Klik en je joint'
  43. - '&6Jenava&9!'
  44. ID: 12:0
  45. POSITION-X: 1
  46. POSITION-Y: 1
  47.  
  48.  
  49. entropia:
  50. COMMAND: 'op: manuadd {player} Entropia; tell {player} &9Je zit nu in &aEntropia&9!'
  51. NAME: '&aEntropia'
  52. LORE:
  53. - '&9Klik en je joint'
  54. - '&aEntropia&9!'
  55. ID: 2:0
  56. POSITION-X: 2
  57. POSITION-Y: 1
  58.  
  59.  
  60. collington:
  61. COMMAND: 'op: manuadd {player} Collington; tell {player} &9Je zit nu in &1Collington&9!
  62. NAME: '&1Collington'
  63. LORE:
  64. - '&9Klik en je joint'
  65. - '&1Collington&9!'
  66. ID: 47:0
  67. POSITION-X: 3
  68. POSITION-Y: 1
  69.  
  70.  
  71. sluiteh:
  72. NAME: '&6Sluit de &9Selector'
  73. ID: redstone lamp
  74. LORE:
  75. - '&6Nog geen beslissing genomen?'
  76. - '&6Hiermee kan je dit menu sluiten en een andere keer en andere kingdom kiezen!.'
  77. POSITION-X: 9
  78. POSITION-Y: 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement