36 Commits

Author SHA1 Message Date
2e6f96e464 Uploaded some VoxeliumX_14.7 files to the voxeliumx_14 branch. 2026-08-04 12:17:08 +00:00
c556886ea7 deleted a file... 2026-08-04 12:16:44 +00:00
47e90fa664 deleted a file... 2026-08-04 12:16:40 +00:00
dca85bb7d6 Made a folder. 2026-08-04 12:16:07 +00:00
91dea5c360 Uploaded some VoxeliumX_14.6 files to the voxeliumx_14 branch. 2026-08-04 12:15:45 +00:00
ab9a3a8e09 Made a folder. 2026-08-04 12:14:56 +00:00
3573cda103 Deleted test. 2026-08-04 12:02:52 +00:00
aeb35d2430 Deleted test. 2026-08-04 12:02:39 +00:00
f537dd60fc test 2026-08-04 11:55:21 +00:00
8547ea8b27 test 2026-08-04 11:55:00 +00:00
0dd9b87731 Uploaded a test 2026-08-04 11:26:20 +00:00
9e217861ff Deleted a file... 2026-08-04 11:24:50 +00:00
b546796731 Uploaded VoxeliumX_14.5 tar.gz to the VoxeliumX_14 branch. 2026-08-04 11:10:05 +00:00
b2141841c0 Made a folder. 2026-08-04 11:09:44 +00:00
acfa464e1c test 2026-08-04 11:02:22 +00:00
d992cc9799 Uploaded VoxeliumX_14.4 tar.gz to the VoxeliumX_14 branch. 2026-08-04 11:00:38 +00:00
8edbeb8986 Made a folder. 2026-08-04 11:00:15 +00:00
77398ba9ba Uploaded VoxeliumX_14.3 tar.gz to the VoxeliumX_14 branch. 2026-08-04 10:46:49 +00:00
1c7940e757 Made a folder. 2026-08-04 10:46:17 +00:00
71edac7bbb Uploaded VoxeliumX_14.2 tar.gz to the VoxeliumX_14 branch. 2026-08-04 10:45:57 +00:00
a1406629fa Made a folder... 2026-08-04 10:45:20 +00:00
7d5d9af001 deleted a file... 2026-08-04 10:43:52 +00:00
934c9d6f5f deleted a file... 2026-08-04 10:43:48 +00:00
81e7bef2ed Uploaded VoxeliumX_14.2 to the VoxeliumX_14 branch... 2026-08-04 10:43:10 +00:00
7372df9780 Uploaded VoxeliumX_14.1 to the VoxeliumX_14 branch... 2026-08-04 10:42:41 +00:00
2b96a07642 Made a folder... 2026-08-04 10:41:37 +00:00
76558498f1 Made a folder... 2026-08-04 10:41:16 +00:00
e5e9d12549 Uploaded voxeliumx_14.2.deb (beta early-acces) to the voxeliumx_14 branch.
(the tar.gz version coming soon)
2026-07-02 12:04:41 +00:00
3d1d9d6612 Made a folder... 2026-07-02 12:03:13 +00:00
0eb5a3a6b8 Uploaded voxeliumx_14.0 to the root of the main branch (alpha). 2026-06-22 14:20:07 +00:00
1c6a371fae Made a folder. 2026-06-22 14:19:41 +00:00
119b8456b4 Made a folder. 2026-06-22 14:13:54 +00:00
8a117ce1e0 Cleaning VoxeliumX_14 branch... 2026-06-22 14:13:20 +00:00
99a39392c8 Cleaning VoxeliumX_14 branch... 2026-06-22 14:13:16 +00:00
05368b793f Cleaning VoxeliumX_14 branch... 2026-06-22 14:13:07 +00:00
c0a76c50d8 Cleaning VoxeliumX_14 branch... 2026-06-22 14:13:00 +00:00
24 changed files with 1 additions and 57 deletions

View File

@@ -1,57 +1 @@
# VoxeliumX
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!
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
# Uninstalling (for the .deb install)
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 (for the tar.gz install)
Go to downloads or a other folder where the folder voxeliumx_13.0 is located and use these commands:
rm -rf voxeliumx_13.0
rm -rf voxeliumx_13.0.tar.gz
And then you have deleted VoxeliumX!
empy

Binary file not shown.

Binary file not shown.