5 Commits

Author SHA1 Message Date
a244c07951 Update README.md 2026-04-12 18:06:44 +00:00
4586e4d8ac Uploaded tuxcraft_8.1.tar.gz to the root of branch tuxcraft_8 (beta release).
(I forgot to upload it to this branch.)
2026-04-12 18:06:20 +00:00
edd523cb30 Update README.md 2026-04-03 18:11:20 +00:00
f6d9de21d2 Update README.md 2026-04-03 18:08:18 +00:00
f9d74eb8c4 Update README.md 2026-04-03 18:08:02 +00:00
21 changed files with 55 additions and 43 deletions

View File

@@ -1,57 +1,69 @@
# VoxeliumX
# TuxCraft
VoxeliumX a simple minecraft server hosting tool.
TuxCraft 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!
# Installation
You can vind the join link on the official website! https://voxeliumx.playit.plus
# Installation (.deb)
sudo apt update && sudo apt install -y python3 openjdk-21-jre wget && wget --content-disposition "https://hamsterlab.playit.plus/Cheesehamster983/VoxeliumX/raw/branch/VoxeliumX_13/voxeliumx_13.0.deb" && sudo dpkg -i voxeliumx_13.0.deb
# Installation (tar.gz)
Use this command to download the latest version of VoxeliumX for other linux distros of this branch (the latest version of VoxeliumX is on the main branch):
sudo apt update && sudo apt install -y python3 openjdk-21-jre wget && wget --content-disposition "https://hamsterlab.playit.plus/Cheesehamster983/VoxeliumX/raw/branch/VoxeliumX_13/voxeliumx_13.0.tar.gz" && tar -xzf voxeliumx_13.0.tar.gz && cd voxeliumx_13.0
# Usage (for the .deb install)
To start VoxeliumX after download use this command:
sudo voxeliumx start
To stop VoxeliumX use this command:
sudo voxeliumx stop
# Usage (for the tar.gz install)
After downloading the tar.gz version unpack it and open the folder in the terminal like this:
cd voxeliumx_13.0
And then run: ./start.sh
And then VoxeliumX is started!
To stop VoxeliumX (you have to be in the voxeliumx_13.0 folder): ./stop.sh
Use this command to download the latest version of tuxcraft_8 on this branch (on the main branch is the newest beta):
# Uninstalling (for the .deb install)
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
To delete VoxeliumX use this command: sudo apt remove voxeliumx
And to make sure VoxeliumX is deleted use this command: sudo apt purge voxeliumx
And then you have TuxCraft installed!
# Usage
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 voxeliumx_13.0 is located and use these commands:
Go to downloads or a other folder where the folder tuxcraft_x.x is located and use these commands:
rm -rf voxeliumx_13.0
rm -rf voxeliumx_13.0.tar.gz
rm -rf tuxcraft_x.x
And then you have deleted VoxeliumX!
rm -rf tuxcraft_x.x.tar.gz
And then you have deleted TuxCraft!

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
tuxcraft_8.1.deb Normal file

Binary file not shown.

BIN
tuxcraft_8.1.tar.gz Normal file

Binary file not shown.

BIN
tuxcraft_8.1.zip Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.