18 Commits

Author SHA1 Message Date
3da4944f2d Uploaded tuxcraft_9.1 to the releases folder. (alpha release) 2026-04-15 06:03:23 +00:00
2a90280c1a Uploaded tuxcraft_9.0 to the releases folder. (alpha release) 2026-04-15 06:03:07 +00:00
815e6a636c Uploaded voxeliumx to the releases folder. (beta releases) 2026-04-15 06:01:09 +00:00
f6687ba75b Made a folder. 2026-04-15 06:00:19 +00:00
4d0fbdbd8b Made a folder. 2026-04-15 05:59:57 +00:00
546001aee3 Accidentely made a file... 2026-04-15 05:59:40 +00:00
0ec70714b2 Made a folder. 2026-04-15 05:59:20 +00:00
1e8643b718 Made a folder. 2026-04-15 05:58:57 +00:00
f96202bd35 Uploaded voxeliumx_9.2..tar.gz and .deb to the root of branch VoxeliumX_9 (beta releases).
These releases add bedrock suport to voxeliumx (tuxcraft) (java is stil suported)
2026-04-15 05:57:57 +00:00
1a60764c4c Update README.md 2026-04-15 05:52:18 +00:00
f5d0650a96 Cleaning VoxeliumX_9 branch... 2026-04-15 05:47:23 +00:00
c547482350 Cleaning VoxeliumX_9 branch... 2026-04-15 05:47:19 +00:00
0e7c3445c9 Cleaning VoxeliumX_9 branch... 2026-04-15 05:47:15 +00:00
6cba5ecab9 Cleaning VoxeliumX_9 branch... 2026-04-15 05:47:06 +00:00
f6599bdb8d Cleaning VoxeliumX_9 branch... 2026-04-15 05:47:00 +00:00
d583e37ebb Cleaning VoxeliumX_9 branch... 2026-04-15 05:46:56 +00:00
afdbbb4e35 Cleaning VoxeliumX_9 branch... 2026-04-15 05:46:42 +00:00
1559ed0dd1 Cleaning VoxeliumX_9 branch... 2026-04-15 05:46:38 +00:00
15 changed files with 32 additions and 30 deletions

View File

@@ -1,59 +1,61 @@
# VoxeliumX
# VoxeliumX (note: TuxCraft got a new name! and this release has bedrock suport! (and java stil works btw))
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!
# Installation
You can vind the join link on the official website! https://voxeliumx.playit.plus
Use this command to download the latest version of VoxeliumX_9 on this branch (on the main branch is the newest beta):
# 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_11/voxeliumx_11.3.deb" && sudo dpkg -i voxeliumx_11.3.deb
curl -O https://hamsterlab.playit.plus/Cheesehamster983/TuxCraft/raw/branch/voxeliumx_9/voxeliumx_9.2.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):
And after the command above use this command:
sudo apt update && sudo apt install -y python3 openjdk-21-jre wget && wget --content-disposition "https://hamsterlab.playit.plus/Cheesehamster983/VoxeliumX/raw/branch/VoxeliumX_11/voxeliumx_11.3.tar.gz" && tar -xzf voxeliumx_11.3.tar.gz && cd voxeliumx_11.3
# Usage (for the .deb install)
sudo dpkg -i voxeliumx_9.2.deb
And then you have VoxeliumX installed!
# Usage
To start VoxeliumX use this command:
To start VoxeliumX after download use this command:
sudo voxeliumx start
To stop 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 voxeliumx other wise its nog going to start)
To stop TuxCraft 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_11.3
And then run: ./start.sh
And then VoxeliumX is started!
To stop VoxeliumX (you have to be in the voxeliumx_11.3 folder): ./stop.sh
To view the status of VoxeliumX use this command:
# Uninstalling (for the .deb install)
sudo voxeliumx status
To delete VoxeliumX use this command: sudo apt remove voxeliumx
And to make sure VoxeliumX is deleted use this command: sudo apt purge voxeliumx
# Uninstalling
# Uninstalling (for the tar.gz install)
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):
Go to downloads or a other folder where the folder voxeliumx_11.3 is located and use these commands:
rm -rf voxeliumx_11.3
sudo apt remove voxeliumx
rm -rf voxeliumx_11.3.tar.gz
And then you have deleted VoxeliumX!
And this command to make sure everything of VoxeliumX is gone:
(also there are a couple of alpha files of VoxeliumX_11 that i am going to upload soon)
sudo apt purge voxeliumx
And then you have deleted VoxeliumX!

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
voxeliumx_9.2.deb Normal file

Binary file not shown.

BIN
voxeliumx_9.2.tar.gz Normal file

Binary file not shown.