diff --git a/SubServers.Bungee/common/pom.xml b/SubServers.Bungee/common/pom.xml index 720340ab..2fda705a 100644 --- a/SubServers.Bungee/common/pom.xml +++ b/SubServers.Bungee/common/pom.xml @@ -28,7 +28,7 @@ net.ME1312.Galaxi GalaxiBase - 23w18a + 23w51a compile diff --git a/SubServers.Client/Common/pom.xml b/SubServers.Client/Common/pom.xml index 38a3eb13..2418ad10 100644 --- a/SubServers.Client/Common/pom.xml +++ b/SubServers.Client/Common/pom.xml @@ -18,7 +18,7 @@ net.ME1312.Galaxi GalaxiBase - 23w18a + 23w51a compile diff --git a/SubServers.Creator/Vanilla/build.sh b/SubServers.Creator/Vanilla/build.sh index f5c0104f..4b13cc12 100644 --- a/SubServers.Creator/Vanilla/build.sh +++ b/SubServers.Creator/Vanilla/build.sh @@ -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" diff --git a/SubServers.Creator/Vanilla/server.properties b/SubServers.Creator/Vanilla/server.properties index 1d2a918b..6acd2406 100644 --- a/SubServers.Creator/Vanilla/server.properties +++ b/SubServers.Creator/Vanilla/server.properties @@ -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 diff --git a/SubServers.Host/pom.xml b/SubServers.Host/pom.xml index 840a972b..009edea6 100644 --- a/SubServers.Host/pom.xml +++ b/SubServers.Host/pom.xml @@ -30,13 +30,13 @@ net.ME1312.Galaxi GalaxiEngine - 23w18a + 23w51a compile net.ME1312.Galaxi GalaxiUI - 23w18a + 23w51a runtime