Untitled


SUBMITTED BY: Guest

DATE: Dec. 1, 2021, 4:14 a.m.

FORMAT: Text only

SIZE: 714 Bytes

HITS: 653

  1. {
  2. "Key": "hasitemtest",
  3. "If": [],
  4. "HasItem": {
  5. "strict": false,
  6. "slot": "mainhand",
  7. "item": {
  8. "material": "apple",
  9. "amount": 10
  10. }
  11. },
  12. "SendMessage": "Congrats, you are holding an apple!",
  13. "SendMessage": "Eat more apples.",
  14. "If": [],
  15. "HasItem": {
  16. "strict": false,
  17. "slot": "mainhand",
  18. "item": [
  19. {
  20. "material": "carrot",
  21. "amount": 10
  22. },
  23. {
  24. "material": "potato",
  25. "amount": 10
  26. }
  27. ]
  28. },
  29. "SendMessage": "vegetables!",
  30. "SendMessage": "No vegetables"
  31. }

comments powered by Disqus