Compare commits
30 Commits
main
...
tuxcraft_4
| Author | SHA1 | Date | |
|---|---|---|---|
| c79c10d90e | |||
| aaa8f48112 | |||
| a921038537 | |||
| f235a27b61 | |||
| 7f608dccbb | |||
| c1eeafaa33 | |||
| a6a32d42a7 | |||
| d3b7c20fa3 | |||
| fd6fe0b503 | |||
| c144f63005 | |||
| 5535bba97b | |||
| 9ce9921d13 | |||
| 2a14b88cd3 | |||
| 6d443a80e6 | |||
| 4c4eb7a7be | |||
| 557ea1413d | |||
| c54b5d9567 | |||
| 4dfdc858a9 | |||
| cbdac7c8ca | |||
| ff0f8f8c1e | |||
| cf1f5e2ce9 | |||
| 0df311299e | |||
| a7face1d7f | |||
| 0bc2009dd3 | |||
| 665b63e398 | |||
| b76b04731b | |||
| b66731a49c | |||
| 4dabff5819 | |||
| 5f7cc1c1f9 | |||
| 640a63e85c |
92
README.md
92
README.md
@@ -1,57 +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!
|
||||
# Installation
|
||||
|
||||
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
|
||||
Use this command to download the latest version of TuxCraft on this branch:
|
||||
|
||||
|
||||
# Uninstalling (for the .deb install)
|
||||
curl -O https://hamsterlab.playit.plus/Cheesehamster983/TuxCraft/raw/branch/tuxcraft_4/tuxcraft_4.4.deb
|
||||
|
||||
To delete VoxeliumX use this command: sudo apt remove voxeliumx
|
||||
|
||||
And to make sure VoxeliumX is deleted use this command: sudo apt purge voxeliumx
|
||||
And after the command above use this command:
|
||||
|
||||
# Uninstalling (for the tar.gz install)
|
||||
|
||||
Go to downloads or a other folder where the folder voxeliumx_13.0 is located and use these commands:
|
||||
sudo dpkg -i tuxcraft_4.4.deb
|
||||
|
||||
rm -rf voxeliumx_13.0
|
||||
|
||||
rm -rf voxeliumx_13.0.tar.gz
|
||||
And then you have TuxCraft installed!
|
||||
|
||||
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!
|
||||
BIN
Releases/Alpha-Releases/tuxcraft_4.0/tuxcraft_4.0.deb
Normal file
BIN
Releases/Alpha-Releases/tuxcraft_4.0/tuxcraft_4.0.deb
Normal file
Binary file not shown.
BIN
Releases/Alpha-Releases/tuxcraft_4.0/tuxcraft_4.0.zip
Normal file
BIN
Releases/Alpha-Releases/tuxcraft_4.0/tuxcraft_4.0.zip
Normal file
Binary file not shown.
BIN
Releases/Alpha-Releases/tuxcraft_4.1/tuxcraft_4.1.deb
Normal file
BIN
Releases/Alpha-Releases/tuxcraft_4.1/tuxcraft_4.1.deb
Normal file
Binary file not shown.
BIN
Releases/Alpha-Releases/tuxcraft_4.1/tuxcraft_4.1.zip
Normal file
BIN
Releases/Alpha-Releases/tuxcraft_4.1/tuxcraft_4.1.zip
Normal file
Binary file not shown.
BIN
Releases/Alpha-Releases/tuxcraft_4.2/tuxcraft_4.2.deb
Normal file
BIN
Releases/Alpha-Releases/tuxcraft_4.2/tuxcraft_4.2.deb
Normal file
Binary file not shown.
BIN
Releases/Alpha-Releases/tuxcraft_4.2/tuxcraft_4.2.zip
Normal file
BIN
Releases/Alpha-Releases/tuxcraft_4.2/tuxcraft_4.2.zip
Normal file
Binary file not shown.
BIN
Releases/Alpha-Releases/tuxcraft_4.3/tuxcraft_4.3.deb
Normal file
BIN
Releases/Alpha-Releases/tuxcraft_4.3/tuxcraft_4.3.deb
Normal file
Binary file not shown.
BIN
Releases/Alpha-Releases/tuxcraft_4.3/tuxcraft_4.3.zip
Normal file
BIN
Releases/Alpha-Releases/tuxcraft_4.3/tuxcraft_4.3.zip
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,2 +0,0 @@
|
||||
- Added fabric suport for Minecraft java.
|
||||
- Improved the scanning for openjdk installations.
|
||||
Binary file not shown.
Binary file not shown.
@@ -1 +0,0 @@
|
||||
- added NeoForge suport for Minecraft Java
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +0,0 @@
|
||||
- Added paper suport
|
||||
BIN
tuxcraft_4.4.deb
Normal file
BIN
tuxcraft_4.4.deb
Normal file
Binary file not shown.
BIN
tuxcraft_4.4.zip
Normal file
BIN
tuxcraft_4.4.zip
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user