Advertisement
toxix_man

Untitled

May 23rd, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. {
  2. "instructions": "Teleport everywhere!
  3. Don't forget the blocks though.",
  4. "gameplayOptions": {
  5. "portalSets": [{
  6. "orange": [4, 2, 6],
  7. "blue": [8, 3, 8]
  8. }, {
  9. "orange": [4, 1, 4],
  10. "blue": [8, 2, 6]
  11. }
  12. ]
  13. },
  14. "entry": [4, 3, 8],
  15. "awaitOutcome": "allBlocksTouched",
  16. "name": "Plus Teleport",
  17. "gameModes": ["portals"],
  18. "map": [
  19. [
  20. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
  21. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
  22. [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
  23. [0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0],
  24. [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
  25. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
  26. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
  27. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
  28. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
  29. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
  30. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
  31. ],
  32. [
  33. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
  34. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
  35. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
  36. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
  37. [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
  38. [0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0],
  39. [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
  40. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
  41. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
  42. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
  43. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
  44. ],
  45. [
  46. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
  47. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
  48. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
  49. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
  50. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
  51. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
  52. [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
  53. [0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0],
  54. [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
  55. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
  56. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
  57. ]
  58. ]
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement