VanillaCord 2.0

This commit is contained in:
ME1312 2023-12-22 19:15:22 -05:00
parent ad24b0deb3
commit f7f42c8ba9
No known key found for this signature in database
GPG Key ID: FEFFE2F698E88FA8
5 changed files with 6 additions and 7 deletions

View File

@ -28,7 +28,7 @@
<dependency>
<groupId>net.ME1312.Galaxi</groupId>
<artifactId>GalaxiBase</artifactId>
<version>23w18a</version>
<version>23w51a</version>
<scope>compile</scope>
</dependency>
</dependencies>

View File

@ -18,7 +18,7 @@
<dependency>
<groupId>net.ME1312.Galaxi</groupId>
<artifactId>GalaxiBase</artifactId>
<version>23w18a</version>
<version>23w51a</version>
<scope>compile</scope>
</dependency>
<dependency>

View File

@ -39,9 +39,9 @@ if [[ -z "$cache" ]] || [[ ! -f "$cache/Vanilla-$version.jar" ]]; then
mv Vanilla.jar Vanilla.old.jar
fi
if [[ ! -z "$cache" ]] && [[ -d "$cache" ]]; then
cp "VanillaCord/out/$version-bungee.jar" "$cache/Vanilla-$version.jar"
cp "VanillaCord/out/$version.jar" "$cache/Vanilla-$version.jar"
fi
cp "VanillaCord/out/$version-bungee.jar" Vanilla.jar
cp "VanillaCord/out/$version.jar" Vanilla.jar
echo Cleaning Up...
rm -Rf VanillaCord
rm -Rf "$0"

View File

@ -1,7 +1,6 @@
#Minecraft server properties
server-ip=SubServers::address
server-port=SubServers::port
online-mode=false
enable-query=false
broadcast-console-to-ops=false
announce-player-achievements=false

View File

@ -30,13 +30,13 @@
<dependency>
<groupId>net.ME1312.Galaxi</groupId>
<artifactId>GalaxiEngine</artifactId>
<version>23w18a</version>
<version>23w51a</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.ME1312.Galaxi</groupId>
<artifactId>GalaxiUI</artifactId>
<version>23w18a</version>
<version>23w51a</version>
<scope>runtime</scope>
</dependency>
<dependency>