Advertisement
Guest User

Untitled

a guest
Aug 30th, 2015
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 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: '&4Donation Store - Void Realms'
  11.  
  12. # rows - the number of rows of the chest - REQUIRED
  13. rows: 5
  14.  
  15. # command - OPTIONAL (you can remove this or set it to '')
  16. # Bind multiple commands using ; (command: 'menu; m; me')
  17. command: 'shop'
  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: &7You opened the shop'
  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: wool:1
  27. left-click: false
  28. right-click: false
  29.  
  30.  
  31. ######################
  32. #+ +#
  33. # ITEMS #
  34. #+ +#
  35. ######################
  36.  
  37.  
  38.  
  39. vortexrank:
  40. ITEM: enderpearl
  41. NAME: '&d1x Enderpearl'
  42. LORE:
  43. - '&f'
  44. - '&7&m*&f Right click to sell
  45. - '&7&m*&f Left click to buy
  46. - '&f'
  47. - '&f25 VoidGems - Buy'
  48. - '&f10 VoidGems - Sell'
  49. - '&f'
  50. ID: ender pearl #This is what it's displayed as; not always the item you actually buy
  51. POSITION-X: 1
  52. POSITION-Y: 2
  53. PRICE-BUY: 25
  54. PRICE-SELL: 10
  55. NOT-ENOUGH-MONEY-MSG: '&cYou don''t have enough money!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement