Compare commits
8 Commits
VoxeliumX_
...
VoxeliumX_
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d055caee0 | |||
| 9a563da7ff | |||
| a03b606e93 | |||
| 03b287484e | |||
| ee8bf4d1ae | |||
| f76c4cfab3 | |||
| 4a24c262e2 | |||
| bed2bad725 |
58
README.md
58
README.md
@@ -1 +1,57 @@
|
|||||||
This readme is going to get a update soon, if you want to download and install voxeliumx_10.0 there are instructions on the main branch...
|
# 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!
|
||||||
Binary file not shown.
BIN
Releases/Beta-Releases/voxeliumx_13.0/voxeliumx_13.0.deb
Normal file
BIN
Releases/Beta-Releases/voxeliumx_13.0/voxeliumx_13.0.deb
Normal file
Binary file not shown.
BIN
Releases/Beta-Releases/voxeliumx_13.0/voxeliumx_13.0.tar.gz
Normal file
BIN
Releases/Beta-Releases/voxeliumx_13.0/voxeliumx_13.0.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
BIN
voxeliumx_13.0.deb
Normal file
BIN
voxeliumx_13.0.deb
Normal file
Binary file not shown.
BIN
voxeliumx_13.0.tar.gz
Normal file
BIN
voxeliumx_13.0.tar.gz
Normal file
Binary file not shown.
Reference in New Issue
Block a user