30 Commits

Author SHA1 Message Date
c79c10d90e Uploaded tuxcraft_4.4 to the root of branch tuxcraft_4. 2026-03-26 16:07:46 +00:00
aaa8f48112 Update README.md 2026-03-26 16:07:03 +00:00
a921038537 Update README.md 2026-03-26 16:06:38 +00:00
f235a27b61 Uploaded new readme. 2026-03-26 16:05:58 +00:00
7f608dccbb Deleted a file because its getting a update (readme file). 2026-03-26 16:05:43 +00:00
c1eeafaa33 Uploaded tuxcraft_4.4 to the releases folder.
BETA RELEASE!!! YIPPEE (now in the good spot haha).
2026-03-26 15:56:57 +00:00
a6a32d42a7 Made a folder. 2026-03-26 15:56:27 +00:00
d3b7c20fa3 Deleted tuxcraft_4.4 because its moved. 2026-03-26 15:56:02 +00:00
fd6fe0b503 Deleted tuxcraft_4.4 because its moved. 2026-03-26 15:55:55 +00:00
c144f63005 Uploaded tuxcraft_4.4 to the releases folder.
BETA RELEASE!!!!!! YIPPEE
2026-03-26 15:55:32 +00:00
5535bba97b Made a folder. 2026-03-26 15:54:25 +00:00
9ce9921d13 Uploaded tuxcraft_4.3 to the releases folder. 2026-03-26 15:53:11 +00:00
2a14b88cd3 Made a folder. 2026-03-26 15:47:29 +00:00
6d443a80e6 Deleted a folder. 2026-03-25 07:51:05 +00:00
4c4eb7a7be Deleted a file. 2026-03-25 07:50:44 +00:00
557ea1413d Update README.md 2026-03-25 07:45:32 +00:00
c54b5d9567 Uploaded tuxcraft_4.3 to the testing folder.
I am testing this one on a onther device so thats why is getting uploaded as testing.
2026-03-25 07:25:42 +00:00
4dfdc858a9 Made a folder. 2026-03-25 07:24:37 +00:00
cbdac7c8ca Upload files to "Releases/Alpha-Releases/tuxcraft_4.2" 2026-03-24 19:15:34 +00:00
ff0f8f8c1e Upload files to "Releases/Alpha-Releases/tuxcraft_4.1" 2026-03-24 19:15:24 +00:00
cf1f5e2ce9 Upload files to "Releases/Alpha-Releases/tuxcraft_4.0" 2026-03-24 19:15:14 +00:00
0df311299e Made a folder. 2026-03-24 19:14:20 +00:00
a7face1d7f Made a folder. 2026-03-24 19:14:05 +00:00
0bc2009dd3 Made a folder. 2026-03-24 19:13:48 +00:00
665b63e398 Made a folder. 2026-03-24 19:13:15 +00:00
b76b04731b Deleted a file. 2026-03-24 19:12:34 +00:00
b66731a49c Deleted a file. 2026-03-24 19:12:30 +00:00
4dabff5819 Deleted a file. 2026-03-24 19:12:25 +00:00
5f7cc1c1f9 Deleted a file. 2026-03-24 19:12:16 +00:00
640a63e85c Deleted a file. 2026-03-24 19:12:11 +00:00
35 changed files with 22 additions and 50 deletions

View File

@@ -1,89 +1,61 @@
# VoxeliumX
# TuxCraft
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
TuxCraft a simple minecraft server hosting tool.
# Installation
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
Use this command to download the latest version of TuxCraft on this branch:
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
curl -O https://hamsterlab.playit.plus/Cheesehamster983/TuxCraft/raw/branch/tuxcraft_4/tuxcraft_4.4.deb
# Usage (for Debian based install)
And after the command above use this command:
To start VoxeliumX use this command:
sudo dpkg -i tuxcraft_4.4.deb
sudo voxeliumx start
And then you have TuxCraft installed!
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)
# Usage
To stop VoxeliumX use this command:
To start TuxCraft use this command:
sudo voxeliumx stop
sudo tuxcraft start
To view the status of VoxeliumX use this command:
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)
sudo voxeliumx status
To stop TuxCraft use this command:
# Usage (for the tar.gz install)
sudo tuxcraft stop
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.).
To view the status of TuxCraft use this command:
# 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)):
sudo tuxcraft status
sudo apt remove voxeliumx
# Uninstalling
Use this command to uninstall any version of TuxCraft:
And this command to make sure everything of VoxeliumX is gone:
sudo apt remove tuxcraft
sudo apt purge voxeliumx
And this command to make sure everything of tuxcraft is gone:
And then you have deleted VoxeliumX!
sudo apt purge 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!
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_4.4.deb Normal file

Binary file not shown.

BIN
tuxcraft_4.4.zip Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.