Compare commits
38 Commits
VoxeliumX_
...
tuxcraft_7
| Author | SHA1 | Date | |
|---|---|---|---|
| cc8e41a05c | |||
| 76fbf2acba | |||
| 8ab32f50c9 | |||
| db6f44a551 | |||
| a51e7072b6 | |||
| f98405c354 | |||
| 337be73195 | |||
| 3188b45f35 | |||
| 6aaefc9a35 | |||
| eb9fd70a9e | |||
| 6489cd7ce2 | |||
| 8a4c01e99c | |||
| 6cf6081066 | |||
| 766c4c53e9 | |||
| f80e8c52f6 | |||
| 29510b7851 | |||
| 9840fc1e68 | |||
| 74c0eb732d | |||
| 4400e5aa52 | |||
| 916a8dc8ca | |||
| e0c435d205 | |||
| 8d1d09aa8c | |||
| cec8c10224 | |||
| 43b10620d6 | |||
| d975257f5b | |||
| b6f320cc25 | |||
| 7ea5a86a6a | |||
| ed2e025689 | |||
| a73b898ce0 | |||
| c33e54243a | |||
| b52276d41b | |||
| bfe0f82e16 | |||
| 9dc771fa32 | |||
| 2e7a016a18 | |||
| 2ee1d12f6c | |||
| 01fd00ae69 | |||
| 778175e135 | |||
| 6b9723d059 |
92
README.md
92
README.md
@@ -1,59 +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/VoxeliumX_11/voxeliumx_11.3.deb" && sudo dpkg -i voxeliumx_11.3.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_11/voxeliumx_11.3.tar.gz" && tar -xzf voxeliumx_11.3.tar.gz && cd voxeliumx_11.3
|
||||
|
||||
# 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_11.3
|
||||
|
||||
And then run: ./start.sh
|
||||
|
||||
And then VoxeliumX is started!
|
||||
|
||||
To stop VoxeliumX (you have to be in the voxeliumx_11.3 folder): ./stop.sh
|
||||
Use this command to download the latest version of TuxCraft of this branch view the main branch for the newest release:
|
||||
|
||||
|
||||
# Uninstalling (for the .deb install)
|
||||
curl -O https://hamsterlab.playit.plus/Cheesehamster983/TuxCraft/raw/branch/tuxcraft_7/tuxcraft_7.3.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_11.3 is located and use these commands:
|
||||
sudo dpkg -i tuxcraft_7.3.deb
|
||||
|
||||
rm -rf voxeliumx_11.3
|
||||
|
||||
rm -rf voxeliumx_11.3.tar.gz
|
||||
And then you have TuxCraft installed!
|
||||
|
||||
And then you have deleted VoxeliumX!
|
||||
|
||||
(also there are a couple of alpha files of VoxeliumX_11 that i am going to upload soon)
|
||||
# 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/Alpha-Releases/tuxcraft_7.0/.gitkeep
Normal file
0
Releases/Alpha-Releases/tuxcraft_7.0/.gitkeep
Normal file
BIN
Releases/Alpha-Releases/tuxcraft_7.0/tuxcraft_7.0.deb
Normal file
BIN
Releases/Alpha-Releases/tuxcraft_7.0/tuxcraft_7.0.deb
Normal file
Binary file not shown.
BIN
Releases/Alpha-Releases/tuxcraft_7.0/tuxcraft_7.0.zip
Normal file
BIN
Releases/Alpha-Releases/tuxcraft_7.0/tuxcraft_7.0.zip
Normal file
Binary file not shown.
0
Releases/Alpha-Releases/tuxcraft_7.1/.gitkeep
Normal file
0
Releases/Alpha-Releases/tuxcraft_7.1/.gitkeep
Normal file
BIN
Releases/Alpha-Releases/tuxcraft_7.1/tuxcraft_7.1.deb
Normal file
BIN
Releases/Alpha-Releases/tuxcraft_7.1/tuxcraft_7.1.deb
Normal file
Binary file not shown.
BIN
Releases/Alpha-Releases/tuxcraft_7.1/tuxcraft_7.1.zip
Normal file
BIN
Releases/Alpha-Releases/tuxcraft_7.1/tuxcraft_7.1.zip
Normal file
Binary file not shown.
0
Releases/Alpha-Releases/tuxcraft_7.2/.gitkeep
Normal file
0
Releases/Alpha-Releases/tuxcraft_7.2/.gitkeep
Normal file
BIN
Releases/Alpha-Releases/tuxcraft_7.2/tuxcraft_7.2.deb
Normal file
BIN
Releases/Alpha-Releases/tuxcraft_7.2/tuxcraft_7.2.deb
Normal file
Binary file not shown.
BIN
Releases/Alpha-Releases/tuxcraft_7.2/tuxcraft_7.2.zip
Normal file
BIN
Releases/Alpha-Releases/tuxcraft_7.2/tuxcraft_7.2.zip
Normal file
Binary file not shown.
0
Releases/Beta-Releases/tuxcraft_7.3/.gitkeep
Normal file
0
Releases/Beta-Releases/tuxcraft_7.3/.gitkeep
Normal file
BIN
Releases/Beta-Releases/tuxcraft_7.3/tuxcraft_7.3.deb
Normal file
BIN
Releases/Beta-Releases/tuxcraft_7.3/tuxcraft_7.3.deb
Normal file
Binary file not shown.
BIN
Releases/Beta-Releases/tuxcraft_7.3/tuxcraft_7.3.zip
Normal file
BIN
Releases/Beta-Releases/tuxcraft_7.3/tuxcraft_7.3.zip
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
tuxcraft_7.3.deb
Normal file
BIN
tuxcraft_7.3.deb
Normal file
Binary file not shown.
BIN
tuxcraft_7.3.zip
Normal file
BIN
tuxcraft_7.3.zip
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user