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 |
14
README.md
14
README.md
@@ -9,13 +9,13 @@ You can vind the join link on the official website! https://voxeliumx.playit.plu
|
||||
|
||||
# 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_12/voxeliumx_12.0.deb" && sudo dpkg -i voxeliumx_12.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_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_12/voxeliumx_12.0.tar.gz" && tar -xzf voxeliumx_12.0.tar.gz && cd voxeliumx_12.0
|
||||
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)
|
||||
|
||||
@@ -31,13 +31,13 @@ sudo voxeliumx stop
|
||||
|
||||
After downloading the tar.gz version unpack it and open the folder in the terminal like this:
|
||||
|
||||
cd voxeliumx_12.0
|
||||
cd voxeliumx_13.0
|
||||
|
||||
And then run: ./start.sh
|
||||
|
||||
And then VoxeliumX is started!
|
||||
|
||||
To stop VoxeliumX (you have to be in the voxeliumx_12.0 folder): ./stop.sh
|
||||
To stop VoxeliumX (you have to be in the voxeliumx_13.0 folder): ./stop.sh
|
||||
|
||||
|
||||
# Uninstalling (for the .deb install)
|
||||
@@ -48,10 +48,10 @@ And to make sure VoxeliumX is deleted use this command: sudo apt purge voxeliumx
|
||||
|
||||
# Uninstalling (for the tar.gz install)
|
||||
|
||||
Go to downloads or a other folder where the folder voxeliumx_12.0 is located and use these commands:
|
||||
Go to downloads or a other folder where the folder voxeliumx_13.0 is located and use these commands:
|
||||
|
||||
rm -rf voxeliumx_12.0
|
||||
rm -rf voxeliumx_13.0
|
||||
|
||||
rm -rf voxeliumx_12.0.tar.gz
|
||||
rm -rf voxeliumx_13.0.tar.gz
|
||||
|
||||
And then you have deleted VoxeliumX!
|
||||
BIN
Releases/tuxcraft_2.14/tuxcraft_2.14.deb
Normal file
BIN
Releases/tuxcraft_2.14/tuxcraft_2.14.deb
Normal file
Binary file not shown.
BIN
Releases/tuxcraft_2.14/tuxcraft_2.14.zip
Normal file
BIN
Releases/tuxcraft_2.14/tuxcraft_2.14.zip
Normal file
Binary file not shown.
BIN
Releases/tuxcraft_2.15/tuxcraft_2.15.deb
Normal file
BIN
Releases/tuxcraft_2.15/tuxcraft_2.15.deb
Normal file
Binary file not shown.
BIN
Releases/tuxcraft_2.15/tuxcraft_2.15.zip
Normal file
BIN
Releases/tuxcraft_2.15/tuxcraft_2.15.zip
Normal file
Binary file not shown.
0
Releases/tuxcraft_4.4/.gitkeep
Normal file
0
Releases/tuxcraft_4.4/.gitkeep
Normal file
BIN
Releases/tuxcraft_4.4/tuxcraft_4.4.deb
Normal file
BIN
Releases/tuxcraft_4.4/tuxcraft_4.4.deb
Normal file
Binary file not shown.
BIN
Releases/tuxcraft_4.4/tuxcraft_4.4.zip
Normal file
BIN
Releases/tuxcraft_4.4/tuxcraft_4.4.zip
Normal file
Binary file not shown.
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
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 +0,0 @@
|
||||
- added NeoForge suport for Minecraft Java
|
||||
1
change_log_13
Normal file
1
change_log_13
Normal file
@@ -0,0 +1 @@
|
||||
- Added paper suport
|
||||
Binary file not shown.
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