faldonboy10

Untitled

Jun 4th, 2023 (edited)
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. {
  2. "Key": "balloon",
  3. "CreateEntity": {
  4. "key": "TestBalloon",
  5. "entity": "armor_stand",
  6. "name_background": false,
  7. "gravity": false,
  8. "visible": true,
  9. "global": true,
  10. "location": {
  11. "world": "world",
  12. "x": 589.5,
  13. "y": 59.0,
  14. "z": 573.5,
  15. "yaw": 90,
  16. "pitch": 0
  17. },
  18. "right_arm": [ 360.0, 0.0, 0.0 ],
  19. "hand": {
  20. "material": "leather horse armor",
  21. "model": 2500
  22. }
  23. },
  24.  
  25. "CreateEntity": {
  26. "key": "TestBalloonBasket",
  27. "entity": "armor_stand",
  28. "name_background": false,
  29. "gravity": false,
  30. "global": true,
  31. "visible": true,
  32. "location": {
  33. "world": "world",
  34. "x": 589.5,
  35. "y": 55.0,
  36. "z": 573.5,
  37. "yaw": 90,
  38. "pitch": 0
  39. },
  40. "speed": 1.0,
  41. "right_arm": [ 360.0, 0.0, 0.0 ],
  42. "hand": {
  43. "material": "leather horse armor",
  44. "model": 2501
  45. }
  46. },
  47.  
  48.  
  49.  
  50. "CreateCustomEntity": [ "BulbasaurBalloon", "TestBalloonBasket", "TestBalloon"],
  51. "Comment": "Start",
  52. "Show": {
  53. "TestBalloon": true,
  54. "TestBalloonBasket": true,
  55. "BulbasaurBalloon": true
  56. }
  57. }
Advertisement
Add Comment
Please, Sign In to add comment