Advertisement
Guest User

mounts

a guest
Aug 4th, 2015
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 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: '&cFURIOUS&eMOUNTs'
  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: 'furiousmounts; fmounts; furmounts; mounts'
  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:
  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: wool:1
  32. left-click: false
  33. right-click: false
  34.  
  35.  
  36. ######################
  37. #+ +#
  38. # ITEMS #
  39. #+ +#
  40. ######################
  41.  
  42.  
  43. Jaymzz:
  44. COMMAND: 'op: npc create Jaymzz; op: npc tpto {player}; npc controllable'
  45. NAME: '&8 Mount Jaymzz'
  46. LORE:
  47. - '&8 Mount the the sweat lord and co-owner Jaymzz'
  48. ID: 35
  49. DATA-VAlUE:2
  50. POSITION-X: 2
  51. POSITION-Y: 1
  52.  
  53.  
  54. lukep999:
  55. COMMAND: 'op: npc create Lukep999; op: npc tpto {player}; npc controllable'
  56. NAME: '&8 Mount Lukep999'
  57. LORE:
  58. - 'Mount the owner'
  59.  
  60. ID: wool
  61. DATA-VALUE: 1
  62. AMOUNT: 1
  63.  
  64. POSITION-X: 4
  65. POSITION-Y: 1
  66.  
  67.  
  68. mount yourself:
  69. COMMAND: 'op: npc create {player}; op: npc tpto {player}; npc controllable'
  70. NAME: '&8 Mount Lukep999'
  71. LORE:
  72. - 'Mount Yourself'
  73.  
  74. ID: 397
  75. DATA-VALUE:3
  76. AMOUNT: 1
  77.  
  78. POSITION-X: 6
  79. POSITION-Y: 1
  80.  
  81. Back:
  82. COMMAND: 'open: bsgshop.yml'
  83. NAME: '&aGo Back'
  84. ID: 262
  85. POSITION-X: 9
  86. POSITION-Y: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement