Update README.md
This commit is contained in:
34
README.md
34
README.md
@@ -1,61 +1,61 @@
|
|||||||
# TuxCraft
|
# VoxeliumX (note: TuxCraft got a new name! and this release has bedrock suport! (and java stil works btw))
|
||||||
|
|
||||||
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_6 on this branch (on the main branch is the newest beta):
|
Use this command to download the latest version of VoxeliumX_9 on this branch (on the main branch is the newest beta):
|
||||||
|
|
||||||
|
|
||||||
curl -O https://hamsterlab.playit.plus/Cheesehamster983/TuxCraft/raw/branch/tuxcraft_6/tuxcraft_6.1.deb
|
curl -O https://hamsterlab.playit.plus/Cheesehamster983/TuxCraft/raw/branch/voxeliumx_9/voxeliumx_9.2.deb
|
||||||
|
|
||||||
|
|
||||||
And after the command above use this command:
|
And after the command above use this command:
|
||||||
|
|
||||||
|
|
||||||
sudo dpkg -i tuxcraft_6.1.deb
|
sudo dpkg -i voxeliumx_9.2.deb
|
||||||
|
|
||||||
|
|
||||||
And then you have TuxCraft installed!
|
And then you have VoxeliumX installed!
|
||||||
|
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
|
|
||||||
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 TuxCraft 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
|
||||||
|
|
||||||
|
|
||||||
# Uninstalling
|
# Uninstalling
|
||||||
|
|
||||||
Use this command to uninstall any version of TuxCraft:
|
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):
|
||||||
|
|
||||||
|
|
||||||
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!
|
||||||
Reference in New Issue
Block a user