mirror of
https://github.com/ME1312/SubServers-2.git
synced 2024-11-21 17:56:16 +01:00
VanillaCord 2.0
This commit is contained in:
parent
ad24b0deb3
commit
f7f42c8ba9
@ -28,7 +28,7 @@
|
||||
<dependency>
|
||||
<groupId>net.ME1312.Galaxi</groupId>
|
||||
<artifactId>GalaxiBase</artifactId>
|
||||
<version>23w18a</version>
|
||||
<version>23w51a</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
@ -18,7 +18,7 @@
|
||||
<dependency>
|
||||
<groupId>net.ME1312.Galaxi</groupId>
|
||||
<artifactId>GalaxiBase</artifactId>
|
||||
<version>23w18a</version>
|
||||
<version>23w51a</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user