Advertisement
Guest User

Netherwart

a guest
Jan 3rd, 2017
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. {
  2. "events":
  3. [{
  4. "event_type": "INTERACT",
  5. "issuer": "ALL_PLAYERS",
  6. "action": "RIGHT_BLOCK",
  7. "modid": "minecraft",
  8. "name": "nether_wart",
  9. "meta": "0",
  10. "tasks": [
  11.  
  12. {
  13. "task_type": "CANCEL",
  14. "conditions":
  15. [
  16. {
  17. "condition_type": "DIMENSION",
  18. "reversed": "true",
  19. "dim_id": "-1"
  20. }
  21. ]
  22. },
  23.  
  24. {
  25. "task_type": "CHAT",
  26. "receiver_type": "ALL_PLAYERS",
  27. "receiver": "",
  28. "message": "Click!"
  29. }
  30. ]
  31. }]
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement