Compare commits
53 Commits
main
...
tuxcraft_8
| Author | SHA1 | Date | |
|---|---|---|---|
| a244c07951 | |||
| 4586e4d8ac | |||
| edd523cb30 | |||
| f6d9de21d2 | |||
| f9d74eb8c4 | |||
| 081af4a578 | |||
| 8175e9b581 | |||
| d108b04a95 | |||
| ef3c92ad7b | |||
| 4d82157f9f | |||
| c28d1782ee | |||
| d2e6a533ed | |||
| 67e6c8eeea | |||
| 450478371b | |||
| e9a5e6e418 | |||
| e7955efa2f | |||
| 2ba6617299 | |||
| 4bffeab6c3 | |||
| 2fa1a5f866 | |||
| f493a94978 | |||
| d5f7c42fda | |||
| 5e8d432ddf | |||
| 06edb1616a | |||
| 83de54f332 | |||
| 688657f73e | |||
| ceee29bab8 | |||
| 390ac15f62 | |||
| 37aa22c49d | |||
| 2aa5ad3059 | |||
| 53d2577794 | |||
| 1b7e217c93 | |||
| 2e14582ba7 | |||
| db141ab7b6 | |||
| f9886411d7 | |||
| b0b99b1380 | |||
| 8c2444045d | |||
| 7529af0df5 | |||
| dfbeff88bf | |||
| 8522c350f2 | |||
| 8936bfe83c | |||
| 5bb51e0741 | |||
| 9a22b16e1d | |||
| 4a44f66bf2 | |||
| 0e945c5e54 | |||
| 62a7027a36 | |||
| d5556b19d5 | |||
| bad4ab3255 | |||
| d6f004d76d | |||
| 08b4bd3942 | |||
| 1cd300b850 | |||
| f9ceb62c6f | |||
| 6ad3fbf16d | |||
| 8e76d6b516 |
64
README.md
64
README.md
@@ -1,89 +1,69 @@
|
||||
# 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_8 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
|
||||
sudo apt update && sudo apt install -y python3 openjdk-21-jre wget && wget --content-disposition "https://hamsterlab.playit.plus/Cheesehamster983/TuxCraft/raw/branch/tuxcraft_8/tuxcraft_8.1.deb" && sudo dpkg -i tuxcraft_8.1.deb
|
||||
|
||||
|
||||
# Usage (for Debian based install)
|
||||
And then you have TuxCraft installed!
|
||||
|
||||
|
||||
To start VoxeliumX use this command:
|
||||
# Usage
|
||||
|
||||
|
||||
sudo voxeliumx start
|
||||
To start TuxCraft 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 voxeliumx other wise its nog going to start)
|
||||
sudo tuxcraft start
|
||||
|
||||
|
||||
To stop 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 stop
|
||||
To stop TuxCraft use this command:
|
||||
|
||||
|
||||
To view the status of VoxeliumX use this command:
|
||||
sudo tuxcraft stop
|
||||
|
||||
|
||||
sudo voxeliumx status
|
||||
To view the status of TuxCraft use this command:
|
||||
|
||||
|
||||
# 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_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.).
|
||||
sudo tuxcraft status
|
||||
|
||||
|
||||
# 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)):
|
||||
Use this command to uninstall any version of TuxCraft:
|
||||
|
||||
|
||||
sudo apt remove voxeliumx
|
||||
sudo apt remove tuxcraft
|
||||
|
||||
|
||||
And this command to make sure everything of VoxeliumX is gone:
|
||||
And this command to make sure everything of tuxcraft is gone:
|
||||
|
||||
|
||||
sudo apt purge voxeliumx
|
||||
sudo apt purge tuxcraft
|
||||
|
||||
|
||||
And then you have deleted VoxeliumX!
|
||||
And then you have deleted 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:
|
||||
Go to downloads or a other folder where the folder tuxcraft_x.x is located and use these commands:
|
||||
|
||||
|
||||
rm -rf voxeliumx_x.x
|
||||
rm -rf tuxcraft_x.x
|
||||
|
||||
|
||||
rm -rf voxeliumx_x.x.tar.gz
|
||||
rm -rf tuxcraft_x.x.tar.gz
|
||||
|
||||
|
||||
And then you have deleted VoxeliumX!
|
||||
And then you have deleted TuxCraft!
|
||||
BIN
Releases/Alpha-Releases/tuxcraft_8.0/tuxcraft_8.0.deb
Normal file
BIN
Releases/Alpha-Releases/tuxcraft_8.0/tuxcraft_8.0.deb
Normal file
Binary file not shown.
BIN
Releases/Alpha-Releases/tuxcraft_8.0/tuxcraft_8.0.zip
Normal file
BIN
Releases/Alpha-Releases/tuxcraft_8.0/tuxcraft_8.0.zip
Normal file
Binary file not shown.
BIN
Releases/Alpha-Releases/tuxcraft_8.2/tuxcraft_8.2.deb
Normal file
BIN
Releases/Alpha-Releases/tuxcraft_8.2/tuxcraft_8.2.deb
Normal file
Binary file not shown.
BIN
Releases/Alpha-Releases/tuxcraft_8.2/tuxcraft_8.2.zip
Normal file
BIN
Releases/Alpha-Releases/tuxcraft_8.2/tuxcraft_8.2.zip
Normal file
Binary file not shown.
BIN
Releases/Alpha-Releases/tuxcraft_8.3/tuxcraft_8.3.deb
Normal file
BIN
Releases/Alpha-Releases/tuxcraft_8.3/tuxcraft_8.3.deb
Normal file
Binary file not shown.
BIN
Releases/Alpha-Releases/tuxcraft_8.3/tuxcraft_8.3.zip
Normal file
BIN
Releases/Alpha-Releases/tuxcraft_8.3/tuxcraft_8.3.zip
Normal file
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_8.1.deb
Normal file
BIN
tuxcraft_8.1.deb
Normal file
Binary file not shown.
BIN
tuxcraft_8.1.zip
Normal file
BIN
tuxcraft_8.1.zip
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user