Advertisement
Guest User

Advancement Location Help

a guest
Jun 1st, 2018
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. root.json:
  2. {
  3. "__comment": "Made with TheDestruc7i0n's advancements generator: https://advancements.thedestruc7i0n.ca",
  4. "display": {
  5. "title": "Advancements",
  6. "description": "Advancements",
  7. "icon": {
  8. "item": "minecraft:writable_book"
  9. },
  10. "frame": "challenge",
  11. "show_toast": true,
  12. "announce_to_chat": false,
  13. "hidden": false,
  14. "background": "minecraft:textures/gui/advancements/backgrounds/stone.png"
  15. },
  16. "criteria": {
  17. "Instant": {
  18. "trigger": "minecraft:location",
  19. "conditions": {
  20. "dimension": "overworld",
  21. "position": {
  22. "y": {
  23. "min": 0,
  24. "max": 999999999999999
  25. }
  26. }
  27. }
  28. }
  29. }
  30. }
  31.  
  32. Tourist.json
  33. {
  34. "__comment": "Made with TheDestruc7i0n's advancements generator: https://advancements.thedestruc7i0n.ca",
  35. "display": {
  36. "title": "Tourist",
  37. "description": "See all the towns Server has to offer!",
  38. "icon": {
  39. "item": "minecraft:filled_map"
  40. },
  41. "frame": "task",
  42. "show_toast": true,
  43. "announce_to_chat": false,
  44. "hidden": false
  45. },
  46. "criteria": {
  47. "Visit_City_1": {
  48. "trigger": "minecraft:location",
  49. "conditions": {
  50. "position": {
  51. "x": {
  52. "min": 3,
  53. "max": 8
  54. }
  55. }
  56. }
  57. },
  58. "Visit_City_2": {
  59. "trigger": "minecraft:location",
  60. "conditions": {
  61. "position": {
  62. "x": {
  63. "min": -7012,
  64. "max": -7012
  65. }
  66. }
  67. }
  68. },
  69. "Visit_City_3": {
  70. "trigger": "minecraft:location"
  71. }
  72. },
  73. "requirements": [
  74. [
  75. "Visit_City_1"
  76. ],
  77. [
  78. "Visit_City_2"
  79. ],
  80. [
  81. "Visit_City_3"
  82. ]
  83. ],
  84. "parent": "namespace:root"
  85. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement