Untitled


SUBMITTED BY: Guest

DATE: Dec. 1, 2021, 3:50 a.m.

FORMAT: Text only

SIZE: 625 Bytes

HITS: 709

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

comments powered by Disqus