mc-shell 0.6.2__tar.gz → 0.6.3__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.
- {mc_shell-0.6.2 → mc_shell-0.6.3}/PKG-INFO +1 -1
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/__init__.py +0 -1
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/data/app/index.html +1 -1
- mc_shell-0.6.2/mcshell/data/app/mced.dcd24c72.js → mc_shell-0.6.3/mcshell/data/app/mced.0b09cd54.js +2 -2
- mc_shell-0.6.2/mcshell/data/app/mced.dcd24c72.js.map → mc_shell-0.6.3/mcshell/data/app/mced.0b09cd54.js.map +1 -1
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/data/materials/colourables.json +136 -136
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/data/materials/pickers.json +158 -158
- {mc_shell-0.6.2 → mc_shell-0.6.3}/pyproject.toml +1 -1
- {mc_shell-0.6.2 → mc_shell-0.6.3}/LICENSE +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/README.md +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/Matrix3.py +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/Vec3.py +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/blueprints/control_api.py +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/blueprints/ipython_api.py +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/blueprints/powers_api.py +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/constants.py +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/data/EntityType.java.pkl +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/data/FruitJuice-0.3.0.jar +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/data/FruitJuice-0.4.0.jar +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/data/FruitJuice-0.4.1.jar +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/data/Material.html.pkl +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/data/app/control.56151c5e.js +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/data/app/control.56151c5e.js.map +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/data/app/control.a8439284.css +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/data/app/control.a8439284.css.map +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/data/app/control.html +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/data/app/mced.129f97f9.js +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/data/app/mced.129f97f9.js.map +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/data/app/mced.9b908af4.css +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/data/app/mced.9b908af4.css.map +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/data/app/mced.b6ed8b22.css +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/data/app/mced.b6ed8b22.css.map +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/data/app/toolbox.e4c2b296.xml +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/data/control_layout.json +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/data/doc/command_docs.pkl +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/data/entities/entity_id_map.pkl +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/data/entities/generate_entity_blocks.mjs +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/data/entities/pickers.json +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/data/materials/generate_material_blocks.mjs +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/data/materials/materials.pkl +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/data/materials/mcblocks.csv +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/data/materials/singles.json +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/data/powers/stdlib.json +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/data/toolbox_template.xml +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/mcactions.py +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/mcblockly.py +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/mcclient.py +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/mclsystem.py +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/mcplayer.py +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/mcrepo.py +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/mcscraper.py +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/mcserver.py +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/mcshell.py +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/mcturtle.py +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/mcvoxel.py +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/mcvoxel_original.py +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/ppdownloader.py +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/ppmanager.py +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/vendored/pyncraft/__init__.py +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/vendored/pyncraft/block.py +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/vendored/pyncraft/connection.py +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/vendored/pyncraft/entity.py +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/vendored/pyncraft/event.py +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/vendored/pyncraft/logger.py +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/vendored/pyncraft/minecraft.py +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/vendored/pyncraft/util.py +0 -0
- {mc_shell-0.6.2 → mc_shell-0.6.3}/mcshell/vendored/pyncraft/vec3.py +0 -0
|
@@ -898,7 +898,6 @@ class MCShell(Magics):
|
|
|
898
898
|
minecraft_name = self._get_mc_name()
|
|
899
899
|
print("Stopping any running application servers.")
|
|
900
900
|
stop_app_server()
|
|
901
|
-
self.mc_name = None
|
|
902
901
|
print(f"Starting application server for authorized Minecraft player: {minecraft_name}")
|
|
903
902
|
start_app_server(self.server_data,minecraft_name,self.shell)
|
|
904
903
|
return
|