22 Commits

Author SHA1 Message Date
f0d20a79c1 Uploaded VoxeliumX_12.0 to the releases folder on the voxeliumx_12 branch. 2026-05-09 18:01:37 +00:00
e1cef8a3e3 Made a folder. 2026-05-09 18:00:57 +00:00
170beecfe4 Update README.md 2026-05-09 17:02:13 +00:00
f7bc167aba Uploaded the good tar.gz release of voxeliumx_12.0 to the voxeliumx_12 branch. 2026-05-09 16:45:27 +00:00
b2ff6a9ad9 Delete a file... 2026-05-09 16:12:49 +00:00
a86b133b3f Uploaded VoxeliumX_12.0 to the VoxeliumX_12 branch (beta release. 2026-05-09 16:08:33 +00:00
fe449c896d Cleaning branch... 2026-05-09 16:02:07 +00:00
6abbf2ef68 Cleaning branch... 2026-05-09 16:02:03 +00:00
9273d0b51c Cleaning branch... 2026-05-09 16:01:53 +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
17 changed files with 30 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_12/voxeliumx_12.0.deb" && sudo dpkg -i voxeliumx_12.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_12/voxeliumx_12.0.tar.gz" && tar -xzf voxeliumx_12.0.tar.gz && cd voxeliumx_12.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_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
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_12.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_12.0
rm -rf voxeliumx_12.0.tar.gz
And then you have deleted VoxeliumX!

View File

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

1
change_log_12 Normal file
View File

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

BIN
voxeliumx_12.0.deb Normal file

Binary file not shown.

BIN
voxeliumx_12.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.