Compare commits
13 Commits
main
...
tuxcraft_5
| Author | SHA1 | Date | |
|---|---|---|---|
| 5bb51e0741 | |||
| 9a22b16e1d | |||
| 4a44f66bf2 | |||
| 0e945c5e54 | |||
| 62a7027a36 | |||
| d5556b19d5 | |||
| bad4ab3255 | |||
| d6f004d76d | |||
| 08b4bd3942 | |||
| 1cd300b850 | |||
| f9ceb62c6f | |||
| 6ad3fbf16d | |||
| 8e76d6b516 |
72
README.md
72
README.md
@@ -1,89 +1,61 @@
|
||||
# VoxeliumX
|
||||
# TuxCraft
|
||||
|
||||
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
|
||||
TuxCraft a simple minecraft server hosting tool.
|
||||
|
||||
|
||||
# Installation
|
||||
|
||||
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/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_5 on this branch (on the main branch is the newest beta):
|
||||
|
||||
|
||||
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/VoxeliumX/raw/branch/main/voxeliumx_9.2.tar.gz" && tar -xzf voxeliumx_9.2.tar.gz && cd voxeliumx_9.2
|
||||
curl -O https://hamsterlab.playit.plus/Cheesehamster983/TuxCraft/raw/branch/main/tuxcraft_5.0.deb
|
||||
|
||||
|
||||
# Usage (for Debian based install)
|
||||
And after the command above use this command:
|
||||
|
||||
|
||||
To start VoxeliumX use this command:
|
||||
sudo dpkg -i tuxcraft_5.0.deb
|
||||
|
||||
|
||||
sudo voxeliumx start
|
||||
And then you have TuxCraft installed!
|
||||
|
||||
|
||||
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)
|
||||
# Usage
|
||||
|
||||
|
||||
To stop VoxeliumX use this command:
|
||||
To start TuxCraft use this command:
|
||||
|
||||
|
||||
sudo voxeliumx stop
|
||||
sudo tuxcraft start
|
||||
|
||||
|
||||
To view the status of VoxeliumX use this command:
|
||||
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)
|
||||
|
||||
|
||||
sudo voxeliumx status
|
||||
To stop TuxCraft use this command:
|
||||
|
||||
|
||||
# Usage (for the tar.gz install)
|
||||
sudo tuxcraft stop
|
||||
|
||||
|
||||
After downloading the tar.gz version unpack it and open the folder in the terminal like this:
|
||||
|
||||
cd voxeliumx_9.2
|
||||
|
||||
And then run: python3 voxeliumx.py
|
||||
|
||||
And then VoxeliumX is started!
|
||||
|
||||
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.).
|
||||
To view the status of TuxCraft use this command:
|
||||
|
||||
|
||||
# Uninstalling (for the Debian based install)
|
||||
|
||||
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 tuxcraft status
|
||||
|
||||
|
||||
sudo apt remove voxeliumx
|
||||
# Uninstalling
|
||||
|
||||
Use this command to uninstall any version of TuxCraft:
|
||||
|
||||
|
||||
And this command to make sure everything of VoxeliumX is gone:
|
||||
sudo apt remove tuxcraft
|
||||
|
||||
|
||||
sudo apt purge voxeliumx
|
||||
And this command to make sure everything of tuxcraft is gone:
|
||||
|
||||
|
||||
And then you have deleted VoxeliumX!
|
||||
sudo apt purge tuxcraft
|
||||
|
||||
|
||||
# Uninstalling (for the tar.gz install)
|
||||
|
||||
Go to downloads or a other folder where the folder voxeliumx_x.x is located and use these commands:
|
||||
|
||||
|
||||
rm -rf voxeliumx_x.x
|
||||
|
||||
|
||||
rm -rf voxeliumx_x.x.tar.gz
|
||||
|
||||
|
||||
And then you have deleted VoxeliumX!
|
||||
And then you have deleted TuxCraft!
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
tuxcraft_5.0.deb
Normal file
BIN
tuxcraft_5.0.deb
Normal file
Binary file not shown.
BIN
tuxcraft_5.0.zip
Normal file
BIN
tuxcraft_5.0.zip
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user