thecoder-001 / MineColab

Run Minecraft Server on Google Colab.
GNU General Public License v3.0
244 stars 58 forks source link

Add Server Console for sending command #106

Open Arrafii14 opened 2 months ago

Arrafii14 commented 2 months ago

I want to customize some of server, and mostly, customization is done through console. hope there is new feature.

Arrafii14 commented 2 months ago

I figure it out that using xterm colab just working, but i still cannot make it automatically run bash run.sh after xterm started, so i need to insert command manually in order server started.

!pip install colab-xterm %load_ext colabxterm %xterm *in xterm, run server start, in me run "bash run.sh"

N-aksif-N commented 2 months ago

So, what do you want to customize? Please tell me more If you are excited about that then, this will help: https://github.com/N-aksif-N/MineColab_Improved

N-aksif-N commented 2 months ago

Also you can run command unto terminal by ! E.g !pip install xterm => run command pip or !sudo apt update => run command apt (sudo is a permission)

The server console can type using run-a-server scripts. check out the scripts to see it.