faldonboy10

Untitled

Jun 3rd, 2023 (edited)
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. {
  2. "CreateEntity": {
  3. "key": "TestBalloon",
  4. "name": [ "test" ],
  5. "entity": "armor_stand",
  6. "name_background": false,
  7. "gravity": false,
  8. "visible": true,
  9. "location": {
  10. "world": "world",
  11. "x": 994.5,
  12. "y": 56.0,
  13. "z": -430.5,
  14. "yaw": 90,
  15. "pitch": 0
  16. },
  17. "hand": {
  18. "material": "leather horse armor",
  19. "model": 2506
  20. }
  21. },
  22.  
  23. "CreateEntity": {
  24. "key": "TestBalloonBasket",
  25. "name": [ "test2" ],
  26. "entity": "armor_stand",
  27. "name_background": false,
  28. "gravity": false,
  29. "visible": true,
  30. "location": {
  31. "world": "world",
  32. "x": 994.5,
  33. "y": 52.0,
  34. "z": -430.5,
  35. "yaw": 90,
  36. "pitch": 0
  37. },
  38. "speed": 1.0,
  39. "hand": {
  40. "material": "leather horse armor",
  41. "model": 2507
  42. }
  43. },
  44. "CreateEntity": {
  45. "key": "TestBalloon2",
  46. "name": [ "test4" ],
  47. "entity": "armor_stand",
  48. "name_background": false,
  49. "gravity": false,
  50. "visible": true,
  51. "global": true,
  52. "location": {
  53. "world": "world",
  54. "x": 970.5,
  55. "y": 56.0,
  56. "z": -429.5,
  57. "yaw": -90,
  58. "pitch": 0
  59. },
  60. "hand": {
  61. "material": "leather horse armor",
  62. "model": 2516
  63. }
  64. },
  65.  
  66. "CreateEntity": {
  67. "key": "TestBalloonBasket2",
  68. "name": [ "test5" ],
  69. "entity": "armor_stand",
  70. "name_background": false,
  71. "gravity": false,
  72. "global": true,
  73. "visible": true,
  74. "location": {
  75. "world": "world",
  76. "x": 970.5,
  77. "y": 52.0,
  78. "z": -429.5,
  79. "yaw": -90,
  80. "pitch": 0
  81. },
  82. "speed": 1.0,
  83. "hand": {
  84. "material": "leather horse armor",
  85. "model": 2505
  86. }
  87. },
  88.  
  89.  
  90. "CreateCustomEntity": [ "EeveeBalloon", "TestBalloonBasket", "TestBalloon"],
  91.  
  92. "Comment": "Start",
  93. "Show": {
  94. "TestBalloon": true,
  95. "TestBalloonBasket": true,
  96. "EeveeBalloon": true,
  97. "RocketBalloon": true,
  98. "TestBalloon2": true,
  99. "TestBalloonBasket2": true
  100. },
  101. "Rotate": [
  102. "TestBalloon",
  103. "right arm",
  104. 340.0,
  105. 0.0,
  106. 0.0,
  107. 20.0
  108. ],
  109. "Rotate": [
  110. "TestBalloonBasket",
  111. "right arm",
  112. 340.0,
  113. 0.0,
  114. 0.0,
  115. 20.0
  116. ],
  117. "Rotate": [
  118. "TestBalloon2",
  119. "right arm",
  120. 340.0,
  121. 0.0,
  122. 0.0,
  123. 20.0
  124. ],
  125. "Rotate": [
  126. "TestBalloonBasket2",
  127. "right arm",
  128. 340.0,
  129. 0.0,
  130. 0.0,
  131. 20.0
  132. ],
  133. "Comment": "Repeat",
  134. "MoveEntityRelative": [ "EeveeBalloon", 0.0, 5.0, 0.0 ],
  135. "MoveEntityRelative": [ "EeveeBalloon", 0.0, -5.0, 0.0 ],
  136. "Skip": "Repeat",
  137. "Hold": []
  138. }
Advertisement
Add Comment
Please, Sign In to add comment