mirror of
https://github.com/ME1312/SubServers-2.git
synced 2024-11-22 02:08:27 +01:00
VanillaCord 2.0
This commit is contained in:
parent
ad24b0deb3
commit
f7f42c8ba9
@ -28,7 +28,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.ME1312.Galaxi</groupId>
|
<groupId>net.ME1312.Galaxi</groupId>
|
||||||
<artifactId>GalaxiBase</artifactId>
|
<artifactId>GalaxiBase</artifactId>
|
||||||
<version>23w18a</version>
|
<version>23w51a</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.ME1312.Galaxi</groupId>
|
<groupId>net.ME1312.Galaxi</groupId>
|
||||||
<artifactId>GalaxiBase</artifactId>
|
<artifactId>GalaxiBase</artifactId>
|
||||||
<version>23w18a</version>
|
<version>23w51a</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -39,9 +39,9 @@ if [[ -z "$cache" ]] || [[ ! -f "$cache/Vanilla-$version.jar" ]]; then
|
|||||||
mv Vanilla.jar Vanilla.old.jar
|
mv Vanilla.jar Vanilla.old.jar
|
||||||
fi
|
fi
|
||||||
if [[ ! -z "$cache" ]] && [[ -d "$cache" ]]; then
|
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
|
fi
|
||||||
cp "VanillaCord/out/$version-bungee.jar" Vanilla.jar
|
cp "VanillaCord/out/$version.jar" Vanilla.jar
|
||||||
echo Cleaning Up...
|
echo Cleaning Up...
|
||||||
rm -Rf VanillaCord
|
rm -Rf VanillaCord
|
||||||
rm -Rf "$0"
|
rm -Rf "$0"
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#Minecraft server properties
|
#Minecraft server properties
|
||||||
server-ip=SubServers::address
|
server-ip=SubServers::address
|
||||||
server-port=SubServers::port
|
server-port=SubServers::port
|
||||||
online-mode=false
|
|
||||||
enable-query=false
|
enable-query=false
|
||||||
broadcast-console-to-ops=false
|
broadcast-console-to-ops=false
|
||||||
announce-player-achievements=false
|
announce-player-achievements=false
|
||||||
|
@ -30,13 +30,13 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.ME1312.Galaxi</groupId>
|
<groupId>net.ME1312.Galaxi</groupId>
|
||||||
<artifactId>GalaxiEngine</artifactId>
|
<artifactId>GalaxiEngine</artifactId>
|
||||||
<version>23w18a</version>
|
<version>23w51a</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.ME1312.Galaxi</groupId>
|
<groupId>net.ME1312.Galaxi</groupId>
|
||||||
<artifactId>GalaxiUI</artifactId>
|
<artifactId>GalaxiUI</artifactId>
|
||||||
<version>23w18a</version>
|
<version>23w51a</version>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Loading…
Reference in New Issue
Block a user