Compare commits
22 Commits
VoxeliumX_
...
VoxeliumX_
| Author | SHA1 | Date | |
|---|---|---|---|
| ec64c337a1 | |||
| 1ffe115a30 | |||
| 576ed58858 | |||
| 82bf61b85b | |||
| f03653d5d4 | |||
| 9ce02fd4ce | |||
| beab9a73be | |||
| 0c6606ddb9 | |||
| 330af8800b | |||
| 68b5e6dea9 | |||
| a69317674a | |||
| 9c3e277fbd | |||
| ceab8b549d | |||
| 1cd51a302f | |||
| a7dc04e0f7 | |||
| 827de91a71 | |||
| 3f6e3ebac2 | |||
| 4ac7b13ada | |||
| 72b0328c4f | |||
| e8a6f9b113 | |||
| d8f168d633 | |||
| a8d9256d54 |
62
README.md
62
README.md
@@ -1,61 +1,59 @@
|
||||
# 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_11/voxeliumx_11.3.deb" && sudo dpkg -i voxeliumx_11.3.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_11/voxeliumx_11.3.tar.gz" && tar -xzf voxeliumx_11.3.tar.gz && cd voxeliumx_11.3
|
||||
|
||||
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_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
|
||||
|
||||
|
||||
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_11.3 is located and use these commands:
|
||||
|
||||
sudo apt remove voxeliumx
|
||||
rm -rf voxeliumx_11.3
|
||||
|
||||
rm -rf voxeliumx_11.3.tar.gz
|
||||
|
||||
And this command to make sure everything of VoxeliumX is gone:
|
||||
And then you have deleted VoxeliumX!
|
||||
|
||||
|
||||
sudo apt purge voxeliumx
|
||||
|
||||
|
||||
And then you have deleted VoxeliumX!
|
||||
(also there are a couple of alpha files of VoxeliumX_11 that i am going to upload soon)
|
||||
Binary file not shown.
Binary file not shown.
BIN
Releases/Beta-Releases/voxeliumx_11.3/voxeliumx_11.3.deb
Normal file
BIN
Releases/Beta-Releases/voxeliumx_11.3/voxeliumx_11.3.deb
Normal file
Binary file not shown.
BIN
Releases/Beta-Releases/voxeliumx_11.3/voxeliumx_11.3.tar.gz
Normal file
BIN
Releases/Beta-Releases/voxeliumx_11.3/voxeliumx_11.3.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
voxeliumx_11.3.deb
Normal file
BIN
voxeliumx_11.3.deb
Normal file
Binary file not shown.
BIN
voxeliumx_11.3.tar.gz
Normal file
BIN
voxeliumx_11.3.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user