Update README.md
This commit is contained in:
52
README.md
52
README.md
@@ -1,42 +1,42 @@
|
|||||||
# TuxCraft
|
# VoxeliumX
|
||||||
|
|
||||||
TuxCraft a simple minecraft server hosting tool.
|
VoxeliumX a simple minecraft server hosting tool.
|
||||||
|
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
Use this command to download the latest version of TuxCraft for debian based linux distros like ubuntu:
|
Use this command to download the latest version of VoxeliumX for debian based linux distros like ubuntu:
|
||||||
|
|
||||||
sudo apt update && sudo apt install -y python3 openjdk-21-jre wget && wget --content-disposition "https://hamsterlab.playit.plus/Cheesehamster983/TuxCraft/raw/branch/main/tuxcraft_8.1.deb" && sudo dpkg -i tuxcraft_8.1.deb
|
sudo apt update && sudo apt install -y python3 openjdk-21-jre wget && wget --content-disposition "https://hamsterlab.playit.plus/Cheesehamster983/VoxeliumX/raw/branch/main/voxeliumx_9.2.deb" && sudo dpkg -i voxeliumx_9.2.deb
|
||||||
|
|
||||||
|
|
||||||
Use this command to download the latest version of TuxCraft for other linux distros:
|
Use this command to download the latest version of VoxeliumX for other linux distros:
|
||||||
|
|
||||||
sudo apt update && sudo apt install -y python3 openjdk-21-jre wget && wget --content-disposition "https://hamsterlab.playit.plus/Cheesehamster983/TuxCraft/raw/branch/main/tuxcraft_8.1.tar.gz" && tar -xzf tuxcraft_8.1.tar.gz && cd tuxcraft_8.1
|
sudo apt update && sudo apt install -y python3 openjdk-21-jre wget && wget --content-disposition "https://hamsterlab.playit.plus/Cheesehamster983/VoxeliumX/raw/branch/main/voxeliumx_9.2.tar.gz" && tar -xzf voxeliumx_9.2.tar.gz && cd voxeliumx_9.2
|
||||||
|
|
||||||
|
|
||||||
# Usage (for Debian based install)
|
# Usage (for Debian based install)
|
||||||
|
|
||||||
|
|
||||||
To start TuxCraft use this command:
|
To start VoxeliumX use this command:
|
||||||
|
|
||||||
|
|
||||||
sudo tuxcraft start
|
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 tuxcraft other wise its nog going to 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 tuxcraft stop
|
sudo voxeliumx stop
|
||||||
|
|
||||||
|
|
||||||
To view the status of TuxCraft use this command:
|
To view the status of VoxeliumX use this command:
|
||||||
|
|
||||||
|
|
||||||
sudo tuxcraft status
|
sudo voxeliumx status
|
||||||
|
|
||||||
|
|
||||||
# Usage (for the tar.gz install)
|
# Usage (for the tar.gz install)
|
||||||
@@ -44,41 +44,41 @@ sudo tuxcraft status
|
|||||||
|
|
||||||
After downloading the tar.gz version unpack it and open the folder in the terminal like this:
|
After downloading the tar.gz version unpack it and open the folder in the terminal like this:
|
||||||
|
|
||||||
cd tuxcraft_8.1
|
cd voxeliumx_9.2
|
||||||
|
|
||||||
And then run python3 tuxcraft.py
|
And then run: python3 voxeliumx.py
|
||||||
|
|
||||||
And then TuxCraft is started!
|
And then VoxeliumX is started!
|
||||||
|
|
||||||
To stop TuxCraft just ctrl+c in the terminal where you started TuxCraft (I am going to make starting and stopping better in the future.).
|
To stop VoxeliumX just ctrl+c in the terminal where you started VoxeliumX (I am going to make starting and stopping better in the future.).
|
||||||
|
|
||||||
|
|
||||||
# Uninstalling (for the Debian based install)
|
# Uninstalling (for the Debian based install)
|
||||||
|
|
||||||
Use this command to uninstall TuxCraft:
|
Use this command to uninstall VoxeliumX (for uninstalling tuxcraft change the voxeliumx name or contact us in the discord (link for the discord in the official website of VoxeliumX)):
|
||||||
|
|
||||||
|
|
||||||
sudo apt remove tuxcraft
|
sudo apt remove voxeliumx
|
||||||
|
|
||||||
|
|
||||||
And this command to make sure everything of tuxcraft is gone:
|
And this command to make sure everything of VoxeliumX is gone:
|
||||||
|
|
||||||
|
|
||||||
sudo apt purge tuxcraft
|
sudo apt purge voxeliumx
|
||||||
|
|
||||||
|
|
||||||
And then you have deleted TuxCraft!
|
And then you have deleted VoxeliumX!
|
||||||
|
|
||||||
|
|
||||||
# Uninstalling (for the tar.gz install)
|
# Uninstalling (for the tar.gz install)
|
||||||
|
|
||||||
Go to downloads or a other folder where the folder tuxcraft_x.x is located and use these commands:
|
Go to downloads or a other folder where the folder voxeliumx_x.x is located and use these commands:
|
||||||
|
|
||||||
|
|
||||||
rm -rf tuxcraft_x.x
|
rm -rf voxeliumx_x.x
|
||||||
|
|
||||||
|
|
||||||
rm -rf tuxcraft_x.x.tar.gz
|
rm -rf voxeliumx_x.x.tar.gz
|
||||||
|
|
||||||
|
|
||||||
And then you have deleted TuxCraft!
|
And then you have deleted VoxeliumX!
|
||||||
Reference in New Issue
Block a user