szumielxd

FBSklepKluczy

Mar 17th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 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: '&1&lKlucze'
  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: 'klucze'
  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: 'tell: &eOtworzyles sklep z kluczami.'
  27.  
  28.  
  29.  
  30. ######################
  31. #+ +#
  32. # ITEMS #
  33. #+ +#
  34. ######################
  35.  
  36.  
  37. Marchewka:
  38. COMMAND: 'op:cc give p cebula'
  39. PRICE: 10000
  40. NAME: '&2&lKlucz do Cebulowej skrzyni'
  41. LORE:
  42. - 'Koszt: 10 000$'
  43. ID: carrot
  44. POSITION-X: 2
  45. POSITION-Y: 2
  46.  
  47. Janusz:
  48. COMMAND: 'op:cc give p janusz'
  49. PRICE: 1000
  50. NAME: '&a&lKlucz do &e&lSkrzyni Janusza'
  51. LORE:
  52. - 'Koszt: 1000$'
  53. ID: 371
  54. POSITION-X: 4
  55. POSITION-Y: 2
  56.  
  57. Prestiz:
  58. COMMAND: 'op:cc give p prestiz'
  59. PRICE: 100000
  60. NAME: '&b&lKlucz do &3&lPrestizowej Skrzyni'
  61. LORE:
  62. - 'Koszt: 100 000$'
  63. ID: 369
  64. POSITION-X: 6
  65. POSITION-Y: 2
  66.  
  67. Pety:
  68. COMMAND: 'op:cc give p pet'
  69. PRICE: 200000
  70. NAME: '&b&lKlucz do skrzyni &6&lDodatkow do Petow'
  71. LORE:
  72. - 'Koszt: 200 000$'
  73. ID: 280
  74. POSITION-X: 8
  75. POSITION-Y: 2
Add Comment
Please, Sign In to add comment