21 Commits

Author SHA1 Message Date
7d055caee0 Update README.md 2026-05-17 09:18:26 +00:00
9a563da7ff Update README.md 2026-05-16 15:42:31 +00:00
a03b606e93 Uploaded voxeliumx_13.0 to the root of the voxeliumx_13.0 branch. 2026-05-16 15:40:36 +00:00
03b287484e Uploaded voxeliumx_13.0 to the releases folder on the voxeliumx_13.0 branch. 2026-05-16 15:39:54 +00:00
ee8bf4d1ae Made a folder. 2026-05-16 15:39:02 +00:00
f76c4cfab3 Cleaning branch... 2026-05-16 15:29:53 +00:00
4a24c262e2 Cleaning branch... 2026-05-16 15:29:48 +00:00
bed2bad725 Cleaning branch... 2026-05-16 15:29:39 +00:00
68b5e6dea9 Update README.md 2026-04-24 13:45:14 +00:00
a69317674a Uploaded voxeliumx_10.0.tar.gz (beta release) to the voxeliumx_10.0 branch.
This update is about improving the starting and stopping the .tar.gz release. (the .deb version starting and stopping is already good and wil stil be suported!)
2026-04-23 19:07:43 +00:00
9c3e277fbd Uploaded voxeliumx_10.0.tar.gz (beta release) to the voxeliumx_10.0 branch.
This update is about improving the starting and stopping the .tar.gz release. (the .deb version starting and stopping is already good and wil stil be suported!)
2026-04-23 19:06:27 +00:00
ceab8b549d Made a folder. 2026-04-23 19:04:47 +00:00
1cd51a302f Cleaning branch... 2026-04-23 19:04:13 +00:00
a7dc04e0f7 Cleaning branch... 2026-04-23 19:04:08 +00:00
827de91a71 Cleaning branch... 2026-04-23 19:04:03 +00:00
3f6e3ebac2 Cleaning branch... 2026-04-23 19:03:49 +00:00
4ac7b13ada Cleaning branch... 2026-04-23 19:03:44 +00:00
72b0328c4f Cleaning branch... 2026-04-23 19:03:39 +00:00
e8a6f9b113 Cleaning branch... 2026-04-23 19:03:34 +00:00
d8f168d633 Cleaning branch... 2026-04-23 19:03:24 +00:00
a8d9256d54 Cleaning branch... 2026-04-23 19:03:20 +00:00
14 changed files with 44 additions and 48 deletions

View File

@@ -1,61 +1,57 @@
# TuxCraft # VoxeliumX
TuxCraft a simple minecraft server hosting tool. VoxeliumX a simple minecraft server hosting tool.
# Installation # Need help on installing or want to report a bug or give us your idea join our discord server!
Use this command to download the latest version of tuxcraft_6 on this branch (on the main branch is the newest beta): 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
curl -O https://hamsterlab.playit.plus/Cheesehamster983/TuxCraft/raw/branch/tuxcraft_6/tuxcraft_6.1.deb # Uninstalling (for the .deb install)
To delete VoxeliumX use this command: sudo apt remove voxeliumx
And after the command above use this command: And to make sure VoxeliumX is deleted use this command: sudo apt purge voxeliumx
# Uninstalling (for the tar.gz install)
sudo dpkg -i tuxcraft_6.1.deb Go to downloads or a other folder where the folder voxeliumx_13.0 is located and use these commands:
rm -rf voxeliumx_13.0
And then you have TuxCraft installed! rm -rf voxeliumx_13.0.tar.gz
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.

BIN
voxeliumx_13.0.deb Normal file

Binary file not shown.

BIN
voxeliumx_13.0.tar.gz Normal file

Binary file not shown.