Skip to content

TeachCraft/TeachCraft-Server

 
 

Repository files navigation

Out of the box features

  • Execute Python against the server, giving your character superpowers! [API] [Examples]
  • Weather is turned off
  • No hostile mobs
  • Permanent nightvision potion effect
  • Permanent sword + bow in your inventory (used for interacting with in python) [Example]
  • No authentication required

To Run

Launch multiplayer server by running this command in your terminal (where 1G is the amount of RAM dedicated to the server):

java -Xms1G -Xmx1G -jar Minecraft_Server.jar

Now when you can connect to this server using Multiplayer -> Direct Connect -> 127.0.0.1

You can also launch the server using our embedded minecraft-wrapper via python, which gets you an auto-reboot on server crash:

python ./wrapper

If you do that, you can change the parameters for how the server launches in wrapper.properties.json

To connect to server

Open Source Libraries Used

About

Run your own server for the TeachCraft-Challenges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.8%
  • JavaScript 20.3%
  • HTML 3.6%
  • CSS 0.3%