Compare commits
43 Commits
tuxcraft_4
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| b3e3cad408 | |||
| ec3d552daf | |||
| 0d67f5df49 | |||
| 93fb203a55 | |||
| 7c8cec33a6 | |||
| e3563c9c3c | |||
| 278fa6a463 | |||
| 173f8ee21d | |||
| a554dfec06 | |||
| 64fda5d043 | |||
| fe3ea472c7 | |||
| 582f547003 | |||
| 0c0d55418f | |||
| 89555c6a64 | |||
| 1a6c7b552d | |||
| 071951baef | |||
| 22b9ef08ce | |||
| 46028710db | |||
| 0119134322 | |||
| 0df34c548d | |||
| b7cc7d5723 | |||
| 473853a58e | |||
| bf9cd16daa | |||
| f56e115dd0 | |||
| 28998bd370 | |||
| 7ea5a86a6a | |||
| ed2e025689 | |||
| a73b898ce0 | |||
| c33e54243a | |||
| b52276d41b | |||
| bfe0f82e16 | |||
| 9dc771fa32 | |||
| 2e7a016a18 | |||
| 2ee1d12f6c | |||
| 01fd00ae69 | |||
| 778175e135 | |||
| 6b9723d059 | |||
| 13da6e8e38 | |||
| b64adb260d | |||
| 8cbe001b30 | |||
| f22deb7c84 | |||
| 5c50174335 | |||
| 5323271d4e |
72
README.md
72
README.md
@@ -1,61 +1,89 @@
|
|||||||
# TuxCraft
|
# VoxeliumX
|
||||||
|
|
||||||
TuxCraft a simple minecraft server hosting tool.
|
VoxeliumX a simple minecraft server hosting tool.
|
||||||
|
|
||||||
|
|
||||||
|
# Need help on installing or want to report a bug or give us your idea join our discord server!
|
||||||
|
|
||||||
|
You can vind the join link on the official website! https://voxeliumx.playit.plus
|
||||||
|
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
Use this command to download the latest version of TuxCraft on this branch:
|
Use this command to download the latest version of VoxeliumX for debian based linux distros like ubuntu:
|
||||||
|
|
||||||
|
sudo apt update && sudo apt install -y python3 openjdk-21-jre wget && wget --content-disposition "https://hamsterlab.playit.plus/Cheesehamster983/VoxeliumX/raw/branch/main/voxeliumx_9.2.deb" && sudo dpkg -i voxeliumx_9.2.deb
|
||||||
|
|
||||||
|
|
||||||
curl -O https://hamsterlab.playit.plus/Cheesehamster983/TuxCraft/raw/branch/tuxcraft_4/tuxcraft_4.4.deb
|
Use this command to download the latest version of VoxeliumX for other linux distros:
|
||||||
|
|
||||||
|
sudo apt update && sudo apt install -y python3 openjdk-21-jre wget && wget --content-disposition "https://hamsterlab.playit.plus/Cheesehamster983/VoxeliumX/raw/branch/main/voxeliumx_9.2.tar.gz" && tar -xzf voxeliumx_9.2.tar.gz && cd voxeliumx_9.2
|
||||||
|
|
||||||
|
|
||||||
And after the command above use this command:
|
# Usage (for Debian based install)
|
||||||
|
|
||||||
|
|
||||||
sudo dpkg -i tuxcraft_4.4.deb
|
To start VoxeliumX use this command:
|
||||||
|
|
||||||
|
|
||||||
And then you have TuxCraft installed!
|
sudo voxeliumx start
|
||||||
|
|
||||||
|
|
||||||
# Usage
|
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 voxeliumx other wise its nog going to start)
|
||||||
|
|
||||||
|
|
||||||
To start TuxCraft use this command:
|
To stop VoxeliumX use this command:
|
||||||
|
|
||||||
|
|
||||||
sudo tuxcraft start
|
sudo voxeliumx stop
|
||||||
|
|
||||||
|
|
||||||
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 view the status of VoxeliumX use this command:
|
||||||
|
|
||||||
|
|
||||||
To stop TuxCraft use this command:
|
sudo voxeliumx status
|
||||||
|
|
||||||
|
|
||||||
sudo tuxcraft stop
|
# Usage (for the tar.gz install)
|
||||||
|
|
||||||
|
|
||||||
To view the status of TuxCraft use this command:
|
After downloading the tar.gz version unpack it and open the folder in the terminal like this:
|
||||||
|
|
||||||
|
cd voxeliumx_9.2
|
||||||
|
|
||||||
|
And then run: python3 voxeliumx.py
|
||||||
|
|
||||||
|
And then VoxeliumX is started!
|
||||||
|
|
||||||
|
To stop VoxeliumX just ctrl+c in the terminal where you started VoxeliumX (I am going to make starting and stopping better in the future.).
|
||||||
|
|
||||||
|
|
||||||
sudo tuxcraft status
|
# Uninstalling (for the Debian based install)
|
||||||
|
|
||||||
|
Use this command to uninstall VoxeliumX (for uninstalling tuxcraft change the voxeliumx name or contact us in the discord (link for the discord in the official website of VoxeliumX)):
|
||||||
|
|
||||||
|
|
||||||
# Uninstalling
|
sudo apt remove voxeliumx
|
||||||
|
|
||||||
Use this command to uninstall any version of TuxCraft:
|
|
||||||
|
|
||||||
|
|
||||||
sudo apt remove tuxcraft
|
And this command to make sure everything of VoxeliumX is gone:
|
||||||
|
|
||||||
|
|
||||||
And this command to make sure everything of tuxcraft is gone:
|
sudo apt purge voxeliumx
|
||||||
|
|
||||||
|
|
||||||
sudo apt purge tuxcraft
|
And then you have deleted VoxeliumX!
|
||||||
|
|
||||||
|
|
||||||
And then you have deleted TuxCraft!
|
# Uninstalling (for the tar.gz install)
|
||||||
|
|
||||||
|
Go to downloads or a other folder where the folder voxeliumx_x.x is located and use these commands:
|
||||||
|
|
||||||
|
|
||||||
|
rm -rf voxeliumx_x.x
|
||||||
|
|
||||||
|
|
||||||
|
rm -rf voxeliumx_x.x.tar.gz
|
||||||
|
|
||||||
|
|
||||||
|
And then you have deleted VoxeliumX!
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Releases/tuxcraft_2.14/tuxcraft_2.14.deb
Normal file
BIN
Releases/tuxcraft_2.14/tuxcraft_2.14.deb
Normal file
Binary file not shown.
BIN
Releases/tuxcraft_2.14/tuxcraft_2.14.zip
Normal file
BIN
Releases/tuxcraft_2.14/tuxcraft_2.14.zip
Normal file
Binary file not shown.
BIN
Releases/tuxcraft_2.15/tuxcraft_2.15.deb
Normal file
BIN
Releases/tuxcraft_2.15/tuxcraft_2.15.deb
Normal file
Binary file not shown.
BIN
Releases/tuxcraft_2.15/tuxcraft_2.15.zip
Normal file
BIN
Releases/tuxcraft_2.15/tuxcraft_2.15.zip
Normal file
Binary file not shown.
BIN
Releases/tuxcraft_5.0/tuxcraft_5.0.deb
Normal file
BIN
Releases/tuxcraft_5.0/tuxcraft_5.0.deb
Normal file
Binary file not shown.
BIN
Releases/tuxcraft_5.0/tuxcraft_5.0.zip
Normal file
BIN
Releases/tuxcraft_5.0/tuxcraft_5.0.zip
Normal file
Binary file not shown.
BIN
Releases/tuxcraft_6.1/tuxcraft_6.1.deb
Normal file
BIN
Releases/tuxcraft_6.1/tuxcraft_6.1.deb
Normal file
Binary file not shown.
BIN
Releases/tuxcraft_6.1/tuxcraft_6.1.zip
Normal file
BIN
Releases/tuxcraft_6.1/tuxcraft_6.1.zip
Normal file
Binary file not shown.
BIN
Releases/tuxcraft_7.3/tuxcraft_7.3.deb
Normal file
BIN
Releases/tuxcraft_7.3/tuxcraft_7.3.deb
Normal file
Binary file not shown.
BIN
Releases/tuxcraft_7.3/tuxcraft_7.3.zip
Normal file
BIN
Releases/tuxcraft_7.3/tuxcraft_7.3.zip
Normal file
Binary file not shown.
BIN
Releases/tuxcraft_8.1/tuxcraft_8.1.deb
Normal file
BIN
Releases/tuxcraft_8.1/tuxcraft_8.1.deb
Normal file
Binary file not shown.
BIN
Releases/tuxcraft_8.1/tuxcraft_8.1.tar.gz
Normal file
BIN
Releases/tuxcraft_8.1/tuxcraft_8.1.tar.gz
Normal file
Binary file not shown.
BIN
Releases/tuxcraft_8.1/tuxcraft_8.1.zip
Normal file
BIN
Releases/tuxcraft_8.1/tuxcraft_8.1.zip
Normal file
Binary file not shown.
BIN
tuxcraft_4.4.deb
BIN
tuxcraft_4.4.deb
Binary file not shown.
BIN
tuxcraft_4.4.zip
BIN
tuxcraft_4.4.zip
Binary file not shown.
BIN
voxeliumx_9.2.deb
Normal file
BIN
voxeliumx_9.2.deb
Normal file
Binary file not shown.
BIN
voxeliumx_9.2.tar.gz
Normal file
BIN
voxeliumx_9.2.tar.gz
Normal file
Binary file not shown.
Reference in New Issue
Block a user