Skip to content

Commit

Permalink
VanillaCord 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ME1312 committed Dec 23, 2023
1 parent ad24b0d commit f7f42c8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion SubServers.Bungee/common/pom.xml
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>net.ME1312.Galaxi</groupId>
<artifactId>GalaxiBase</artifactId>
<version>23w18a</version>
<version>23w51a</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion SubServers.Client/Common/pom.xml
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>net.ME1312.Galaxi</groupId>
<artifactId>GalaxiBase</artifactId>
<version>23w18a</version>
<version>23w51a</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions SubServers.Creator/Vanilla/build.sh
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion 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
Expand Down
4 changes: 2 additions & 2 deletions SubServers.Host/pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit f7f42c8

Please sign in to comment.