arpruss / raspberryjammod

Raspberry Jam Mod - a Mod Forge Minecraft mod implementing most of Raspberry Juice/Pi API
http://www.instructables.com/id/Python-coding-for-Minecraft/
Other
348 stars 94 forks source link

[Improvement request] Make possible to instantiate >1 running scripts #69

Closed taras-ko closed 9 months ago

taras-ko commented 9 months ago

For example I want to be able to launch >1 py scripts which should run as a separate instances.

/py bridge
/py grenade

bridge.py runs in a while True:loop.

As soon as I call /py grenade first script will stop to process.

arpruss commented 9 months ago

Do /apy grenade. It runs a new script without stopping the old one.