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
25 changed files with 48 additions and 46 deletions

View File

@@ -1,57 +1,61 @@
# 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_12/voxeliumx_12.0.deb" && sudo dpkg -i voxeliumx_12.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_12/voxeliumx_12.0.tar.gz" && tar -xzf voxeliumx_12.0.tar.gz && cd voxeliumx_12.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_12.0
And then run: ./start.sh
And then VoxeliumX is started!
To stop VoxeliumX (you have to be in the voxeliumx_12.0 folder): ./stop.sh
Use this command to download the latest version of TuxCraft on this branch:
# Uninstalling (for the .deb install)
curl -O https://hamsterlab.playit.plus/Cheesehamster983/TuxCraft/raw/branch/tuxcraft_4/tuxcraft_4.4.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 after the command above use this command:
# Uninstalling (for the tar.gz install)
Go to downloads or a other folder where the folder voxeliumx_12.0 is located and use these commands:
sudo dpkg -i tuxcraft_4.4.deb
rm -rf voxeliumx_12.0
rm -rf voxeliumx_12.0.tar.gz
And then you have TuxCraft installed!
And then you have deleted VoxeliumX!
# 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
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!

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.

Binary file not shown.

Binary file not shown.

View File

@@ -1 +0,0 @@
- added NeoForge suport for Minecraft Java

View File

@@ -1 +0,0 @@
- added NeoForge suport for Minecraft Java

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.