Files
TuxCraft/README.md

1.1 KiB

TuxCraft

TuxCraft a simple minecraft server hosting tool.

Installation

Use this command to download the latest version of TuxCraft:

curl -O http://100.117.54.87:3000/Cheesehamster983/TuxCraft/raw/branch/main/tuxcraft_2.1.deb

And after the command above use this command:

sudo dpkg -i tuxcraft_2.1.deb

And then you have TuxCraft installed! Make sure to read the README.md in /usr/share/tuxcraft for starting instructions and more!

Usage

To start TuxCraft use this command:

sudo systemctl start tuxcraft

After the command above visit the web server at: http://your-servers-ip:8080 make sure to change the ip of your-server-ip to the servers ip.

To stop TuxCraft use this command:

sudo systemctl stop tuxcraft

To view the status of TuxCraft use this command:

sudo systemctl status tuxcraft

To enable TuxCraft on system start up use this command:

sudo systemctl enable tuxcraft

Uninstalling

Use this command to uninstall any version of TuxCraft:

sudo apt remove tuxcraft

And this command to make sure everything of tuxcraft is gone:

sudo apt purge tuxcraft

And then you have deleted TuxCraft!