43 lines
1.2 KiB
Markdown
43 lines
1.2 KiB
Markdown
# 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
|
|
|
|
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_10/voxeliumx_10.0.tar.gz" && tar -xzf voxeliumx_10.0.tar.gz && cd voxeliumx_10.0
|
|
|
|
|
|
# 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_10.0
|
|
|
|
And then run: ./start.sh
|
|
|
|
And then VoxeliumX is started!
|
|
|
|
To stop VoxeliumX (you have to be in the voxeliumx_10.0 folder): ./stop.sh
|
|
|
|
|
|
# Uninstalling (for the tar.gz install)
|
|
|
|
Go to downloads or a other folder where the folder voxeliumx_10.0 is located and use these commands:
|
|
|
|
|
|
rm -rf voxeliumx_10.0
|
|
|
|
|
|
rm -rf voxeliumx_10.0.tar.gz
|
|
|
|
|
|
And then you have deleted VoxeliumX! |