Advertisement
Skylinerw

CNBT

Jul 1st, 2016
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. "summon": [
  2. {
  3. "syntax": "/summon <entity> [<X> <Y> <Z>] [<NBT...>]",
  4. "type": "create",
  5. "groups": [
  6. {
  7. "input": [
  8. {
  9. "type": "argument",
  10. "name": "entity"
  11. }
  12. ]
  13. },
  14. {
  15. "optional": true,
  16. "input": [
  17. {
  18. "type": "argument",
  19. "name": "X"
  20. },
  21. {
  22. "type": "argument",
  23. "name": "Y"
  24. },
  25. {
  26. "type": "argument",
  27. "name": "Z"
  28. }
  29. ],
  30. "helpers": [
  31. "Coords"
  32. ]
  33. },
  34. {
  35. "optional": true,
  36. "input": [
  37. {
  38. "type": "argument_list",
  39. "name": "NBT"
  40. }
  41. ]
  42. }
  43. ]
  44. }
  45. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement