PieMC-Dev / PieMC

🍰 PieMC is an exciting open-source project aimed at developing a powerful and customizable Minecraft Bedrock server software using Python 🐍
https://piemc-dev.github.io
GNU General Public License v3.0
90 stars 23 forks source link

Improved starting commands #49

Closed UCYT5040 closed 3 months ago

UCYT5040 commented 3 months ago

These starting commands weren't doing their best.

start.cmd and start.sh have been updated to check for multiple Python executables.

start.py no longer tries to find a Python executable. That's useless when we are already running a Python program 😅.

The piemc module was also updated so it would be compatible with these changes.