Compare commits
47 Commits
tuxcraft_3
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| b3e3cad408 | |||
| ec3d552daf | |||
| 0d67f5df49 | |||
| 93fb203a55 | |||
| 7c8cec33a6 | |||
| e3563c9c3c | |||
| 278fa6a463 | |||
| 173f8ee21d | |||
| a554dfec06 | |||
| 64fda5d043 | |||
| fe3ea472c7 | |||
| 582f547003 | |||
| 0c0d55418f | |||
| 89555c6a64 | |||
| 1a6c7b552d | |||
| 071951baef | |||
| 22b9ef08ce | |||
| 46028710db | |||
| 0119134322 | |||
| 0df34c548d | |||
| b7cc7d5723 | |||
| 473853a58e | |||
| bf9cd16daa | |||
| f56e115dd0 | |||
| 28998bd370 | |||
| 7ea5a86a6a | |||
| ed2e025689 | |||
| a73b898ce0 | |||
| c33e54243a | |||
| b52276d41b | |||
| bfe0f82e16 | |||
| 9dc771fa32 | |||
| 2e7a016a18 | |||
| 2ee1d12f6c | |||
| 01fd00ae69 | |||
| 778175e135 | |||
| 6b9723d059 | |||
| 13da6e8e38 | |||
| b64adb260d | |||
| 8cbe001b30 | |||
| f22deb7c84 | |||
| 5c50174335 | |||
| 5323271d4e | |||
| 248a0606ee | |||
| ffab9ac1df | |||
| 2f444273bd | |||
| 300be46ec6 |
90
README.md
90
README.md
@@ -1 +1,89 @@
|
|||||||
THIS VERSION OF TUXCRAFT IS ALPHA AND DOES NOT WORK! (its also not getting updates) but there are other versions availebol at the main branch and other branches.
|
# VoxeliumX
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
# 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 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
|
||||||
|
|
||||||
|
|
||||||
|
# Usage (for Debian based install)
|
||||||
|
|
||||||
|
|
||||||
|
To start VoxeliumX 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 VoxeliumX use this command:
|
||||||
|
|
||||||
|
|
||||||
|
sudo voxeliumx stop
|
||||||
|
|
||||||
|
|
||||||
|
To view the status of VoxeliumX use this command:
|
||||||
|
|
||||||
|
|
||||||
|
sudo voxeliumx status
|
||||||
|
|
||||||
|
|
||||||
|
# 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.).
|
||||||
|
|
||||||
|
|
||||||
|
# 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 apt remove voxeliumx
|
||||||
|
|
||||||
|
|
||||||
|
And this command to make sure everything of VoxeliumX is gone:
|
||||||
|
|
||||||
|
|
||||||
|
sudo apt purge voxeliumx
|
||||||
|
|
||||||
|
|
||||||
|
And then you have deleted VoxeliumX!
|
||||||
|
|
||||||
|
|
||||||
|
# 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!
|
||||||
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.
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.
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.
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.
@@ -1 +0,0 @@
|
|||||||
Hi dear reader i stil have some other alpha files of tuxcraft_3 laying around and are going to be uploaded soon i hope...
|
|
||||||
BIN
Releases/tuxcraft_2.14/tuxcraft_2.14.deb
Normal file
BIN
Releases/tuxcraft_2.14/tuxcraft_2.14.deb
Normal file
Binary file not shown.
BIN
Releases/tuxcraft_2.14/tuxcraft_2.14.zip
Normal file
BIN
Releases/tuxcraft_2.14/tuxcraft_2.14.zip
Normal file
Binary file not shown.
BIN
Releases/tuxcraft_2.15/tuxcraft_2.15.deb
Normal file
BIN
Releases/tuxcraft_2.15/tuxcraft_2.15.deb
Normal file
Binary file not shown.
BIN
Releases/tuxcraft_2.15/tuxcraft_2.15.zip
Normal file
BIN
Releases/tuxcraft_2.15/tuxcraft_2.15.zip
Normal file
Binary file not shown.
BIN
Releases/tuxcraft_4.4/tuxcraft_4.4.deb
Normal file
BIN
Releases/tuxcraft_4.4/tuxcraft_4.4.deb
Normal file
Binary file not shown.
BIN
Releases/tuxcraft_4.4/tuxcraft_4.4.zip
Normal file
BIN
Releases/tuxcraft_4.4/tuxcraft_4.4.zip
Normal file
Binary file not shown.
BIN
Releases/tuxcraft_5.0/tuxcraft_5.0.deb
Normal file
BIN
Releases/tuxcraft_5.0/tuxcraft_5.0.deb
Normal file
Binary file not shown.
BIN
Releases/tuxcraft_5.0/tuxcraft_5.0.zip
Normal file
BIN
Releases/tuxcraft_5.0/tuxcraft_5.0.zip
Normal file
Binary file not shown.
BIN
Releases/tuxcraft_6.1/tuxcraft_6.1.deb
Normal file
BIN
Releases/tuxcraft_6.1/tuxcraft_6.1.deb
Normal file
Binary file not shown.
BIN
Releases/tuxcraft_6.1/tuxcraft_6.1.zip
Normal file
BIN
Releases/tuxcraft_6.1/tuxcraft_6.1.zip
Normal file
Binary file not shown.
BIN
Releases/tuxcraft_7.3/tuxcraft_7.3.deb
Normal file
BIN
Releases/tuxcraft_7.3/tuxcraft_7.3.deb
Normal file
Binary file not shown.
BIN
Releases/tuxcraft_7.3/tuxcraft_7.3.zip
Normal file
BIN
Releases/tuxcraft_7.3/tuxcraft_7.3.zip
Normal file
Binary file not shown.
BIN
Releases/tuxcraft_8.1/tuxcraft_8.1.deb
Normal file
BIN
Releases/tuxcraft_8.1/tuxcraft_8.1.deb
Normal file
Binary file not shown.
BIN
Releases/tuxcraft_8.1/tuxcraft_8.1.tar.gz
Normal file
BIN
Releases/tuxcraft_8.1/tuxcraft_8.1.tar.gz
Normal file
Binary file not shown.
BIN
Releases/tuxcraft_8.1/tuxcraft_8.1.zip
Normal file
BIN
Releases/tuxcraft_8.1/tuxcraft_8.1.zip
Normal file
Binary file not shown.
BIN
voxeliumx_9.2.deb
Normal file
BIN
voxeliumx_9.2.deb
Normal file
Binary file not shown.
BIN
voxeliumx_9.2.tar.gz
Normal file
BIN
voxeliumx_9.2.tar.gz
Normal file
Binary file not shown.
Reference in New Issue
Block a user