faldonboy10

Untitled

Aug 6th, 2022
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. {
  2. "CreateEntity": {
  3. "key": "Diglett",
  4. "entity": "armor_stand",
  5. "look": true,
  6. "name": [ "Diglett" ],
  7. "location": {
  8. "world": "world",
  9. "x": 937.5,
  10. "y": 43.0,
  11. "z": 927.5,
  12. "yaw": 180,
  13. "pitch": 0
  14. },
  15. "pokemon": "diglett",
  16. "speed": 0.7
  17. },
  18. "CreateEntity": {
  19. "key": "Magnezone",
  20. "entity": "armor_stand",
  21. "look": true,
  22. "name": [ "Magnezone" ],
  23. "location": {
  24. "world": "world",
  25. "x": 935.5,
  26. "y": 43.0,
  27. "z": 927.5,
  28. "yaw": 180,
  29. "pitch": 0
  30. },
  31. "pokemon": "Magnezone",
  32. "speed": 0.5,
  33. "flying": true
  34. },
  35. "CreateEntity": {
  36. "key": "Armaldo",
  37. "entity": "armor_stand",
  38. "look": true,
  39. "name": [ "Armaldo" ],
  40. "location": {
  41. "world": "world",
  42. "x": 933.5,
  43. "y": 43.0,
  44. "z": 927.5,
  45. "yaw": 180,
  46. "pitch": 0
  47. },
  48. "pokemon": "Armaldo",
  49. "speed": 0.4
  50. },
  51. "CreateEntity": {
  52. "key": "Cradily",
  53. "entity": "armor_stand",
  54. "look": true,
  55. "name": [ "Cradily" ],
  56. "location": {
  57. "world": "world",
  58. "x": 931.5,
  59. "y": 43.0,
  60. "z": 927.5,
  61. "yaw": 180,
  62. "pitch": 0
  63. },
  64. "pokemon": "Cradily",
  65. "speed": 0.3
  66. },
  67. "GlobalClickEntity": "Diglett",
  68. "Ride": "Diglett",
  69. "GlobalClickEntity": "Magnezone",
  70. "Ride": "Magnezone",
  71. "GlobalClickEntity": "Armaldo",
  72. "Ride": "Armaldo",
  73. "GlobalClickEntity": "Cradily",
  74. "Ride": "Cradily",
  75. "Key": "MultiRide"
  76. }
Advertisement
Add Comment
Please, Sign In to add comment