Advertisement
Guest User

Ace flint

a guest
Jul 11th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. {
  2. "events":
  3. [
  4. {
  5. "event_type": "CHAT",
  6. "text": "RELOAD",
  7. "tasks": [{
  8. "task_type": "RELOAD"
  9. }]
  10. },
  11. {
  12. "event_type": "JOIN_WORLD",
  13. "noDeathDim": "true",
  14. "joinOneEver": "true",
  15. "target": "ALL_PLAYERS",
  16. "tasks":
  17. [
  18. {
  19. "task_type": "INVENTORY_ADD",
  20. "target_type": "SELF",
  21. "target": "",
  22. "modid": "minecraft",
  23. "name": "apple",
  24. "meta": "0",
  25. "count": "16"
  26. },
  27. {
  28. "task_type": "INVENTORY_ADD",
  29. "target_type": "SELF",
  30. "target": "",
  31. "modid": "evilcraft",
  32. "name": "werewolfFur",
  33. "meta": "0",
  34. "count": "1"
  35. },
  36. {
  37. "task_type": "INVENTORY_ADD",
  38. "target_type": "SELF",
  39. "target": "",
  40. "modid": "minecraft",
  41. "name": "flint",
  42. "meta": "0",
  43. "count": "8"
  44. },
  45. {
  46. "task_type": "HANDLER_COUNT",
  47. "handlerIdentifier": "DEATH",
  48. "operation": "CLEAR"
  49. },
  50. {
  51. "task_type": "HANDLER_COUNT_CHAT",
  52. "handlerIdentifier": "DEATH"
  53. }
  54. ]
  55. }
  56.  
  57. ]
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement