mc-shell 0.9.1__tar.gz → 0.9.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (719) hide show
  1. {mc_shell-0.9.1 → mc_shell-0.9.2}/PKG-INFO +2 -3
  2. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/__init__.py +211 -101
  3. mc_shell-0.9.2/mcshell/blueprints/ipython_api.py +123 -0
  4. mc_shell-0.9.2/mcshell/data/app/control.html +234 -0
  5. mc_shell-0.9.2/mcshell/data/app/index.html +174 -0
  6. mc_shell-0.9.1/mcshell/data/app/mced.b4ad52d5.js → mc_shell-0.9.2/mcshell/data/app/mced.39dda5d3.js +10 -10
  7. mc_shell-0.9.1/mcshell/data/app/mced.b4ad52d5.js.map → mc_shell-0.9.2/mcshell/data/app/mced.39dda5d3.js.map +1 -1
  8. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/mcjuice-0.1.0.jar +0 -0
  9. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/powers/stdlib.json +41 -5
  10. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/mcclient.py +4 -5
  11. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/mcplayer.py +18 -0
  12. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/mcserver.py +118 -41
  13. {mc_shell-0.9.1 → mc_shell-0.9.2}/pyproject.toml +9 -13
  14. mc_shell-0.9.1/mcshell/blueprints/ipython_api.py +0 -45
  15. mc_shell-0.9.1/mcshell/data/app/control.html +0 -162
  16. mc_shell-0.9.1/mcshell/data/app/index.html +0 -126
  17. {mc_shell-0.9.1 → mc_shell-0.9.2}/LICENSE +0 -0
  18. {mc_shell-0.9.1 → mc_shell-0.9.2}/README.md +0 -0
  19. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/Matrix3.py +0 -0
  20. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/Vec3.py +0 -0
  21. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/blueprints/control_api.py +0 -0
  22. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/blueprints/powers_api.py +0 -0
  23. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/constants.py +0 -0
  24. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/FruitJuice-0.4.1.jar +0 -0
  25. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/app/mced.efd4d8e7.css +0 -0
  26. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/app/mced.efd4d8e7.css.map +0 -0
  27. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/app/mced.f25b9962.css +0 -0
  28. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/app/mced.f25b9962.css.map +0 -0
  29. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/app/toolbox.f6677982.xml +0 -0
  30. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/control_layout.json +0 -0
  31. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/flat_world/data/minecraft/dimension/overworld.json +0 -0
  32. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/flat_world/data/minecraft/worldgen/biome/the_void.json +0 -0
  33. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/flat_world/pack.mcmeta +0 -0
  34. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/LICENSE.txt +0 -0
  35. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/README.txt +0 -0
  36. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/advancement/calcite.json +0 -0
  37. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/advancement/root.json +0 -0
  38. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/advancement/tuff.json +0 -0
  39. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/advancement/world_boarder.json +0 -0
  40. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/ab.mcfunction +0 -0
  41. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/effects/mob-spawn.mcfunction +0 -0
  42. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/effects/party-mob-despawn.mcfunction +0 -0
  43. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/effects/party-mob-destruction.mcfunction +0 -0
  44. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/effects/party-mob-spawn.mcfunction +0 -0
  45. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/extra/barrier-warning.mcfunction +0 -0
  46. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/extra/biomes/00.mcfunction +0 -0
  47. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/extra/biomes/01.mcfunction +0 -0
  48. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/extra/biomes/02.mcfunction +0 -0
  49. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/extra/biomes/03.mcfunction +0 -0
  50. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/extra/biomes/04.mcfunction +0 -0
  51. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/extra/biomes/05.mcfunction +0 -0
  52. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/extra/biomes/06.mcfunction +0 -0
  53. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/extra/biomes/07.mcfunction +0 -0
  54. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/extra/biomes/08.mcfunction +0 -0
  55. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/extra/biomes/09.mcfunction +0 -0
  56. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/extra/biomes/10.mcfunction +0 -0
  57. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/extra/biomes/11.mcfunction +0 -0
  58. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/extra/biomes/12.mcfunction +0 -0
  59. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/extra/biomes/13.mcfunction +0 -0
  60. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/extra/biomes/14.mcfunction +0 -0
  61. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/extra/biomes/15.mcfunction +0 -0
  62. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/extra/chest_effects.mcfunction +0 -0
  63. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/extra/monster-guard-death-msg.mcfunction +0 -0
  64. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/extra/scoreboard.mcfunction +0 -0
  65. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/extra/trial_title.mcfunction +0 -0
  66. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/extra/tricky_trial_title.mcfunction +0 -0
  67. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/extra/villager-set-name.mcfunction +0 -0
  68. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/blocks-remaining/0_to_99.mcfunction +0 -0
  69. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/blocks-remaining/1000_to_1099.mcfunction +0 -0
  70. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/blocks-remaining/100_to_199.mcfunction +0 -0
  71. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/blocks-remaining/1100_to_1199.mcfunction +0 -0
  72. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/blocks-remaining/1200_to_1299.mcfunction +0 -0
  73. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/blocks-remaining/1300_to_1399.mcfunction +0 -0
  74. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/blocks-remaining/1400_to_1499.mcfunction +0 -0
  75. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/blocks-remaining/1500_to_1599.mcfunction +0 -0
  76. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/blocks-remaining/1600_to_1699.mcfunction +0 -0
  77. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/blocks-remaining/1700_to_1799.mcfunction +0 -0
  78. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/blocks-remaining/1800_to_1899.mcfunction +0 -0
  79. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/blocks-remaining/1900_to_1999.mcfunction +0 -0
  80. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/blocks-remaining/200_to_299.mcfunction +0 -0
  81. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/blocks-remaining/300_to_399.mcfunction +0 -0
  82. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/blocks-remaining/400_to_499.mcfunction +0 -0
  83. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/blocks-remaining/500_to_599.mcfunction +0 -0
  84. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/blocks-remaining/600_to_699.mcfunction +0 -0
  85. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/blocks-remaining/700_to_799.mcfunction +0 -0
  86. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/blocks-remaining/800_to_899.mcfunction +0 -0
  87. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/blocks-remaining/900_to_999.mcfunction +0 -0
  88. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/blocks-remaining.mcfunction +0 -0
  89. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/create.mcfunction +0 -0
  90. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/eventloop.mcfunction +0 -0
  91. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/on-join.mcfunction +0 -0
  92. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/on-load.mcfunction +0 -0
  93. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/progress.mcfunction +0 -0
  94. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/recovery-kit/00.mcfunction +0 -0
  95. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/recovery-kit/01.mcfunction +0 -0
  96. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/recovery-kit/02.mcfunction +0 -0
  97. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/recovery-kit/03.mcfunction +0 -0
  98. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/recovery-kit/04.mcfunction +0 -0
  99. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/recovery-kit/05.mcfunction +0 -0
  100. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/recovery-kit/06.mcfunction +0 -0
  101. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/recovery-kit/07.mcfunction +0 -0
  102. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/recovery-kit/08.mcfunction +0 -0
  103. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/recovery-kit/09.mcfunction +0 -0
  104. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/recovery-kit/10.mcfunction +0 -0
  105. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/recovery-kit/11.mcfunction +0 -0
  106. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/recovery-kit/12.mcfunction +0 -0
  107. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/recovery-kit/13.mcfunction +0 -0
  108. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/recovery-kit/14.mcfunction +0 -0
  109. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/recovery-kit/15.mcfunction +0 -0
  110. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/recovery-kit/16.mcfunction +0 -0
  111. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/recovery-kit/get.mcfunction +0 -0
  112. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/respawnendportal.mcfunction +0 -0
  113. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/spawnendportal.mcfunction +0 -0
  114. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/texts.mcfunction +0 -0
  115. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/toggle-features.mcfunction +0 -0
  116. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/fns/world_border.mcfunction +0 -0
  117. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/help.mcfunction +0 -0
  118. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/loop.mcfunction +0 -0
  119. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/main.mcfunction +0 -0
  120. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/about.mcfunction +0 -0
  121. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/actionbar-toggle.mcfunction +0 -0
  122. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/help-phase-00.mcfunction +0 -0
  123. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/help-phase-01.mcfunction +0 -0
  124. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/help-phase-02.mcfunction +0 -0
  125. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/help-phase-03.mcfunction +0 -0
  126. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/help-phase-04.mcfunction +0 -0
  127. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/help-phase-05.mcfunction +0 -0
  128. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/help-phase-06.mcfunction +0 -0
  129. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/help-phase-07.mcfunction +0 -0
  130. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/help-phase-08.mcfunction +0 -0
  131. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/help-phase-09.mcfunction +0 -0
  132. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/help-phase-10.mcfunction +0 -0
  133. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/help-phase-11.mcfunction +0 -0
  134. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/help-phase-12.mcfunction +0 -0
  135. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/help-phase-13.mcfunction +0 -0
  136. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/help-phase-14.mcfunction +0 -0
  137. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/help-phase-15.mcfunction +0 -0
  138. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/help-trigger.mcfunction +0 -0
  139. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/help.mcfunction +0 -0
  140. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/main.mcfunction +0 -0
  141. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/phase-0-msg.mcfunction +0 -0
  142. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/phase-16-msg.mcfunction +0 -0
  143. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/phase-skip-confirm.mcfunction +0 -0
  144. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/phase-skip-trigger.mcfunction +0 -0
  145. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/phase-skip.mcfunction +0 -0
  146. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/scoreboard-toggle.mcfunction +0 -0
  147. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/skip-to-phase-00.mcfunction +0 -0
  148. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/skip-to-phase-01.mcfunction +0 -0
  149. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/skip-to-phase-02.mcfunction +0 -0
  150. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/skip-to-phase-03.mcfunction +0 -0
  151. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/skip-to-phase-04.mcfunction +0 -0
  152. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/skip-to-phase-05.mcfunction +0 -0
  153. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/skip-to-phase-06.mcfunction +0 -0
  154. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/skip-to-phase-07.mcfunction +0 -0
  155. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/skip-to-phase-08.mcfunction +0 -0
  156. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/skip-to-phase-09.mcfunction +0 -0
  157. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/skip-to-phase-10.mcfunction +0 -0
  158. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/skip-to-phase-11.mcfunction +0 -0
  159. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/skip-to-phase-12.mcfunction +0 -0
  160. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/skip-to-phase-13.mcfunction +0 -0
  161. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/skip-to-phase-14.mcfunction +0 -0
  162. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/skip-to-phase-15.mcfunction +0 -0
  163. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/skip-to-phase-16.mcfunction +0 -0
  164. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/menu/start.mcfunction +0 -0
  165. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/01-01-pig.mcfunction +0 -0
  166. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/01-02-cow.mcfunction +0 -0
  167. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/01-03-sheep.mcfunction +0 -0
  168. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/01-04-chicken.mcfunction +0 -0
  169. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/02-01-mooshro.mcfunction +0 -0
  170. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/02-02-zombie.mcfunction +0 -0
  171. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/02-03-rabbit.mcfunction +0 -0
  172. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/02-04-spider.mcfunction +0 -0
  173. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/02-05-creeper.mcfunction +0 -0
  174. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/03-01-wolf.mcfunction +0 -0
  175. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/03-02-stray.mcfunction +0 -0
  176. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/03-03-fox.mcfunction +0 -0
  177. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/03-04-polar_b.mcfunction +0 -0
  178. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/03-05-goat.mcfunction +0 -0
  179. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/03-p01-stray.mcfunction +0 -0
  180. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/03-p02-zombie.mcfunction +0 -0
  181. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/04-01-zombie.mcfunction +0 -0
  182. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/04-02-skeleton.mcfunction +0 -0
  183. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/04-03-zombie.mcfunction +0 -0
  184. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/04-04-creeper.mcfunction +0 -0
  185. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/04-p01-zombie.mcfunction +0 -0
  186. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/04-p02-skeleton.mcfunction +0 -0
  187. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/04-p03-creeper.mcfunction +0 -0
  188. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/05-01-tropical.mcfunction +0 -0
  189. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/05-02-spider_jockey.mcfunction +0 -0
  190. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/05-03-axolotl.mcfunction +0 -0
  191. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/05-04-chicken_jockey.mcfunction +0 -0
  192. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/05-p01-chicken_jockey.mcfunction +0 -0
  193. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/05-p02-spider.mcfunction +0 -0
  194. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/06-01-turtle.mcfunction +0 -0
  195. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/06-02-drowned.mcfunction +0 -0
  196. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/06-03-salmon.mcfunction +0 -0
  197. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/06-04-tropica.mcfunction +0 -0
  198. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/06-05-guardia.mcfunction +0 -0
  199. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/06-06-pufferf.mcfunction +0 -0
  200. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/06-07-cod.mcfunction +0 -0
  201. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/06-08-elder_g copy.mcfunction +0 -0
  202. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/06-08-elder_g.mcfunction +0 -0
  203. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/06-09-nautilus.mcfunction +0 -0
  204. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/06-p01-drowned.mcfunction +0 -0
  205. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/06-p02-guardian.mcfunction +0 -0
  206. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/06-p03-elder_guar.mcfunction +0 -0
  207. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/07-01-fox.mcfunction +0 -0
  208. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/07-02-village.mcfunction +0 -0
  209. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/07-03-armadillo.mcfunction +0 -0
  210. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/07-04-husk.mcfunction +0 -0
  211. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/07-05-pillage.mcfunction +0 -0
  212. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/07-06-wanderi.mcfunction +0 -0
  213. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/07-07-donkey.mcfunction +0 -0
  214. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/07-08-camel.mcfunction +0 -0
  215. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/07-09-vindica.mcfunction +0 -0
  216. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/07-10-c_husk.mcfunction +0 -0
  217. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/07-11-parched.mcfunction +0 -0
  218. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/07-p01-husk.mcfunction +0 -0
  219. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/07-p02-pillager.mcfunction +0 -0
  220. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/07-p03-vindicator.mcfunction +0 -0
  221. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/07-p04-c_husk.mcfunction +0 -0
  222. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/08-01-parrot.mcfunction +0 -0
  223. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/08-02-vex.mcfunction +0 -0
  224. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/08-03-ocelot.mcfunction +0 -0
  225. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/08-04-panda.mcfunction +0 -0
  226. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/08-05-witch.mcfunction +0 -0
  227. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/08-06-horse.mcfunction +0 -0
  228. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/08-07-allay.mcfunction +0 -0
  229. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/08-p01-vex.mcfunction +0 -0
  230. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/08-p02-spider.mcfunction +0 -0
  231. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/08-p03-witch.mcfunction +0 -0
  232. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/09-01-tadpole.mcfunction +0 -0
  233. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/09-02-slime.mcfunction +0 -0
  234. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/09-03-zombie_villager.mcfunction +0 -0
  235. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/09-04-bogged.mcfunction +0 -0
  236. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/09-p01-slime.mcfunction +0 -0
  237. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/09-p02-zombie_villager.mcfunction +0 -0
  238. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/09-p03-bogged.mcfunction +0 -0
  239. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/10-01-piglin.mcfunction +0 -0
  240. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/10-02-magma_c.mcfunction +0 -0
  241. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/10-03-hoglin.mcfunction +0 -0
  242. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/10-04-blaze.mcfunction +0 -0
  243. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/10-05-strider.mcfunction +0 -0
  244. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/10-06-wither_.mcfunction +0 -0
  245. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/10-07-ghast.mcfunction +0 -0
  246. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/10-08-happy-ghast.mcfunction +0 -0
  247. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/10-p01-piglin.mcfunction +0 -0
  248. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/10-p02-magma_cube.mcfunction +0 -0
  249. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/10-p03-blaze.mcfunction +0 -0
  250. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/10-p04-ghast.mcfunction +0 -0
  251. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/11-01-bee.mcfunction +0 -0
  252. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/11-02-llama.mcfunction +0 -0
  253. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/11-03-bee.mcfunction +0 -0
  254. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/11-04-sniffer.mcfunction +0 -0
  255. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/11-p01-bee.mcfunction +0 -0
  256. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/11-p02-witch.mcfunction +0 -0
  257. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/12-01-cat.mcfunction +0 -0
  258. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/12-02-slime.mcfunction +0 -0
  259. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/12-03-mule.mcfunction +0 -0
  260. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/12-04-phantom.mcfunction +0 -0
  261. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/12-05-zombie_.mcfunction +0 -0
  262. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/12-p01-slime.mcfunction +0 -0
  263. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/12-p02-phantom.mcfunction +0 -0
  264. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/12-p03-zombie_.mcfunction +0 -0
  265. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/13-01-skeleto.mcfunction +0 -0
  266. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/13-02-skele_raid.mcfunction +0 -0
  267. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/13-03-warden.mcfunction +0 -0
  268. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/13-p01-skele_raid.mcfunction +0 -0
  269. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/13-p02-warden.mcfunction +0 -0
  270. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/14-01-silverf.mcfunction +0 -0
  271. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/14-02-creeper.mcfunction +0 -0
  272. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/14-03-cave_sp.mcfunction +0 -0
  273. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/14-04-skeleto.mcfunction +0 -0
  274. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/14-05-creeper.mcfunction +0 -0
  275. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/14-06-evoker.mcfunction +0 -0
  276. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/14-07-skeleto.mcfunction +0 -0
  277. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/14-p01-silverfish.mcfunction +0 -0
  278. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/14-p02-skeleton.mcfunction +0 -0
  279. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/14-p03-vex.mcfunction +0 -0
  280. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/14-p04-cave_spide.mcfunction +0 -0
  281. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/14-p05-evoker.mcfunction +0 -0
  282. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/15-01-endermi.mcfunction +0 -0
  283. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/15-02-enderma.mcfunction +0 -0
  284. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/15-03-endermi.mcfunction +0 -0
  285. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/15-04-shulker.mcfunction +0 -0
  286. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/15-p01-endermite.mcfunction +0 -0
  287. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/15-p02-enderman.mcfunction +0 -0
  288. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/mob/15-p03-shulker.mcfunction +0 -0
  289. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/monster-party/03.mcfunction +0 -0
  290. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/monster-party/04.mcfunction +0 -0
  291. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/monster-party/05.mcfunction +0 -0
  292. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/monster-party/06.mcfunction +0 -0
  293. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/monster-party/07.mcfunction +0 -0
  294. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/monster-party/08.mcfunction +0 -0
  295. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/monster-party/09.mcfunction +0 -0
  296. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/monster-party/10.mcfunction +0 -0
  297. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/monster-party/11.mcfunction +0 -0
  298. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/monster-party/12.mcfunction +0 -0
  299. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/monster-party/13.mcfunction +0 -0
  300. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/monster-party/14.mcfunction +0 -0
  301. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/monster-party/15.mcfunction +0 -0
  302. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/monster-party/manager.mcfunction +0 -0
  303. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/monster-party/random.mcfunction +0 -0
  304. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/on-trigger.mcfunction +0 -0
  305. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/phase/afterphases.mcfunction +0 -0
  306. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/phase/endportal.mcfunction +0 -0
  307. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/phase/phase0.mcfunction +0 -0
  308. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/phase/phase1.mcfunction +0 -0
  309. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/phase/phase10.mcfunction +0 -0
  310. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/phase/phase11.mcfunction +0 -0
  311. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/phase/phase12.mcfunction +0 -0
  312. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/phase/phase13.mcfunction +0 -0
  313. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/phase/phase14.mcfunction +0 -0
  314. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/phase/phase15.mcfunction +0 -0
  315. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/phase/phase2.mcfunction +0 -0
  316. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/phase/phase3.mcfunction +0 -0
  317. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/phase/phase4.mcfunction +0 -0
  318. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/phase/phase5.mcfunction +0 -0
  319. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/phase/phase6.mcfunction +0 -0
  320. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/phase/phase7.mcfunction +0 -0
  321. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/phase/phase8.mcfunction +0 -0
  322. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/phase/phase9.mcfunction +0 -0
  323. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/phase/spawner.mcfunction +0 -0
  324. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/phase/waiting.mcfunction +0 -0
  325. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/phase/waitinginit.mcfunction +0 -0
  326. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/random-block/01.mcfunction +0 -0
  327. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/random-block/02.mcfunction +0 -0
  328. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/random-block/03.mcfunction +0 -0
  329. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/random-block/04.mcfunction +0 -0
  330. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/random-block/05.mcfunction +0 -0
  331. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/random-block/06.mcfunction +0 -0
  332. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/random-block/07.mcfunction +0 -0
  333. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/random-block/08.mcfunction +0 -0
  334. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/random-block/09.mcfunction +0 -0
  335. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/random-block/10.mcfunction +0 -0
  336. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/random-block/11.mcfunction +0 -0
  337. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/random-block/12.mcfunction +0 -0
  338. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/random-block/13.mcfunction +0 -0
  339. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/random-block/14.mcfunction +0 -0
  340. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/random-block/15.mcfunction +0 -0
  341. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/random-block/trials.mcfunction +0 -0
  342. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/random-mob/01.mcfunction +0 -0
  343. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/random-mob/02.mcfunction +0 -0
  344. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/random-mob/03.mcfunction +0 -0
  345. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/random-mob/04.mcfunction +0 -0
  346. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/random-mob/05.mcfunction +0 -0
  347. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/random-mob/06.mcfunction +0 -0
  348. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/random-mob/07.mcfunction +0 -0
  349. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/random-mob/08.mcfunction +0 -0
  350. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/random-mob/09.mcfunction +0 -0
  351. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/random-mob/10.mcfunction +0 -0
  352. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/random-mob/11.mcfunction +0 -0
  353. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/random-mob/12.mcfunction +0 -0
  354. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/random-mob/13.mcfunction +0 -0
  355. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/random-mob/14.mcfunction +0 -0
  356. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/random-mob/15.mcfunction +0 -0
  357. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/random-mob/all.mcfunction +0 -0
  358. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-mobamount-1-1.mcfunction +0 -0
  359. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-mobamount-1-2.mcfunction +0 -0
  360. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-mobamount-1-3.mcfunction +0 -0
  361. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-mobamount-2-2.mcfunction +0 -0
  362. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-mobamount-2-3.mcfunction +0 -0
  363. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-mobamount-2-4.mcfunction +0 -0
  364. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-mobamount-3-4.mcfunction +0 -0
  365. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-mobamount-3-5.mcfunction +0 -0
  366. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-mobamount-8-b.mcfunction +0 -0
  367. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-mobamount-main.mcfunction +0 -0
  368. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-mobtype-1-4b.mcfunction +0 -0
  369. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-mobtype-1-5.mcfunction +0 -0
  370. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-mobtype-1-8.mcfunction +0 -0
  371. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-mobtype-1-a.mcfunction +0 -0
  372. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-mobtype-1-b.mcfunction +0 -0
  373. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-mobtype-1-e.mcfunction +0 -0
  374. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-mobtype-1-g.mcfunction +0 -0
  375. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-mobtype-1-h.mcfunction +0 -0
  376. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-mobtype-1-i.mcfunction +0 -0
  377. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-mobtype-1-j.mcfunction +0 -0
  378. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-mobtype-1-k.mcfunction +0 -0
  379. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-mobtype-1-l.mcfunction +0 -0
  380. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-mobtype-1-n.mcfunction +0 -0
  381. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-mobtype-main.mcfunction +0 -0
  382. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-partyrand-0-12.mcfunction +0 -0
  383. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-partyrand-main.mcfunction +0 -0
  384. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-randafter-1-b4.mcfunction +0 -0
  385. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-randafter-main.mcfunction +0 -0
  386. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-randblock-1-154.mcfunction +0 -0
  387. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-randblock-1-168.mcfunction +0 -0
  388. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-randblock-1-1cr.mcfunction +0 -0
  389. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-randblock-1-5m.mcfunction +0 -0
  390. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-randblock-1-c1.mcfunction +0 -0
  391. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-randblock-1-ed.mcfunction +0 -0
  392. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-randblock-1-eg.mcfunction +0 -0
  393. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-randblock-1-g01.mcfunction +0 -0
  394. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-randblock-1-gd.mcfunction +0 -0
  395. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-randblock-1-ko.mcfunction +0 -0
  396. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-randblock-1-mg.mcfunction +0 -0
  397. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-randblock-1-n2.mcfunction +0 -0
  398. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-randblock-1-o6.mcfunction +0 -0
  399. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-randblock-1-vu.mcfunction +0 -0
  400. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-randblock-1-xp.mcfunction +0 -0
  401. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-randblock-1-zi.mcfunction +0 -0
  402. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-randblock-main.mcfunction +0 -0
  403. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-randblock-trials.mcfunction +0 -0
  404. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-variant-1-2.mcfunction +0 -0
  405. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-variant-1-fr.mcfunction +0 -0
  406. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-variant-main.mcfunction +0 -0
  407. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-vilname-1-1g.mcfunction +0 -0
  408. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/randomizer/gz-a4-vilname-main.mcfunction +0 -0
  409. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/sb.mcfunction +0 -0
  410. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/trees/acacia_tree.mcfunction +0 -0
  411. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/trees/azalea_tree.mcfunction +0 -0
  412. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/trees/birch_tree.mcfunction +0 -0
  413. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/trees/brown_mushhroom.mcfunction +0 -0
  414. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/trees/cherry_tree.mcfunction +0 -0
  415. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/trees/crimson_tree.mcfunction +0 -0
  416. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/trees/dark_oak_tree.mcfunction +0 -0
  417. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/trees/jungle_tree.mcfunction +0 -0
  418. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/trees/mangrove_tree.mcfunction +0 -0
  419. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/trees/oak_tree.mcfunction +0 -0
  420. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/trees/pale_oak_tree.mcfunction +0 -0
  421. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/trees/red_mushhroom.mcfunction +0 -0
  422. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/trees/spruce_tree.mcfunction +0 -0
  423. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/trees/warped_tree.mcfunction +0 -0
  424. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants/dolphin.mcfunction +0 -0
  425. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants/frog.mcfunction +0 -0
  426. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants/glow_squid.mcfunction +0 -0
  427. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants/squid.mcfunction +0 -0
  428. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants/wolf_cold.mcfunction +0 -0
  429. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants/wolf_dry.mcfunction +0 -0
  430. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants/wolf_jungle.mcfunction +0 -0
  431. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants/zombie_nautilus.mcfunction +0 -0
  432. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants-mob/chicken/cold.mcfunction +0 -0
  433. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants-mob/chicken/temperate.mcfunction +0 -0
  434. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants-mob/chicken/warm.mcfunction +0 -0
  435. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants-mob/cow/cold.mcfunction +0 -0
  436. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants-mob/cow/temperate.mcfunction +0 -0
  437. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants-mob/cow/warm.mcfunction +0 -0
  438. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants-mob/dolphin/adult.mcfunction +0 -0
  439. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants-mob/dolphin/baby.mcfunction +0 -0
  440. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants-mob/frog/01.mcfunction +0 -0
  441. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants-mob/frog/02.mcfunction +0 -0
  442. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants-mob/frog/03.mcfunction +0 -0
  443. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants-mob/glow_squid/adult.mcfunction +0 -0
  444. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants-mob/glow_squid/baby.mcfunction +0 -0
  445. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants-mob/pig/cold.mcfunction +0 -0
  446. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants-mob/pig/temperate.mcfunction +0 -0
  447. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants-mob/pig/warm.mcfunction +0 -0
  448. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants-mob/squid/adult.mcfunction +0 -0
  449. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants-mob/squid/baby.mcfunction +0 -0
  450. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants-mob/wolf/ashen.mcfunction +0 -0
  451. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants-mob/wolf/black.mcfunction +0 -0
  452. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants-mob/wolf/chestnut.mcfunction +0 -0
  453. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants-mob/wolf/pale.mcfunction +0 -0
  454. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants-mob/wolf/rusty.mcfunction +0 -0
  455. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants-mob/wolf/snowy.mcfunction +0 -0
  456. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants-mob/wolf/spotted.mcfunction +0 -0
  457. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants-mob/wolf/striped.mcfunction +0 -0
  458. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants-mob/wolf/woods.mcfunction +0 -0
  459. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants-mob/zombie_nautilus/temperate.mcfunction +0 -0
  460. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/function/variants-mob/zombie_nautilus/warm.mcfunction +0 -0
  461. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/item_modifier/diamond_axe_default.json +0 -0
  462. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/item_modifier/diamond_hoe_default.json +0 -0
  463. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/item_modifier/diamond_pickaxe_boost.json +0 -0
  464. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/item_modifier/diamond_shovel_default.json +0 -0
  465. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/item_modifier/diamond_sword_default.json +0 -0
  466. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/item_modifier/netherite_axe_default.json +0 -0
  467. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/item_modifier/netherite_hoe_default.json +0 -0
  468. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/item_modifier/netherite_pickaxe_boost.json +0 -0
  469. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/item_modifier/netherite_shovel_default.json +0 -0
  470. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/item_modifier/netherite_sword_default.json +0 -0
  471. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/00-gift.json +0 -0
  472. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/00.json +0 -0
  473. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/01-gift.json +0 -0
  474. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/01.json +0 -0
  475. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/02-gift.json +0 -0
  476. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/02-variety.json +0 -0
  477. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/02.json +0 -0
  478. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/03-gift.json +0 -0
  479. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/03-variety.json +0 -0
  480. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/03.json +0 -0
  481. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/04-gift.json +0 -0
  482. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/04-variety.json +0 -0
  483. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/04.json +0 -0
  484. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/05-gift.json +0 -0
  485. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/05-variety.json +0 -0
  486. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/05.json +0 -0
  487. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/06-gift.json +0 -0
  488. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/06-variety.json +0 -0
  489. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/06.json +0 -0
  490. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/07-gift.json +0 -0
  491. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/07-variety.json +0 -0
  492. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/07.json +0 -0
  493. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/08-gift.json +0 -0
  494. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/08-variety.json +0 -0
  495. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/08.json +0 -0
  496. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/09-gift.json +0 -0
  497. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/09-variety.json +0 -0
  498. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/09.json +0 -0
  499. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/10-gift.json +0 -0
  500. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/10-variety.json +0 -0
  501. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/10.json +0 -0
  502. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/11-gift.json +0 -0
  503. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/11-variety.json +0 -0
  504. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/11.json +0 -0
  505. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/12-gift.json +0 -0
  506. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/12-variety.json +0 -0
  507. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/12.json +0 -0
  508. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/13-gift.json +0 -0
  509. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/13-variety.json +0 -0
  510. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/13.json +0 -0
  511. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/14-gift.json +0 -0
  512. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/14-variety.json +0 -0
  513. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/14.json +0 -0
  514. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/15-gift.json +0 -0
  515. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/15-variety.json +0 -0
  516. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/15.json +0 -0
  517. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/heavy_core.json +0 -0
  518. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/help-waterbucket.json +0 -0
  519. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/musical.json +0 -0
  520. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/rarechest.json +0 -0
  521. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/superchest.json +0 -0
  522. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/trial_ominous_supplies.json +0 -0
  523. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/trial_pot.json +0 -0
  524. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/loot_table/trial_supplies.json +0 -0
  525. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/structure/acacia.nbt +0 -0
  526. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/structure/azalea.nbt +0 -0
  527. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/structure/birch.nbt +0 -0
  528. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/structure/brown_mushroom.nbt +0 -0
  529. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/structure/cherry.nbt +0 -0
  530. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/structure/crimson.nbt +0 -0
  531. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/structure/dark_oak.nbt +0 -0
  532. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/structure/jungle.nbt +0 -0
  533. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/structure/mangrove.nbt +0 -0
  534. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/structure/oak.nbt +0 -0
  535. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/structure/pale_oak.nbt +0 -0
  536. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/structure/red_mushroom.nbt +0 -0
  537. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/structure/spruce.nbt +0 -0
  538. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/gamerz_riot/structure/warped.nbt +0 -0
  539. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/minecraft/recipe/calcite.json +0 -0
  540. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/minecraft/recipe/tuff.json +0 -0
  541. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/minecraft/tags/function/load.json +0 -0
  542. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/minecraft/tags/function/tick.json +0 -0
  543. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/minecraft/trial_spawner/trial_chamber/breeze/ominous_2.json +0 -0
  544. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/minecraft/trial_spawner/trial_chamber/melee/phantom/normal.json +0 -0
  545. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/minecraft/trial_spawner/trial_chamber/melee/phantom/ominous.json +0 -0
  546. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/minecraft/trial_spawner/trial_chamber/melee/phantom/ominous_2.json +0 -0
  547. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/minecraft/trial_spawner/trial_chamber/melee/zombie_villager/normal.json +0 -0
  548. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/minecraft/trial_spawner/trial_chamber/melee/zombie_villager/ominous.json +0 -0
  549. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/minecraft/trial_spawner/trial_chamber/ranged/poison_skeleton/ominous_2.json +0 -0
  550. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/minecraft/trial_spawner/trial_chamber/ranged/skeleton/ominous_2.json +0 -0
  551. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/minecraft/trial_spawner/trial_chamber/small_melee/bee/normal.json +0 -0
  552. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/minecraft/trial_spawner/trial_chamber/small_melee/bee/ominous.json +0 -0
  553. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/data/minecraft/trial_spawner/trial_chamber/small_melee/slime/ominous_2.json +0 -0
  554. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/oneblock/pack.mcmeta +0 -0
  555. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/void_world/data/minecraft/dimension/overworld.json +0 -0
  556. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/void_world/data/minecraft/functions/init.mcfunction +0 -0
  557. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/void_world/data/minecraft/tags/functions/load.json +0 -0
  558. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/void_world/data/minecraft/worldgen/biome/the_void.json +0 -0
  559. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/datapacks/void_world/pack.mcmeta +0 -0
  560. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/doc/command_docs.pkl +0 -0
  561. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/entities/entity_id_map.pkl +0 -0
  562. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/entities/generate_entity_blocks.mjs +0 -0
  563. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/entities/pickers.json +0 -0
  564. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/materials/colourables.json +0 -0
  565. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/materials/entity_overrides.json +0 -0
  566. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/materials/generate_material_blocks.mjs +0 -0
  567. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/materials/item_id_map.pkl +0 -0
  568. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/materials/materials.pkl +0 -0
  569. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/materials/mcblocks.csv +0 -0
  570. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/materials/pickers.json +0 -0
  571. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/materials/singles.json +0 -0
  572. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/mcjuice_api.yaml +0 -0
  573. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/paper-global-template.yaml +0 -0
  574. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/taxonomy.json +0 -0
  575. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/toolbox_template.xml +0 -0
  576. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/%3F.pkl +0 -0
  577. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/Commands.pkl +0 -0
  578. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/EntityType.java.pkl +0 -0
  579. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/Material.html.pkl +0 -0
  580. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/ability.pkl +0 -0
  581. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/advancement.pkl +0 -0
  582. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/alwaysday.pkl +0 -0
  583. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/attribute.pkl +0 -0
  584. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/ban-ip.pkl +0 -0
  585. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/ban.pkl +0 -0
  586. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/banlist.pkl +0 -0
  587. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/bossbar.pkl +0 -0
  588. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/camera.pkl +0 -0
  589. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/camerashake.pkl +0 -0
  590. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/changesetting.pkl +0 -0
  591. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/clear.pkl +0 -0
  592. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/clearspawnpoint.pkl +0 -0
  593. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/clone.pkl +0 -0
  594. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/connect.pkl +0 -0
  595. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/damage.pkl +0 -0
  596. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/data.pkl +0 -0
  597. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/datapack.pkl +0 -0
  598. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/daylock.pkl +0 -0
  599. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/debug.pkl +0 -0
  600. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/dedicatedwsserver.pkl +0 -0
  601. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/defaultgamemode.pkl +0 -0
  602. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/deop.pkl +0 -0
  603. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/dialogue.pkl +0 -0
  604. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/difficulty.pkl +0 -0
  605. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/effect.pkl +0 -0
  606. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/enchant.pkl +0 -0
  607. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/event.pkl +0 -0
  608. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/execute.pkl +0 -0
  609. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/experience.pkl +0 -0
  610. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/fill.pkl +0 -0
  611. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/fillbiome.pkl +0 -0
  612. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/fog.pkl +0 -0
  613. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/forceload.pkl +0 -0
  614. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/function.pkl +0 -0
  615. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/gamemode.pkl +0 -0
  616. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/gamerule.pkl +0 -0
  617. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/gametest.pkl +0 -0
  618. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/give.pkl +0 -0
  619. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/help.pkl +0 -0
  620. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/immutableworld.pkl +0 -0
  621. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/item.pkl +0 -0
  622. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/jfr.pkl +0 -0
  623. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/kick.pkl +0 -0
  624. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/kill.pkl +0 -0
  625. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/list.pkl +0 -0
  626. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/locate.pkl +0 -0
  627. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/loot.pkl +0 -0
  628. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/me.pkl +0 -0
  629. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/mobevent.pkl +0 -0
  630. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/msg.pkl +0 -0
  631. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/music.pkl +0 -0
  632. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/op.pkl +0 -0
  633. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/ops.pkl +0 -0
  634. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/pardon-ip.pkl +0 -0
  635. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/pardon.pkl +0 -0
  636. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/particle.pkl +0 -0
  637. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/perf.pkl +0 -0
  638. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/permission.pkl +0 -0
  639. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/place_(Java_Edition).pkl +0 -0
  640. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/playanimation.pkl +0 -0
  641. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/playsound.pkl +0 -0
  642. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/publish.pkl +0 -0
  643. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/random.pkl +0 -0
  644. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/recipe.pkl +0 -0
  645. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/reload.pkl +0 -0
  646. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/remove.pkl +0 -0
  647. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/replaceitem.pkl +0 -0
  648. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/return.pkl +0 -0
  649. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/ride.pkl +0 -0
  650. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/save-all.pkl +0 -0
  651. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/save-off.pkl +0 -0
  652. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/save-on.pkl +0 -0
  653. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/save.pkl +0 -0
  654. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/say.pkl +0 -0
  655. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/schedule.pkl +0 -0
  656. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/scoreboard.pkl +0 -0
  657. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/script.pkl +0 -0
  658. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/scriptevent.pkl +0 -0
  659. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/seed.pkl +0 -0
  660. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/setblock.pkl +0 -0
  661. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/setidletimeout.pkl +0 -0
  662. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/setmaxplayers.pkl +0 -0
  663. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/setworldspawn.pkl +0 -0
  664. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/spawnpoint.pkl +0 -0
  665. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/spectate.pkl +0 -0
  666. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/spreadplayers.pkl +0 -0
  667. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/stop.pkl +0 -0
  668. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/stopsound.pkl +0 -0
  669. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/structure.pkl +0 -0
  670. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/summon.pkl +0 -0
  671. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/tag.pkl +0 -0
  672. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/team.pkl +0 -0
  673. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/teammsg.pkl +0 -0
  674. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/teleport.pkl +0 -0
  675. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/tell.pkl +0 -0
  676. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/tellraw.pkl +0 -0
  677. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/testfor.pkl +0 -0
  678. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/testforblock.pkl +0 -0
  679. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/testforblocks.pkl +0 -0
  680. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/tickingarea.pkl +0 -0
  681. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/time.pkl +0 -0
  682. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/title.pkl +0 -0
  683. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/titleraw.pkl +0 -0
  684. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/tm.pkl +0 -0
  685. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/toggledownfall.pkl +0 -0
  686. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/tp.pkl +0 -0
  687. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/transferserver.pkl +0 -0
  688. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/trigger.pkl +0 -0
  689. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/volumearea.pkl +0 -0
  690. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/w.pkl +0 -0
  691. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/wb.pkl +0 -0
  692. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/weather.pkl +0 -0
  693. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/whitelist.pkl +0 -0
  694. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/worldborder.pkl +0 -0
  695. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/worldbuilder.pkl +0 -0
  696. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/wsserver.pkl +0 -0
  697. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/data/webpage-cache/xp.pkl +0 -0
  698. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/digitalgeometryactions.py +0 -0
  699. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/digitalsetactions.py +0 -0
  700. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/event.py +0 -0
  701. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/eventactions.py +0 -0
  702. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/generated_actions.py +0 -0
  703. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/mcactions.py +0 -0
  704. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/mcactions_base.py +0 -0
  705. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/mcexperience_base.py +0 -0
  706. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/mcjuice.py +0 -0
  707. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/mcjuiceconn.py +0 -0
  708. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/mclsystem.py +0 -0
  709. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/mcrepo.py +0 -0
  710. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/mcscraper.py +0 -0
  711. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/mcshell.py +0 -0
  712. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/mctunnelserver.py +0 -0
  713. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/mcturtle.py +0 -0
  714. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/mcvoxel.py +0 -0
  715. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/mcvoxel_original.py +0 -0
  716. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/ppdownloader.py +0 -0
  717. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/ppmanager.py +0 -0
  718. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/qturtleactions.py +0 -0
  719. {mc_shell-0.9.1 → mc_shell-0.9.2}/mcshell/serveractions.py +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mc-shell
3
- Version: 0.9.1
4
- Summary: An interactive shell and editor for controlling Minecraft servers and creating powers.
3
+ Version: 0.9.2
4
+ Summary: An interactive shell, Blockly editor and control for managing, programming and sharing Minecraft servers.
5
5
  License-File: LICENSE
6
6
  Author: Jeff
7
7
  Author-email: jeff@thinkae.org
@@ -31,7 +31,6 @@ Requires-Dist: python-socketio[client]
31
31
  Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
32
32
  Requires-Dist: requests
33
33
  Requires-Dist: rich
34
- Requires-Dist: voxelmap (>=5.1.1,<6.0.0)
35
34
  Requires-Dist: yarl (==1.20.1)
36
35
  Description-Content-Type: text/markdown
37
36
 
@@ -10,7 +10,7 @@ from rich.prompt import Prompt
10
10
  from mcshell.constants import *
11
11
  from mcshell.mcrepo import SQLiteRepository
12
12
  from mcshell.mcclient import MCClient
13
- from mcshell.mcserver import start_app_server
13
+ from mcshell.mcserver import start_app_server, reset_app_server_context, GUI_AUTH_TOKEN
14
14
  from mcshell.mcactions import *
15
15
  from mcshell.mcserver import execute_power_in_thread, RUNNING_POWERS # Import helpers
16
16
  from mcshell.ppmanager import *
@@ -297,10 +297,9 @@ class MCShell(Magics):
297
297
  except Exception as e:
298
298
  print(f"[TAILSCALE WARNING] Could not disconnect automatically: {e}")
299
299
 
300
- def _print_connection_hub(self):
301
- """Helper method to print the share tokens cleanly."""
300
+ def _get_connection_hub_data(self):
301
+ """Returns the raw connection hub data in a structured, JSON-friendly dictionary."""
302
302
  def _make_direct_token(ip):
303
- """Generates a direct connection token, appending ports only if they deviate from defaults."""
304
303
  mc_p = self.server_data.get('port', 25565)
305
304
  rcon_p = self.server_data.get('rcon_port', 25575)
306
305
  mj_p = self.server_data.get('mj_port', 4721)
@@ -313,41 +312,67 @@ class MCShell(Magics):
313
312
  authkey = self.server_data.get('tailscale_authkey')
314
313
  use_subnet = self.server_data.get('tailscale_subnet_mode', False)
315
314
 
316
- print(f"\n" + "="*60)
317
- print("🌍 CONNECTION HUB: Share these tokens with friends!")
318
- print("="*60)
315
+ data = {
316
+ "local_ip": local_ip,
317
+ "vpn_ip": vpn_ip,
318
+ "authkey": authkey,
319
+ "use_subnet": use_subnet,
320
+ "ssh_token": self.current_ssh_token,
321
+ "vpn_mode": "none",
322
+ "tokens": {
323
+ "lan": _make_direct_token(local_ip)
324
+ }
325
+ }
319
326
 
320
327
  if authkey:
321
- # Automated Classroom UX: Give the students a single copy-paste token
322
328
  if use_subnet:
323
- primary_ip = local_ip
324
- vpn_token = f"{_make_direct_token(primary_ip)}^{authkey}"
325
- print("\n[ CLASSROOM VPN CONNECTION (Subnet Router Mode) ]")
326
- print(f"Token : {vpn_token}")
329
+ data['vpn_mode'] = 'subnet'
330
+ data['tokens']['classroom_vpn'] = f"{_make_direct_token(local_ip)}^{authkey}"
327
331
  else:
328
332
  if vpn_ip:
329
- vpn_token = f"{_make_direct_token(vpn_ip)}^{authkey}"
330
- print("\n[ CLASSROOM VPN CONNECTION (Node-to-Node Mode) ]")
331
- print(f"Token : {vpn_token}")
333
+ data['vpn_mode'] = 'node'
334
+ data['tokens']['classroom_vpn'] = f"{_make_direct_token(vpn_ip)}^{authkey}"
332
335
  else:
333
- print("\n[ CLASSROOM VPN CONNECTION (Node-to-Node Mode) ]")
334
- print("⚠️ ERROR: Tailscale failed to acquire a VPN IP.")
335
- print("⚠️ Cannot generate an automated remote token. Check your Tailscale installation.")
336
+ data['vpn_mode'] = 'error'
337
+ elif vpn_ip:
338
+ data['tokens']['tailscale'] = _make_direct_token(vpn_ip)
339
+
340
+ return data
341
+
342
+ def _print_connection_hub(self):
343
+ """Helper method to print the share tokens cleanly."""
344
+ data = self._get_connection_hub_data()
345
+
346
+ print(f"\n" + "="*60)
347
+ print("🌍 CONNECTION HUB: Share these tokens with friends!")
348
+ print("="*60)
349
+
350
+ if data['authkey']:
351
+ if data['vpn_mode'] == 'subnet':
352
+ print("\n[ VPN CONNECTION (Subnet Router Mode) ]")
353
+ print(f"Token : {data['tokens']['classroom_vpn']}")
354
+ elif data['vpn_mode'] == 'node':
355
+ print("\n[ VPN CONNECTION (Node-to-Node Mode) ]")
356
+ print(f"Token : {data['tokens']['classroom_vpn']}")
357
+ elif data['vpn_mode'] == 'error':
358
+ print("\n[ VPN CONNECTION (Node-to-Node Mode) ]")
359
+ print("⚠️ ERROR: Tailscale failed to acquire a VPN IP.")
360
+ print("⚠️ Cannot generate an automated remote token. Check your Tailscale installation.")
336
361
 
337
362
  # Standard direct tokens
338
363
  print("\n[ DIRECT CONNECTION (No SSH Required) ]")
339
- print(f"Local LAN Token : {_make_direct_token(local_ip)}")
364
+ print(f"Local LAN Token : {data['tokens']['lan']}")
340
365
 
341
366
  # Only show the raw Tailscale token if we aren't already giving them the automated authkey command
342
- if vpn_ip and not authkey:
343
- print(f"Tailscale Token : {_make_direct_token(vpn_ip)}")
367
+ if data['vpn_mode'] == 'none' and data['vpn_ip']:
368
+ print(f"Tailscale Token : {data['tokens']['tailscale']}")
344
369
 
345
370
  # SSH Tunnel
346
371
  print("\n[ SECURE SSH TUNNEL (Internet Fallback) ]")
347
- if self.current_ssh_token:
348
- print(f"Token : {self.current_ssh_token}")
349
- token_ip = self.current_ssh_token.split(':')[0]
350
- if token_ip == local_ip:
372
+ if data['ssh_token']:
373
+ print(f"Token : {data['ssh_token']}")
374
+ token_ip = data['ssh_token'].split(':')[0]
375
+ if token_ip == data['local_ip']:
351
376
  print("(Warning: Token uses Local IP. For internet play, restart with: --ssh)")
352
377
  else:
353
378
  print("(UPnP successfully negotiated with router)")
@@ -721,8 +746,8 @@ class MCShell(Magics):
721
746
 
722
747
  print(f"--- Stopping session for world: {self.active_paper_server.world_name} ---")
723
748
 
724
- print("Stopping application server...")
725
- stop_app_server()
749
+ print("Returning application server to standby mode...")
750
+ reset_app_server_context()
726
751
  self.mc_name = None
727
752
 
728
753
  print("Stopping Paper server (this may take a moment)...")
@@ -852,6 +877,35 @@ class MCShell(Magics):
852
877
  """Join an existing world using and start an app server"""
853
878
  self.ip.run_line_magic('mc_start_app',line)
854
879
 
880
+ @line_magic
881
+ def pp_leave_world(self, line):
882
+ """
883
+ Leaves the current world, shutting down any local servers and returning the app to the Lobby.
884
+ Usage: %pp_leave_world
885
+ """
886
+ print("\n--- Leaving World ---")
887
+
888
+ # Stop local Paper server if we are the host
889
+ if self.active_paper_server and self.active_paper_server.is_alive():
890
+ print(f"Stopping local Paper server for world '{self.active_paper_server.world_name}'...")
891
+ self.active_paper_server.stop()
892
+ self.active_paper_server = None
893
+
894
+ # Reset Flask application context to put UI into standby mode
895
+ print("Returning application server to standby mode...")
896
+ reset_app_server_context()
897
+ self.mc_name = None
898
+
899
+ # Drop VPN connection if it was auto-managed
900
+ self._disconnect_tailscale()
901
+
902
+ from mcshell.mcserver import GUI_AUTH_TOKEN
903
+ print("="*60)
904
+ print("🚀 RETURNED TO LOBBY")
905
+ print("="*60)
906
+ print(f"Lobby Access: http://localhost:{MC_APP_PORT}/lobby?auth={GUI_AUTH_TOKEN}")
907
+ print("="*60 + "\n")
908
+
855
909
  def _send(self,kind,*args):
856
910
  assert kind in ('help','run','data')
857
911
 
@@ -869,7 +923,7 @@ class MCShell(Magics):
869
923
  print("[red bold]Unable to send command. Is the server running?[/]")
870
924
  pprint(self.server_data)
871
925
  except RCONAuthenticationError as e:
872
- print("[red bold]The password is wrong. Use %mc_login reset[/]")
926
+ print("[red bold]The password is wrong. Use %mc_login[/]")
873
927
 
874
928
  def _get_client(self):
875
929
  return MCClient(**self.server_data)
@@ -954,7 +1008,6 @@ class MCShell(Magics):
954
1008
  %mc_login
955
1009
  '''
956
1010
 
957
-
958
1011
  self.server_data.update({
959
1012
  'host': Prompt.ask('Server Address:', default=self.server_data['host']),
960
1013
  'rcon_port': int(Prompt.ask('Server Port:', default=str(self.server_data['rcon_port']))),
@@ -964,6 +1017,12 @@ class MCShell(Magics):
964
1017
 
965
1018
  try:
966
1019
  self._get_client().help()
1020
+ print("[green bold]Login successful! Admin privileges unlocked.[/]")
1021
+
1022
+ # --- NEW: Trigger a UI refresh to update the Admin Badge ---
1023
+ from mcshell.mcserver import socketio
1024
+ socketio.emit('state_changed', {'status': 'active'})
1025
+
967
1026
  except Exception as e:
968
1027
  print("[red bold]login failed[/]")
969
1028
 
@@ -976,9 +1035,13 @@ class MCShell(Magics):
976
1035
 
977
1036
  # 1. App Server (mc-ed) Status
978
1037
  if self.app_server_thread and self.app_server_thread.is_alive():
979
- print(f"🟢 MCED App Server : RUNNING")
980
- print(f" Editor URL : http://{socket.gethostname()}.local:{self.server_data.get('app_port', 5001)}")
981
- print(f" Control URL : http://{socket.gethostname()}.local:{self.server_data.get('app_port', 5001)}/control")
1038
+ if self.mc_name:
1039
+ print(f"🟢 MCED App Server : RUNNING (Active Player: {self.mc_name})")
1040
+ print(f" Editor URL : http://{socket.gethostname()}.local:{self.server_data.get('app_port', 5001)}?auth={GUI_AUTH_TOKEN}")
1041
+ print(f" Control URL : http://{socket.gethostname()}.local:{self.server_data.get('app_port', 5001)}/control?auth={GUI_AUTH_TOKEN}")
1042
+ else:
1043
+ print(f"🟡 MCED App Server : STANDBY")
1044
+ print(f" Lobby URL : http://localhost:{MC_APP_PORT}/lobby?auth={GUI_AUTH_TOKEN}")
982
1045
  else:
983
1046
  print("🔴 Editor App Server : STOPPED")
984
1047
 
@@ -1321,7 +1384,11 @@ class MCShell(Magics):
1321
1384
  runner.run_program()
1322
1385
  except Exception as e:
1323
1386
  # Ignore PowerCancelledException which is a normal, clean exit
1324
- if type(e).__name__ != "PowerCancelledException":
1387
+ if type(e).__name__ == "PowerCancelledException":
1388
+ pass
1389
+ elif isinstance(e, PermissionError):
1390
+ print(f"\n[Access Denied] {e}")
1391
+ else:
1325
1392
  import traceback
1326
1393
  print(f"\n--- Error executing {execution_id}: {e} ---")
1327
1394
  traceback.print_exc()
@@ -1342,12 +1409,28 @@ class MCShell(Magics):
1342
1409
 
1343
1410
  thread.start()
1344
1411
 
1412
+ # --- INSTANT FAILURE DETECTION ---
1413
+ # Wait briefly to see if the script immediately aborts (e.g., from a permission error)
1414
+ thread.join(timeout=0.2)
1415
+
1416
+ # If the thread died OR the cancel event was tripped by a PermissionError inside a block wrapper
1417
+ if not thread.is_alive() or cancel_event.is_set():
1418
+ if execution_id in RUNNING_POWERS:
1419
+ del RUNNING_POWERS[execution_id]
1420
+ if filepath.exists():
1421
+ filepath.unlink()
1422
+ # Suppress the success messages so the UI doesn't register it as running
1423
+ return
1424
+
1425
+ print(f"Successfully saved power to: {filepath}")
1426
+ print(f"To use it, you can now run:\nfrom powers.blockcode.{filename.replace('.py','')} import *")
1345
1427
  print(f"--- Power '{metadata.get('function_name', 'None')}' metadata defined/updated. ---")
1346
1428
  print(f"--- Started debug execution with ID: {execution_id} ---")
1347
1429
  # The editor explicitly looks for this string format to hook its STOP button
1348
1430
  print(f"MCED_EXECUTION_ID:{execution_id}")
1349
1431
  print(f"--- To stop it, run: %mc_cancel_power {execution_id} ---")
1350
1432
 
1433
+
1351
1434
  except Exception as e:
1352
1435
  import traceback
1353
1436
  print(f"An unexpected error occurred during execution setup: {e}")
@@ -1453,10 +1536,15 @@ class MCShell(Magics):
1453
1536
  def mc_start_app(self, line):
1454
1537
  """
1455
1538
  Starts the client application components to connect to a world.
1456
- Usage: %mc_start_app [token|IP] [--local-mc <port>] [--local-rcon <port>] [--local-mj <port>] [--authkey <key>]
1539
+ Usage: %mc_start_app [token|IP] [--local-mc <port>] [--local-rcon <port>] [--local-mj <port>] [--authkey <key>] [--guest]
1457
1540
  """
1458
1541
  parts = line.split()
1459
1542
 
1543
+ # Check for guest mode
1544
+ is_guest = '--guest' in parts
1545
+ if is_guest:
1546
+ parts.remove('--guest')
1547
+
1460
1548
  # If the first argument doesn't start with '--', it's our token
1461
1549
  token = parts[0] if parts and not parts[0].startswith('--') else None
1462
1550
 
@@ -1541,22 +1629,28 @@ class MCShell(Magics):
1541
1629
  self.server_data['rcon_port'] = local_rcon
1542
1630
  self.server_data['mj_port'] = local_mj
1543
1631
 
1544
- login_to_server = Prompt.ask('Do you want to be a server op?',choices=['yes','no'],default='no')
1545
- if login_to_server.lower() == 'yes':
1546
- self.server_data.update({
1547
- 'password': Prompt.ask('Server Password:', password=True)
1548
- })
1632
+ if is_guest:
1633
+ # Bypass the interactive prompt and default to standard player mode safely
1634
+ self.server_data['password'] = None
1635
+ else:
1636
+ login_to_server = Prompt.ask('Do you want to be a server op?',choices=['yes','no'],default='no')
1637
+ if login_to_server.lower() == 'yes':
1638
+ self.server_data.update({
1639
+ 'password': Prompt.ask('Server Password:', password=True)
1640
+ })
1641
+ else:
1642
+ self.server_data['password'] = None
1549
1643
 
1550
1644
  minecraft_name = self._get_mc_name()
1551
1645
  power_repo = SQLiteRepository(minecraft_name)
1552
- print("Stopping any running application servers.")
1553
- stop_app_server()
1554
- print(f"Starting application server for authorized Minecraft player: {minecraft_name}")
1555
- self.app_server_thread = start_app_server(self.server_data,minecraft_name,self.shell,power_repo)
1646
+
1647
+ print(f"Assigning application server context to Minecraft player: {minecraft_name}")
1648
+ self.app_server_thread = start_app_server(self.server_data, minecraft_name, self.shell, power_repo)
1649
+
1556
1650
  print(f"Open a browser here to use the editor:")
1557
- print(f"\thttp://{socket.gethostname()}.local:{self.server_data['app_port']}")
1651
+ print(f"\thttp://{socket.gethostname()}.local:{self.server_data['app_port']}?auth={GUI_AUTH_TOKEN}")
1558
1652
  print(f"Open a browser here to use the control:")
1559
- print(f"\thttp://{socket.gethostname()}.local:{self.server_data['app_port']}/control")
1653
+ print(f"\thttp://{socket.gethostname()}.local:{self.server_data['app_port']}/control?auth={GUI_AUTH_TOKEN}")
1560
1654
 
1561
1655
  print(f"\n" + "="*55)
1562
1656
  print(f"🎮 READY TO PLAY! Enter this into Minecraft:")
@@ -1586,68 +1680,63 @@ class MCShell(Magics):
1586
1680
  return
1587
1681
 
1588
1682
  @line_magic
1589
- def mc_stop_app(self, line):
1590
- """Stops the app mcserver thread."""
1591
- stop_app_server()
1592
- # force another read of user_map.json or request user input
1593
- self.mc_name = None
1594
- self.app_server_thread = None
1595
- self._disconnect_tailscale()
1596
-
1597
- @line_magic
1598
- def mc_server_status(self,line):
1599
- """
1600
- Sends your current server connection details to another player.
1601
- Usage: %mc_invite_player <recipient_app_url>
1602
- Example: %mc_invite_player http://192.168.1.102:5000
1603
- """
1604
- if not MC_CENTRAL_CONFIG_FILE.exists():
1605
- print("Invitations are not allowed without a central config file.")
1606
- return
1683
+ def mc_server_info(self, line):
1684
+ """Check server status, list connected players, configuration, and connection hub."""
1685
+ print("="*60)
1686
+ print("🖥️ MC-SHELL SERVER DASHBOARD")
1687
+ print("="*60)
1607
1688
 
1608
- args = line.split()
1609
- if len(args) != 1:
1610
- print("Usage: %mc_invite_player <recipient_app_url>")
1611
- return
1689
+ # 1. App Server (mc-ed) Status
1690
+ if self.app_server_thread and self.app_server_thread.is_alive():
1691
+ if self.mc_name:
1692
+ print(f"🟢 MCED App Server : RUNNING (Active Player: {self.mc_name})")
1693
+ print(f" Editor URL : http://{socket.gethostname()}.local:{self.server_data.get('app_port', 5001)}?auth={GUI_AUTH_TOKEN}")
1694
+ print(f" Control URL : http://{socket.gethostname()}.local:{self.server_data.get('app_port', 5001)}/control?auth={GUI_AUTH_TOKEN}")
1695
+ else:
1696
+ print(f"🟡 MCED App Server : STANDBY")
1697
+ print(f" Lobby URL : http://localhost:{MC_APP_PORT}/lobby?auth={GUI_AUTH_TOKEN}")
1698
+ else:
1699
+ print("🔴 Editor App Server : STOPPED")
1612
1700
 
1613
- recipient_url = args[0]
1614
- sender_name = self._get_mc_name()
1615
- host_name = socket.gethostname()
1701
+ # 2. Paper Server Status (Host only)
1702
+ is_host = self.active_paper_server and self.active_paper_server.is_alive()
1703
+ if is_host:
1704
+ world = self.active_paper_server.world_name
1705
+ print(f"🟢 Local Paper Server : RUNNING (World: '{world}')")
1706
+ else:
1707
+ print("🔴 Local Paper Server : STOPPED")
1616
1708
 
1617
- # Ensure the user has an active server session
1618
- if not self.active_paper_server or not self.active_paper_server.is_alive():
1619
- print("Error: You must have an active world running to send an invitation.")
1620
- return
1621
- invitation_data = {
1622
- "sender_name": sender_name,
1623
- "world_name": self.active_paper_server.world_name,
1624
- "host": f"{host_name}.local",
1625
- "fj_port": self.server_data.get('fj_port'),
1626
- "rcon_port":None,
1627
- "password":None
1628
- }
1709
+ # 3. Connection & Player Info
1710
+ if (self.app_server_thread and self.app_server_thread.is_alive()) or is_host:
1711
+ print(f"\n⚙️ Active Configuration:")
1712
+ if not is_host:
1713
+ print(f" Remote Host : {self.server_data.get('host', 'Unknown')}")
1714
+ print(f" Minecraft Port : {self.server_data.get('port', 25565)}")
1715
+ print(f" RCON Port : {self.server_data.get('rcon_port', 25575)}")
1716
+ print(f" McJuice Port : {self.server_data.get('mj_port', 4721)}")
1629
1717
 
1630
- invite_as_server_op = Prompt.ask('Do you want to make the player a server op?',choices=['yes','no'],default='no')
1631
- if invite_as_server_op.lower() == 'yes':
1632
- # Construct the payload with your connection details
1633
- invitation_data.update({
1634
- "rcon_port": self.server_data.get('rcon_port'),
1635
- "password": self.server_data.get('password')
1636
- })
1718
+ password = self.server_data.get('password')
1719
+ if password:
1720
+ print(f" Server Password : {password}")
1637
1721
 
1638
- # The endpoint on the recipient's server we will send to
1639
- invite_endpoint = f"{recipient_url.rstrip('/')}/api/receive_invite"
1722
+ # Fetch players via RCON
1723
+ try:
1724
+ # Disable printing of the raw auth rejection to keep the dashboard clean
1725
+ response = self._get_client().run('list')
1726
+ if response:
1727
+ print(f"\n👥 {response}")
1728
+ else:
1729
+ print("\n👥 Minecraft Players: No response from server.")
1730
+ except Exception:
1731
+ print("\n👥 Minecraft Players: Could not retrieve player list via RCON.")
1640
1732
 
1641
- print(f"Sending invitation to {recipient_url}...")
1642
- try:
1643
- response = requests.post(invite_endpoint, json=invitation_data, timeout=10)
1644
- if response.ok:
1645
- print("Invitation sent successfully!")
1646
- else:
1647
- print(f"Failed to send invitation. Server responded with: {response.status_code}")
1648
- print(f"Message: {response.text}")
1649
- except requests.exceptions.RequestException as e:
1650
- print(f"Error: Could not connect to the other player's application server. {e}")
1733
+ # Only print Connection Hub if you are the host
1734
+ if is_host:
1735
+ self._print_connection_hub()
1736
+ else:
1737
+ print("\nTo start a local world, run: %pp_start_world <world_name>")
1738
+ print("To join a remote world, run: %pp_join_world <Token>")
1739
+ print("="*60)
1651
1740
 
1652
1741
  @line_magic
1653
1742
  def mc_stdlib(self, line):
@@ -2033,6 +2122,23 @@ def load_ipython_extension(ip):
2033
2122
  mcshell_instance = MCShell(ip)
2034
2123
  ip.register_magics(mcshell_instance)
2035
2124
 
2125
+ from mcshell.mcserver import GUI_AUTH_TOKEN
2126
+
2127
+ # --- SUBSTAGE 1A & 1B: Launch Standby Server and Distribute Token ---
2128
+ print("\n" + "="*60)
2129
+ print("🚀 MC-SHELL STANDBY LOBBY ACTIVATED")
2130
+ print("="*60)
2131
+ print(f"Lobby Access: http://localhost:{MC_APP_PORT}/lobby?auth={GUI_AUTH_TOKEN}")
2132
+ print("="*60 + "\n")
2133
+
2134
+ mcshell_instance.app_server_thread = start_app_server(
2135
+ server_data=None,
2136
+ minecraft_name=None,
2137
+ shell=ip,
2138
+ power_repo=None,
2139
+ port=MC_APP_PORT
2140
+ )
2141
+
2036
2142
  def shutdown_hook():
2037
2143
  print("\nIPython is shutting down. Stopping active mc-shell session...")
2038
2144
  if mcshell_instance.active_paper_server and mcshell_instance.active_paper_server.is_alive():
@@ -2041,6 +2147,10 @@ def load_ipython_extension(ip):
2041
2147
  # Clean up Tailscale if the user just hits Ctrl+D instead of %mc_stop_app
2042
2148
  mcshell_instance._disconnect_tailscale()
2043
2149
 
2150
+ # Ensure the background Flask thread is fully killed on exit
2151
+ from mcshell.mcserver import stop_app_server
2152
+ stop_app_server()
2153
+
2044
2154
  print("Cleanup complete.")
2045
2155
 
2046
2156
  atexit.register(shutdown_hook)
@@ -0,0 +1,123 @@
1
+ import sys
2
+ from io import StringIO
3
+ from flask import Blueprint, jsonify, current_app, request
4
+ from IPython.utils.capture import capture_output
5
+ ipython_bp = Blueprint('ipython_api',__name__,url_prefix='/api')
6
+
7
+ @ipython_bp.route('/ipython_magic', methods=['POST'])
8
+ def execute_ipython_magic():
9
+ """Receives a magic command and its arguments to be executed in the shell."""
10
+ data = request.get_json()
11
+ command = data.get('command')
12
+ arguments = data.get('arguments', '') # Arguments are the rest of the line
13
+
14
+ if not command:
15
+ return jsonify({"error": "No command provided"}), 400
16
+
17
+ # Retrieve the shell instance we stored in the config
18
+ shell = current_app.config.get('IPYTHON_SHELL')
19
+ if not shell:
20
+ return jsonify({"error": "IPython shell not available in server."}), 500
21
+
22
+ try:
23
+ # Use run_line_magic to execute the command
24
+ # Use IPython's own capture_output context manager.
25
+ # It reliably captures all output generated within the 'with' block.
26
+ with capture_output() as captured:
27
+ try:
28
+ magic_name = command.lstrip('%')
29
+ shell.run_line_magic(magic_name, arguments)
30
+ except Exception as e:
31
+ # Also capture any exceptions that occur during execution
32
+ print(f"\n--- ERROR DURING MAGIC EXECUTION ---\n{e}")
33
+
34
+ # The captured stdout and stderr are available on the object
35
+ output = captured.stdout
36
+
37
+ # You can still write to the original console if you want
38
+ sys.stdout.write(output)
39
+
40
+ return jsonify({"success": True, "output": output})
41
+ except Exception as e:
42
+ # If the magic itself throws an error, capture it
43
+ print(f"Error executing magic command '{command}': {e}")
44
+ return jsonify({"error": str(e)}), 500
45
+
46
+ @ipython_bp.route('/lobby_data', methods=['GET'])
47
+ def get_lobby_data():
48
+ """Returns the current server status, connection hub info, and privilege level."""
49
+ shell = current_app.config.get('IPYTHON_SHELL')
50
+ mc_name = current_app.config.get('MINECRAFT_PLAYER_NAME')
51
+
52
+ # If there is no active player context, the server is in Standby Mode
53
+ if not shell or not mc_name:
54
+ return jsonify({"status": "standby"})
55
+
56
+ # Security Check: Ensure the user actually holds the token.
57
+ from mcshell.mcserver import GUI_AUTH_TOKEN
58
+ auth_header = request.headers.get('Authorization')
59
+ token = request.args.get('auth')
60
+ if auth_header and auth_header.startswith("Bearer "):
61
+ token = auth_header.split(" ")[1]
62
+
63
+ if token != GUI_AUTH_TOKEN:
64
+ return jsonify({"status": "unauthorized"})
65
+
66
+ try:
67
+ # Extract the active MCShell magic instance from IPython's registry
68
+ mcshell_instance = shell.magics_manager.registry.get('MCShell')
69
+ if mcshell_instance:
70
+ is_host = bool(mcshell_instance.active_paper_server and mcshell_instance.active_paper_server.is_alive())
71
+
72
+ # --- NEW: Check if the user holds OP privileges ---
73
+ is_admin = bool(mcshell_instance.server_data.get('password'))
74
+
75
+ # ALWAYS fetch hub_data so the frontend knows the local_ip for the QR code
76
+ hub_data = mcshell_instance._get_connection_hub_data()
77
+
78
+ # If they aren't the host, wipe the join tokens so they can't be shared
79
+ if not is_host and hub_data:
80
+ hub_data['tokens'] = {}
81
+
82
+ return jsonify({
83
+ "status": "active",
84
+ "player": mc_name,
85
+ "is_host": is_host,
86
+ "is_admin": is_admin,
87
+ "hub": hub_data
88
+ })
89
+ except Exception as e:
90
+ print(f"Error fetching connection hub data: {e}")
91
+
92
+ return jsonify({"status": "active", "player": mc_name, "is_host": False, "is_admin": False, "hub": None})
93
+
94
+ @ipython_bp.route('/join_world', methods=['POST'])
95
+ def join_world():
96
+ """Safely allows unauthenticated users to join a world from standby mode."""
97
+ if current_app.config.get('MINECRAFT_PLAYER_NAME'):
98
+ return jsonify({"error": "Application is already active. Cannot join a new world."}), 403
99
+
100
+ data = request.get_json()
101
+ token = data.get('token') if data else None
102
+
103
+ if not token:
104
+ return jsonify({"error": "Missing join token."}), 400
105
+
106
+ shell = current_app.config.get('IPYTHON_SHELL')
107
+ if shell:
108
+ try:
109
+ # Append --guest flag to safely bypass interactive prompts
110
+ shell.run_line_magic('mc_start_app', f"{token} --guest")
111
+
112
+ # Fetch the GUI token to return to the newly authenticated web client
113
+ from mcshell.mcserver import GUI_AUTH_TOKEN
114
+
115
+ # Retrieve the final port the server bound to
116
+ mcshell_instance = shell.magics_manager.registry.get('MCShell')
117
+ target_port = mcshell_instance.server_data.get('app_port', 5001) if mcshell_instance else 5001
118
+
119
+ return jsonify({"success": True, "gui_token": GUI_AUTH_TOKEN, "app_port": target_port})
120
+ except Exception as e:
121
+ return jsonify({"error": str(e)}), 500
122
+
123
+ return jsonify({"error": "Internal server error."}), 500