Compare commits
73 Commits
VoxeliumX_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 78ed7bb3b7 | |||
| 22536f0009 | |||
| 4f0f991085 | |||
| e637ffaf06 | |||
| 3a4f4aad00 | |||
| b2dce5d155 | |||
| 7a6dae9c3d | |||
| 2d37da785e | |||
| 96d34af00e | |||
| 9a1cceb2a6 | |||
| 2a8f3c93e4 | |||
| 17bc6c739a | |||
| 6a81065714 | |||
| 0c31aa15b1 | |||
| b49e54ab87 | |||
| bcd369152f | |||
| 06f4286cb5 | |||
| 8b2b02c0fc | |||
| 60feed77f6 | |||
| 8f9a435e89 | |||
| 7481e10782 | |||
| 04711b0333 | |||
| 9bda70bac4 | |||
| 54eb6d1b76 | |||
| 93c4148b71 | |||
| e83547a499 | |||
| 6c9b0b8edf | |||
| cee89c8d91 | |||
| ade8f14556 | |||
| 8475bd6249 | |||
| 714f4e6b5b | |||
| 3370798df4 | |||
| e8ef5200af | |||
| 5be270cf24 | |||
| 5a3f367102 | |||
| 9180b4a13a | |||
| 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 |
92
README.md
92
README.md
@@ -1,61 +1,57 @@
|
|||||||
# TuxCraft
|
# VoxeliumX
|
||||||
|
|
||||||
TuxCraft a simple minecraft server hosting tool.
|
VoxeliumX a simple minecraft server hosting tool.
|
||||||
|
|
||||||
|
|
||||||
# Installation
|
# Need help on installing or want to report a bug or give us your idea join our discord server!
|
||||||
|
|
||||||
Use this command to download the latest version of TuxCraft:
|
You can vind the join link on the official website! https://voxeliumx.playit.plus
|
||||||
|
|
||||||
|
# Installation (.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_13.0.deb" && sudo dpkg -i voxeliumx_13.0.deb
|
||||||
|
|
||||||
|
# Installation (tar.gz)
|
||||||
|
|
||||||
|
Use this command to download the latest version of VoxeliumX for other linux distros of this branch (the latest version of VoxeliumX is on the main branch):
|
||||||
|
|
||||||
|
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_13.0.tar.gz" && tar -xzf voxeliumx_13.0.tar.gz && cd voxeliumx_13.0
|
||||||
|
|
||||||
|
# Usage (for the .deb install)
|
||||||
|
|
||||||
|
To start VoxeliumX after download use this command:
|
||||||
|
|
||||||
|
sudo voxeliumx start
|
||||||
|
|
||||||
|
To stop VoxeliumX use this command:
|
||||||
|
|
||||||
|
sudo voxeliumx stop
|
||||||
|
|
||||||
|
# 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_13.0
|
||||||
|
|
||||||
|
And then run: ./start.sh
|
||||||
|
|
||||||
|
And then VoxeliumX is started!
|
||||||
|
|
||||||
|
To stop VoxeliumX (you have to be in the voxeliumx_13.0 folder): ./stop.sh
|
||||||
|
|
||||||
|
|
||||||
curl -O https://hamsterlab.playit.plus/Cheesehamster983/TuxCraft/raw/branch/main/tuxcraft_4.4.deb
|
# Uninstalling (for the .deb install)
|
||||||
|
|
||||||
|
To delete VoxeliumX use this command: sudo apt remove voxeliumx
|
||||||
|
|
||||||
And after the command above use this command:
|
And to make sure VoxeliumX is deleted use this command: sudo apt purge voxeliumx
|
||||||
|
|
||||||
|
# Uninstalling (for the tar.gz install)
|
||||||
|
|
||||||
sudo dpkg -i tuxcraft_4.4.deb
|
Go to downloads or a other folder where the folder voxeliumx_13.0 is located and use these commands:
|
||||||
|
|
||||||
|
rm -rf voxeliumx_13.0
|
||||||
|
|
||||||
And then you have TuxCraft installed!
|
rm -rf voxeliumx_13.0.tar.gz
|
||||||
|
|
||||||
|
And then you have deleted VoxeliumX!
|
||||||
# Usage
|
|
||||||
|
|
||||||
|
|
||||||
To start TuxCraft use this command:
|
|
||||||
|
|
||||||
|
|
||||||
sudo tuxcraft 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 tuxcraft other wise its nog going to start)
|
|
||||||
|
|
||||||
|
|
||||||
To stop TuxCraft use this command:
|
|
||||||
|
|
||||||
|
|
||||||
sudo tuxcraft stop
|
|
||||||
|
|
||||||
|
|
||||||
To view the status of TuxCraft use this command:
|
|
||||||
|
|
||||||
|
|
||||||
sudo tuxcraft status
|
|
||||||
|
|
||||||
|
|
||||||
# Uninstalling
|
|
||||||
|
|
||||||
Use this command to uninstall any version of TuxCraft:
|
|
||||||
|
|
||||||
|
|
||||||
sudo apt remove tuxcraft
|
|
||||||
|
|
||||||
|
|
||||||
And this command to make sure everything of tuxcraft is gone:
|
|
||||||
|
|
||||||
|
|
||||||
sudo apt purge tuxcraft
|
|
||||||
|
|
||||||
|
|
||||||
And then you have deleted TuxCraft!
|
|
||||||
0
Releases/tuxcraft_4.4/.gitkeep
Normal file
0
Releases/tuxcraft_4.4/.gitkeep
Normal file
0
Releases/tuxcraft_5.0/.gitkeep
Normal file
0
Releases/tuxcraft_5.0/.gitkeep
Normal file
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.
0
Releases/tuxcraft_6.1/.gitkeep
Normal file
0
Releases/tuxcraft_6.1/.gitkeep
Normal file
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.
0
Releases/tuxcraft_7.3/.gitkeep
Normal file
0
Releases/tuxcraft_7.3/.gitkeep
Normal file
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.
0
Releases/tuxcraft_8.1/.gitkeep
Normal file
0
Releases/tuxcraft_8.1/.gitkeep
Normal file
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.
0
Releases/voxeliumx_10.0/.gitkeep
Normal file
0
Releases/voxeliumx_10.0/.gitkeep
Normal file
BIN
Releases/voxeliumx_10.0/voxeliumx_10.0.tar.gz
Normal file
BIN
Releases/voxeliumx_10.0/voxeliumx_10.0.tar.gz
Normal file
Binary file not shown.
0
Releases/voxeliumx_11.3/.gitkeep
Normal file
0
Releases/voxeliumx_11.3/.gitkeep
Normal file
2
Releases/voxeliumx_11.3/change_log_11
Normal file
2
Releases/voxeliumx_11.3/change_log_11
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
- Added fabric suport for Minecraft java.
|
||||||
|
- Improved the scanning for openjdk installations.
|
||||||
BIN
Releases/voxeliumx_11.3/voxeliumx_11.3.deb
Normal file
BIN
Releases/voxeliumx_11.3/voxeliumx_11.3.deb
Normal file
Binary file not shown.
BIN
Releases/voxeliumx_11.3/voxeliumx_11.3.tar.gz
Normal file
BIN
Releases/voxeliumx_11.3/voxeliumx_11.3.tar.gz
Normal file
Binary file not shown.
0
Releases/voxeliumx_12.0/.gitkeep
Normal file
0
Releases/voxeliumx_12.0/.gitkeep
Normal file
1
Releases/voxeliumx_12.0/change_log_12
Normal file
1
Releases/voxeliumx_12.0/change_log_12
Normal file
@@ -0,0 +1 @@
|
|||||||
|
- added NeoForge suport for Minecraft Java
|
||||||
BIN
Releases/voxeliumx_12.0/voxeliumx_12.0.deb
Normal file
BIN
Releases/voxeliumx_12.0/voxeliumx_12.0.deb
Normal file
Binary file not shown.
BIN
Releases/voxeliumx_12.0/voxeliumx_12.0.tar.gz
Normal file
BIN
Releases/voxeliumx_12.0/voxeliumx_12.0.tar.gz
Normal file
Binary file not shown.
0
Releases/voxeliumx_9.2/.gitkeep
Normal file
0
Releases/voxeliumx_9.2/.gitkeep
Normal file
BIN
Releases/voxeliumx_9.2/voxeliumx_9.2.deb
Normal file
BIN
Releases/voxeliumx_9.2/voxeliumx_9.2.deb
Normal file
Binary file not shown.
BIN
Releases/voxeliumx_9.2/voxeliumx_9.2.tar.gz
Normal file
BIN
Releases/voxeliumx_9.2/voxeliumx_9.2.tar.gz
Normal file
Binary file not shown.
1
change_log_13
Normal file
1
change_log_13
Normal file
@@ -0,0 +1 @@
|
|||||||
|
- Added paper suport
|
||||||
BIN
voxeliumx_13.0.deb
Normal file
BIN
voxeliumx_13.0.deb
Normal file
Binary file not shown.
BIN
voxeliumx_13.0.tar.gz
Normal file
BIN
voxeliumx_13.0.tar.gz
Normal file
Binary file not shown.
Reference in New Issue
Block a user