Guest User

Untitled

a guest
Sep 3rd, 2020
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. 'andesite':
  2. material: andesite
  3. slot: 6
  4. display_name: 'Андезит'
  5. lore:
  6. - ''
  7. - '&f[&a&lЛКМ&f] Продажа&6 1 шт.&f за&a 0.25$'
  8. - '&f[&c&lПКМ&f] Продажа&6 16 шт.&f за&a 4$'
  9. - '&f[&4&lКОЛЕСИКО&f] Продажа&6 32 шт.&f за&a 8$'
  10. - ''
  11. left_click_requirement:
  12. requirements:
  13. amount:
  14. type: '>='
  15. input: '%checkitem_amount_mat:ANDESITE%'
  16. output: 1
  17. right_click_requirement:
  18. requirements:
  19. amount:
  20. type: '>='
  21. input: '%checkitem_amount_mat:ANDESITE%'
  22. output: 16
  23. middle_click_requirement:
  24. requirements:
  25. amount:
  26. type: '>='
  27. input: '%checkitem_amount_mat:ANDESITE%'
  28. output: 32
  29. left_click_commands:
  30. - '[console] clear %player_name% andesite 1'
  31. - '[console] eeco give %player_name% 0.25'
  32. right_click_commands:
  33. - '[console] clear %player_name% andesite 16'
  34. - '[console] eeco give %player_name% 4'
  35. middle_click_commands:
  36. - '[console] clear %player_name% andesite 32'
  37. - '[console] eeco give %player_name% 8'
Advertisement
Add Comment
Please, Sign In to add comment