26 Commits

Author SHA1 Message Date
cc8e41a05c Update README.md 2026-03-30 16:56:10 +00:00
76fbf2acba Uploaded tuxcraft_7.3 to the releases folder. (beta release) 2026-03-30 16:55:13 +00:00
8ab32f50c9 Uploaded tuxcraft_7.2 to the releases folder. (alpha release) 2026-03-30 16:54:41 +00:00
db6f44a551 Uploaded tuxcraft_7.1 to the releases folder. (alpha release) 2026-03-30 16:54:23 +00:00
a51e7072b6 Uploaded tuxcraft_7.0 to the releases folder. (alpha release) 2026-03-30 16:54:02 +00:00
f98405c354 Made a folder. 2026-03-30 16:52:55 +00:00
337be73195 Made a folder. 2026-03-30 16:51:58 +00:00
3188b45f35 Made a folder. 2026-03-30 16:51:41 +00:00
6aaefc9a35 Made a folder. 2026-03-30 16:51:26 +00:00
eb9fd70a9e Made a folder. 2026-03-30 16:51:04 +00:00
6489cd7ce2 Made a folder. 2026-03-30 16:50:41 +00:00
8a4c01e99c Cleaning tuxcraft_7 branch... 2026-03-30 16:49:57 +00:00
6cf6081066 Cleaning tuxcraft_7 branch... 2026-03-30 16:49:52 +00:00
766c4c53e9 Cleaning tuxcraft_7 branch... 2026-03-30 16:49:47 +00:00
f80e8c52f6 Cleaning tuxcraft_7 branch... 2026-03-30 16:49:42 +00:00
29510b7851 Cleaning tuxcraft_7 branch... 2026-03-30 16:49:37 +00:00
9840fc1e68 Cleaning tuxcraft_7 branch... 2026-03-30 16:49:31 +00:00
74c0eb732d Cleaning tuxcraft_7 branch... 2026-03-30 16:49:26 +00:00
4400e5aa52 Cleaning tuxcraft_7 branch... 2026-03-30 16:49:21 +00:00
916a8dc8ca Cleaning tuxcraft_7 branch... 2026-03-30 16:49:17 +00:00
e0c435d205 Cleaning tuxcraft_7 branch... 2026-03-30 16:49:11 +00:00
8d1d09aa8c Cleaning tuxcraft_7 branch... 2026-03-30 16:49:04 +00:00
cec8c10224 Cleaning tuxcraft_7 branch... 2026-03-30 16:48:47 +00:00
43b10620d6 Cleaning tuxcraft_7 branch... 2026-03-30 16:48:21 +00:00
d975257f5b Cleaning tuxcraft_7 branch... 2026-03-30 16:48:15 +00:00
b6f320cc25 Uploaded tuxcraft_6.1 to the root of branch tuxcraft_7 (beta release).
This update adds that you can select the version of openjdk you are wanting to use.
2026-03-30 16:47:55 +00:00
33 changed files with 22 additions and 50 deletions

View File

@@ -1,89 +1,61 @@
# VoxeliumX # TuxCraft
VoxeliumX a simple minecraft server hosting tool. TuxCraft 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 # Installation
Use this command to download the latest version of VoxeliumX for debian based linux distros like ubuntu: Use this command to download the latest version of TuxCraft of this branch view the main branch for the newest release:
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: curl -O https://hamsterlab.playit.plus/Cheesehamster983/TuxCraft/raw/branch/tuxcraft_7/tuxcraft_7.3.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.tar.gz" && tar -xzf voxeliumx_9.2.tar.gz && cd voxeliumx_9.2
# Usage (for Debian based install) And after the command above use this command:
To start VoxeliumX use this command: sudo dpkg -i tuxcraft_7.3.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: To view the status of TuxCraft use this command:
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) sudo tuxcraft status
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 # 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) And then you have deleted TuxCraft!
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.

BIN
tuxcraft_7.3.deb Normal file

Binary file not shown.

BIN
tuxcraft_7.3.zip Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.