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
15 changed files with 28 additions and 32 deletions

View File

@@ -1,61 +1,57 @@
# VoxeliumX (note: TuxCraft got a new name! and this release has bedrock suport! (and java stil works btw))
# VoxeliumX
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 VoxeliumX_9 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)
curl -O https://hamsterlab.playit.plus/Cheesehamster983/TuxCraft/raw/branch/voxeliumx_9/voxeliumx_9.2.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)
And after the command above use this command:
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
sudo dpkg -i voxeliumx_9.2.deb
And then you have VoxeliumX installed!
# Usage
To start VoxeliumX use this command:
# Usage (for the .deb install)
To start VoxeliumX after download use this command:
sudo voxeliumx 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 voxeliumx other wise its nog going to start)
To stop TuxCraft use this command:
To stop VoxeliumX use this command:
sudo voxeliumx stop
# Usage (for the tar.gz install)
To view the status of VoxeliumX use this command:
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
sudo voxeliumx status
# Uninstalling (for the .deb install)
To delete VoxeliumX use this command: sudo apt remove voxeliumx
# Uninstalling
And to make sure VoxeliumX is deleted use this command: sudo apt purge voxeliumx
Use this command to uninstall any version of VoxeliumX (TuxCraft uninstalling is the same but the name is diffrent contact discord if you got problems deleting 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:
sudo apt remove voxeliumx
And this command to make sure everything of VoxeliumX is gone:
sudo apt purge voxeliumx
rm -rf voxeliumx_13.0
rm -rf voxeliumx_13.0.tar.gz
And then you have deleted VoxeliumX!

BIN
voxeliumx_13.0.deb Normal file

Binary file not shown.

BIN
voxeliumx_13.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.