13 Commits

Author SHA1 Message Date
5bb51e0741 Update README.md 2026-03-27 07:16:38 +00:00
9a22b16e1d Uploaded tuxcraft_5.0 to the releases folder. 2026-03-27 06:57:37 +00:00
4a44f66bf2 Made a folder. 2026-03-27 06:57:03 +00:00
0e945c5e54 Made a folder.
(and the files i have deleted was to clean this branch for upload of other files nothing important)
2026-03-27 06:56:42 +00:00
62a7027a36 Deleted a file. 2026-03-27 06:55:28 +00:00
d5556b19d5 Deleted a file. 2026-03-27 06:55:24 +00:00
bad4ab3255 Deleted a file. 2026-03-27 06:55:19 +00:00
d6f004d76d Deleted a file. 2026-03-27 06:55:08 +00:00
08b4bd3942 Deleted a file. 2026-03-27 06:55:03 +00:00
1cd300b850 Deleted a file. 2026-03-27 06:54:58 +00:00
f9ceb62c6f Deleted a file. 2026-03-27 06:54:46 +00:00
6ad3fbf16d Deleted a file. 2026-03-27 06:54:41 +00:00
8e76d6b516 Uploaded tuxcraft_5.0.
(beta release yippee)
2026-03-27 06:54:23 +00:00
27 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_5 on this branch (on the main branch is the newest beta):
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/main/tuxcraft_5.0.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_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: 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!

BIN
tuxcraft_5.0.deb Normal file

Binary file not shown.

BIN
tuxcraft_5.0.zip Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.