Skip to content
N-aksif-N edited this page Apr 16, 2024 · 5 revisions

Logo

Mine Colab [Improved]

Run Minecraft Server on Google Colab

Star Open In Colab Download

Hello, nice to meet you here. So, today I will tell you how Install_sever (function) works. Let's jump right in!

Some basic information:

Developers don't have to see this. But, it's necessary to be included in today's page

Python Libraries

Libraries Commands Uses
google.colab drive() Mounting google drive
os environ() Setting java environment
os.path exists() Checking exsisting folder
requests get() HTML Parse
json load() Transform to dict type
json dump() Dumping dict values to .txt files
bs4 BeautifulSoup4() HTML Parse

Base function & Used variables:

image

Main function (Install_server):

  • Purpose: Install server for each software
  • Mechanism:

image

Introduction:

  • This page is all about how the main functions in the scripts work.
  • It is important for developers/ contributors to read this.
Clone this wiki locally