37 Commits

Author SHA1 Message Date
b3e3cad408 Deleted a old file because its moved. 2026-04-15 15:40:54 +00:00
ec3d552daf Deleted a old file because its moved. 2026-04-15 15:40:50 +00:00
0d67f5df49 Deleted a old file because its moved. 2026-04-15 15:40:46 +00:00
93fb203a55 Uploaded tuxcraft_8.1 to the releases folder of the main branch (beta release). 2026-04-15 15:40:34 +00:00
7c8cec33a6 Made a folder. 2026-04-15 15:37:32 +00:00
e3563c9c3c Uploaded tuxcraft_9.2 to the main branch. (beta release) 2026-04-15 15:22:16 +00:00
278fa6a463 Update README.md 2026-04-15 06:34:28 +00:00
173f8ee21d Update README.md 2026-04-15 06:32:20 +00:00
a554dfec06 Update README.md 2026-04-12 18:03:25 +00:00
64fda5d043 Update README.md 2026-04-06 14:38:37 +00:00
fe3ea472c7 Update README.md 2026-04-06 12:10:21 +00:00
582f547003 Update README.md 2026-04-06 12:07:19 +00:00
0c0d55418f Uploaded tuxcraft_8.1 to the releases folder. (tar.gz edition). 2026-04-06 12:01:15 +00:00
89555c6a64 Deleted a file because moved. 2026-04-03 18:27:21 +00:00
1a6c7b552d Deleted a file because moved. 2026-04-03 18:27:16 +00:00
071951baef Moved tuxcraft_7.3 to the releases folder in the main branch. 2026-04-03 18:27:00 +00:00
22b9ef08ce Made a folder. 2026-04-03 18:26:08 +00:00
46028710db Update README.md 2026-04-03 18:13:32 +00:00
0119134322 Uploaded tuxcraft_8.1 to the root of the main branch (beta release). 2026-04-03 18:12:13 +00:00
0df34c548d Update README.md 2026-03-30 17:36:16 +00:00
b7cc7d5723 Deleted a old file because its moved. 2026-03-30 17:35:18 +00:00
473853a58e Deleted a old file because its moved. 2026-03-30 17:35:14 +00:00
bf9cd16daa Uploaded tuxcraft_6.1 to the root of the main branch (beta release). 2026-03-30 17:34:56 +00:00
f56e115dd0 Made a folder. 2026-03-30 17:34:07 +00:00
28998bd370 Uploaded tuxcraft_7.3 to the root of the main branch (beta release). 2026-03-30 17:22:01 +00:00
7ea5a86a6a Update README.md 2026-03-28 20:02:46 +00:00
ed2e025689 Deleted a old file because its moved. 2026-03-28 20:02:27 +00:00
a73b898ce0 Deleted a old file because its moved. 2026-03-28 20:02:17 +00:00
c33e54243a Uploaded tuxcraft_5.0 to the releases folder on the main branch because its getting moved. 2026-03-28 20:02:06 +00:00
b52276d41b Made a folder. 2026-03-28 20:01:15 +00:00
bfe0f82e16 Uploaded tuxcraft_6.1 to the root of the main branch (beta release). 2026-03-28 19:56:53 +00:00
9dc771fa32 Update README.md 2026-03-27 07:15:45 +00:00
2e7a016a18 Deleted a old file because its moved. 2026-03-27 07:15:29 +00:00
2ee1d12f6c Deleted a old file because its moved. 2026-03-27 07:15:24 +00:00
01fd00ae69 Uploaded tuxcraft_4.4 to the releases folder in the main branch. 2026-03-27 07:14:35 +00:00
778175e135 Made a folder. 2026-03-27 07:13:57 +00:00
6b9723d059 Uploaded tuxcraft_5.0 to the main branch (beta release). 2026-03-27 06:58:16 +00:00
27 changed files with 50 additions and 22 deletions

View File

@@ -1,61 +1,89 @@
# TuxCraft # VoxeliumX
TuxCraft a simple minecraft server hosting tool. 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 # Installation
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 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
curl -O https://hamsterlab.playit.plus/Cheesehamster983/TuxCraft/raw/branch/main/tuxcraft_5.0.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
And after the command above use this command: # Usage (for Debian based install)
sudo dpkg -i tuxcraft_5.0.deb To start VoxeliumX use this command:
And then you have TuxCraft installed! sudo voxeliumx start
# Usage 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 start TuxCraft use this command: To stop VoxeliumX use this command:
sudo tuxcraft start sudo voxeliumx stop
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) To view the status of VoxeliumX use this command:
To stop TuxCraft use this command: sudo voxeliumx status
sudo tuxcraft stop # Usage (for the tar.gz install)
To view the status of TuxCraft use this command: 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)):
# Uninstalling sudo apt remove voxeliumx
Use this command to uninstall any version of TuxCraft:
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:
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.

View File

Binary file not shown.

Binary file not shown.

View File

View File

Binary file not shown.

Binary file not shown.

View File

Binary file not shown.

Binary file not shown.

View File

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
voxeliumx_9.2.deb Normal file

Binary file not shown.

BIN
voxeliumx_9.2.tar.gz Normal file

Binary file not shown.