Compare commits
136 Commits
tuxcraft_1
...
VoxeliumX_
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d055caee0 | |||
| 9a563da7ff | |||
| a03b606e93 | |||
| 03b287484e | |||
| ee8bf4d1ae | |||
| f76c4cfab3 | |||
| 4a24c262e2 | |||
| bed2bad725 | |||
| 68b5e6dea9 | |||
| a69317674a | |||
| 9c3e277fbd | |||
| ceab8b549d | |||
| 1cd51a302f | |||
| a7dc04e0f7 | |||
| 827de91a71 | |||
| 3f6e3ebac2 | |||
| 4ac7b13ada | |||
| 72b0328c4f | |||
| e8a6f9b113 | |||
| d8f168d633 | |||
| a8d9256d54 | |||
| be554cfdec | |||
| 8cf30d56ac | |||
| 09bd74582c | |||
| 55c2e3f1be | |||
| 54365f919b | |||
| ccbe7d661f | |||
| 710fd6dbbf | |||
| 5df85016ec | |||
| 01ca6e97a5 | |||
| f7077305d5 | |||
| 557bbaa045 | |||
| 858de2af06 | |||
| 6facf67bc0 | |||
| 2f249d9eb6 | |||
| b87f290eec | |||
| 5fc0636834 | |||
| ca3d160432 | |||
| c4c86ecd1c | |||
| 53ab912028 | |||
| 5703b642db | |||
| c54f30b8f1 | |||
| dce6daa3fe | |||
| 90b19a75d3 | |||
| 081af4a578 | |||
| 8175e9b581 | |||
| d108b04a95 | |||
| ef3c92ad7b | |||
| 4d82157f9f | |||
| c28d1782ee | |||
| d2e6a533ed | |||
| 67e6c8eeea | |||
| 450478371b | |||
| e9a5e6e418 | |||
| e7955efa2f | |||
| 2ba6617299 | |||
| 4bffeab6c3 | |||
| 2fa1a5f866 | |||
| f493a94978 | |||
| d5f7c42fda | |||
| 5e8d432ddf | |||
| 06edb1616a | |||
| 83de54f332 | |||
| 688657f73e | |||
| ceee29bab8 | |||
| 390ac15f62 | |||
| 37aa22c49d | |||
| 2aa5ad3059 | |||
| 53d2577794 | |||
| 1b7e217c93 | |||
| 2e14582ba7 | |||
| db141ab7b6 | |||
| f9886411d7 | |||
| b0b99b1380 | |||
| 8c2444045d | |||
| 7529af0df5 | |||
| dfbeff88bf | |||
| 8522c350f2 | |||
| 8936bfe83c | |||
| 5bb51e0741 | |||
| 9a22b16e1d | |||
| 4a44f66bf2 | |||
| 0e945c5e54 | |||
| 62a7027a36 | |||
| d5556b19d5 | |||
| bad4ab3255 | |||
| d6f004d76d | |||
| 08b4bd3942 | |||
| 1cd300b850 | |||
| f9ceb62c6f | |||
| 6ad3fbf16d | |||
| 8e76d6b516 | |||
| 13da6e8e38 | |||
| b64adb260d | |||
| 8cbe001b30 | |||
| f22deb7c84 | |||
| 5c50174335 | |||
| 5323271d4e | |||
| 248a0606ee | |||
| ffab9ac1df | |||
| 2f444273bd | |||
| 300be46ec6 | |||
| f961aed13b | |||
| b242a7c942 | |||
| fa0df52537 | |||
| b0bfdae536 | |||
| 2b4af304ff | |||
| c77089e50c | |||
| 90f347102e | |||
| d462c283b7 | |||
| 1da08b87ad | |||
| f68fc9ded7 | |||
| a6688b70d3 | |||
| 99706786fd | |||
| 68cee48b9a | |||
| 7648381ede | |||
| 16f3b68a6d | |||
| 235743963c | |||
| 587e30dc03 | |||
| f694312811 | |||
| eca8aa5ee3 | |||
| 605cc52969 | |||
| 34a7f961db | |||
| 9665d2a667 | |||
| 4d4bf0f274 | |||
| 0284222584 | |||
| 547f11b4b1 | |||
| 0aeede9dd3 | |||
| edbf3226e3 | |||
| 0f7e43ebb9 | |||
| 6f2bf36d08 | |||
| 02ea214f5d | |||
| 1576bf8be9 | |||
| 253083b0dd | |||
| 1a6346c765 | |||
| 533471debd |
53
README.md
53
README.md
@@ -1,20 +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 in this branch (the latest version is in the main branch):
|
||||
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/VoxeliumX_13/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/VoxeliumX_13/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/tuxcraft_1/tuxcraft_1.1.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_1.1.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! Make sure to read the README.md in /usr/share/tuxcraft for starting instructions and more!
|
||||
rm -rf voxeliumx_13.0.tar.gz
|
||||
|
||||
And then you have deleted VoxeliumX!
|
||||
0
Releases/Beta-Releases/voxeliumx_13.0/.gitkeep
Normal file
0
Releases/Beta-Releases/voxeliumx_13.0/.gitkeep
Normal file
BIN
Releases/Beta-Releases/voxeliumx_13.0/voxeliumx_13.0.deb
Normal file
BIN
Releases/Beta-Releases/voxeliumx_13.0/voxeliumx_13.0.deb
Normal file
Binary file not shown.
BIN
Releases/Beta-Releases/voxeliumx_13.0/voxeliumx_13.0.tar.gz
Normal file
BIN
Releases/Beta-Releases/voxeliumx_13.0/voxeliumx_13.0.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
tuxcraft_1.1.deb
BIN
tuxcraft_1.1.deb
Binary file not shown.
BIN
tuxcraft_1.1.zip
BIN
tuxcraft_1.1.zip
Binary file not shown.
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