thecoder-001 / MineColab

Run Minecraft Server on Google Colab.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Server Console for sending command

Arrafii14 opened this issue · comments

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

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"

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

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.