Compare commits
97 Commits
tuxcraft_1
...
tuxcraft_8
| Author | SHA1 | Date | |
|---|---|---|---|
| a244c07951 | |||
| 4586e4d8ac | |||
| edd523cb30 | |||
| f6d9de21d2 | |||
| f9d74eb8c4 | |||
| 081af4a578 | |||
| 8175e9b581 | |||
| d108b04a95 | |||
| ef3c92ad7b | |||
| 4d82157f9f | |||
| c28d1782ee | |||
| d2e6a533ed | |||
| 67e6c8eeea | |||
| 450478371b | |||
| e9a5e6e418 | |||
| e7955efa2f | |||
| 2ba6617299 | |||
| 4bffeab6c3 | |||
| 2fa1a5f866 | |||
| f493a94978 | |||
| d5f7c42fda | |||
| 5e8d432ddf | |||
| 06edb1616a | |||
| 83de54f332 | |||
| 688657f73e | |||
| ceee29bab8 | |||
| 390ac15f62 | |||
| 37aa22c49d | |||
| 2aa5ad3059 | |||
| 53d2577794 | |||
| 1b7e217c93 | |||
| 2e14582ba7 | |||
| db141ab7b6 | |||
| f9886411d7 | |||
| b0b99b1380 | |||
| 8c2444045d | |||
| 7529af0df5 | |||
| dfbeff88bf | |||
| 8522c350f2 | |||
| 8936bfe83c | |||
| 5bb51e0741 | |||
| 9a22b16e1d | |||
| 4a44f66bf2 | |||
| 0e945c5e54 | |||
| 62a7027a36 | |||
| d5556b19d5 | |||
| bad4ab3255 | |||
| d6f004d76d | |||
| 08b4bd3942 | |||
| 1cd300b850 | |||
| f9ceb62c6f | |||
| 6ad3fbf16d | |||
| 8e76d6b516 | |||
| 13da6e8e38 | |||
| b64adb260d | |||
| 8cbe001b30 | |||
| f22deb7c84 | |||
| 5c50174335 | |||
| 5323271d4e | |||
| 248a0606ee | |||
| ffab9ac1df | |||
| 2f444273bd | |||
| 300be46ec6 | |||
| f961aed13b | |||
| b242a7c942 | |||
| fa0df52537 | |||
| b0bfdae536 | |||
| 2b4af304ff | |||
| c77089e50c | |||
| 90f347102e | |||
| d462c283b7 | |||
| 1da08b87ad | |||
| f68fc9ded7 | |||
| a6688b70d3 | |||
| 99706786fd | |||
| 68cee48b9a | |||
| 7648381ede | |||
| 16f3b68a6d | |||
| 235743963c | |||
| 587e30dc03 | |||
| f694312811 | |||
| eca8aa5ee3 | |||
| 605cc52969 | |||
| 34a7f961db | |||
| 9665d2a667 | |||
| 4d4bf0f274 | |||
| 0284222584 | |||
| 547f11b4b1 | |||
| 0aeede9dd3 | |||
| edbf3226e3 | |||
| 0f7e43ebb9 | |||
| 6f2bf36d08 | |||
| 02ea214f5d | |||
| 1576bf8be9 | |||
| 253083b0dd | |||
| 1a6346c765 | |||
| 533471debd |
59
README.md
59
README.md
@@ -5,16 +5,65 @@ TuxCraft a simple minecraft server hosting tool.
|
|||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
Use this command to download the latest version of TuxCraft in this branch (the latest version is in the main branch):
|
Use this command to download the latest version of tuxcraft_8 on this branch (on the main branch is the newest beta):
|
||||||
|
|
||||||
|
|
||||||
curl -O https://hamsterlab.playit.plus/Cheesehamster983/TuxCraft/raw/branch/tuxcraft_1/tuxcraft_1.1.deb
|
sudo apt update && sudo apt install -y python3 openjdk-21-jre wget && wget --content-disposition "https://hamsterlab.playit.plus/Cheesehamster983/TuxCraft/raw/branch/tuxcraft_8/tuxcraft_8.1.deb" && sudo dpkg -i tuxcraft_8.1.deb
|
||||||
|
|
||||||
|
|
||||||
And after the command above use this command:
|
And then you have TuxCraft installed!
|
||||||
|
|
||||||
|
|
||||||
sudo dpkg -i tuxcraft_1.1.deb
|
# Usage
|
||||||
|
|
||||||
|
|
||||||
And then you have TuxCraft installed! Make sure to read the README.md in /usr/share/tuxcraft for starting instructions and more!
|
To start TuxCraft use this command:
|
||||||
|
|
||||||
|
|
||||||
|
sudo tuxcraft start
|
||||||
|
|
||||||
|
|
||||||
|
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. (and make sure that you use sudo to start tuxcraft other wise its nog going to start)
|
||||||
|
|
||||||
|
|
||||||
|
To stop TuxCraft use this command:
|
||||||
|
|
||||||
|
|
||||||
|
sudo tuxcraft stop
|
||||||
|
|
||||||
|
|
||||||
|
To view the status of TuxCraft use this command:
|
||||||
|
|
||||||
|
|
||||||
|
sudo tuxcraft status
|
||||||
|
|
||||||
|
|
||||||
|
# Uninstalling (for the Debian based install)
|
||||||
|
|
||||||
|
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!
|
||||||
|
|
||||||
|
|
||||||
|
# Uninstalling (for the tar.gz install)
|
||||||
|
|
||||||
|
Go to downloads or a other folder where the folder tuxcraft_x.x is located and use these commands:
|
||||||
|
|
||||||
|
|
||||||
|
rm -rf tuxcraft_x.x
|
||||||
|
|
||||||
|
|
||||||
|
rm -rf tuxcraft_x.x.tar.gz
|
||||||
|
|
||||||
|
|
||||||
|
And then you have deleted TuxCraft!
|
||||||
0
Releases/Alpha-Releases/tuxcraft_8.0/.gitkeep
Normal file
0
Releases/Alpha-Releases/tuxcraft_8.0/.gitkeep
Normal file
BIN
Releases/Alpha-Releases/tuxcraft_8.0/tuxcraft_8.0.deb
Normal file
BIN
Releases/Alpha-Releases/tuxcraft_8.0/tuxcraft_8.0.deb
Normal file
Binary file not shown.
BIN
Releases/Alpha-Releases/tuxcraft_8.0/tuxcraft_8.0.zip
Normal file
BIN
Releases/Alpha-Releases/tuxcraft_8.0/tuxcraft_8.0.zip
Normal file
Binary file not shown.
0
Releases/Alpha-Releases/tuxcraft_8.2/.gitkeep
Normal file
0
Releases/Alpha-Releases/tuxcraft_8.2/.gitkeep
Normal file
BIN
Releases/Alpha-Releases/tuxcraft_8.2/tuxcraft_8.2.deb
Normal file
BIN
Releases/Alpha-Releases/tuxcraft_8.2/tuxcraft_8.2.deb
Normal file
Binary file not shown.
BIN
Releases/Alpha-Releases/tuxcraft_8.2/tuxcraft_8.2.zip
Normal file
BIN
Releases/Alpha-Releases/tuxcraft_8.2/tuxcraft_8.2.zip
Normal file
Binary file not shown.
0
Releases/Alpha-Releases/tuxcraft_8.3/.gitkeep
Normal file
0
Releases/Alpha-Releases/tuxcraft_8.3/.gitkeep
Normal file
BIN
Releases/Alpha-Releases/tuxcraft_8.3/tuxcraft_8.3.deb
Normal file
BIN
Releases/Alpha-Releases/tuxcraft_8.3/tuxcraft_8.3.deb
Normal file
Binary file not shown.
BIN
Releases/Alpha-Releases/tuxcraft_8.3/tuxcraft_8.3.zip
Normal file
BIN
Releases/Alpha-Releases/tuxcraft_8.3/tuxcraft_8.3.zip
Normal file
Binary file not shown.
0
Releases/Beta-Releases/.gitkeep
Normal file
0
Releases/Beta-Releases/.gitkeep
Normal file
0
Releases/Beta-Releases/tuxcraft_8.1/.gitkeep
Normal file
0
Releases/Beta-Releases/tuxcraft_8.1/.gitkeep
Normal file
BIN
Releases/Beta-Releases/tuxcraft_8.1/tuxcraft_8.1.deb
Normal file
BIN
Releases/Beta-Releases/tuxcraft_8.1/tuxcraft_8.1.deb
Normal file
Binary file not shown.
BIN
Releases/Beta-Releases/tuxcraft_8.1/tuxcraft_8.1.zip
Normal file
BIN
Releases/Beta-Releases/tuxcraft_8.1/tuxcraft_8.1.zip
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
tuxcraft_1.1.deb
BIN
tuxcraft_1.1.deb
Binary file not shown.
BIN
tuxcraft_1.1.zip
BIN
tuxcraft_1.1.zip
Binary file not shown.
BIN
tuxcraft_8.1.deb
Normal file
BIN
tuxcraft_8.1.deb
Normal file
Binary file not shown.
BIN
tuxcraft_8.1.tar.gz
Normal file
BIN
tuxcraft_8.1.tar.gz
Normal file
Binary file not shown.
BIN
tuxcraft_8.1.zip
Normal file
BIN
tuxcraft_8.1.zip
Normal file
Binary file not shown.
Reference in New Issue
Block a user