mirror of
https://github.com/ME1312/SubServers-2.git
synced 2024-11-24 03:05:53 +01:00
Update GalaxiEngine
This commit is contained in:
parent
fcc87117dd
commit
f2f196dc79
@ -79,13 +79,13 @@ if [ $__RETURN -eq 0 ]
|
||||
fi
|
||||
yes | cp -rf . ../Patched.jar
|
||||
cd ../
|
||||
printf "Built-By: SubServers.Bungee.Patcher\n" >> MANIFEST.MF
|
||||
printf "Built-By: SubServers.Patcher\n" >> MANIFEST.MF
|
||||
cp -f MANIFEST.MF Patched.jar/META-INF
|
||||
if [ -f "Patched.jar/bungee.yml" ]; then
|
||||
rm -Rf Patched.jar/bungee.yml
|
||||
fi
|
||||
if [ ! -f "MODIFICATIONS" ]; then
|
||||
printf "# SubServers.Bungee.Patcher generated difference list (may be empty if git is not installed)\n#\n" > MODIFICATIONS
|
||||
printf "# SubServers.Patcher generated difference list (may be empty if git is not installed)\n#\n" > MODIFICATIONS
|
||||
fi
|
||||
printf "@ `date`\n> git --no-pager diff --no-index --name-status SubServers.Patcher/Original.jar SubServers.Patcher/Patched.jar\n" >> MODIFICATIONS
|
||||
git --no-pager diff --no-index --name-status Original.jar Patched.jar | sed -e "s/\tOriginal.jar\//\t\//" -e "s/\tPatched.jar\//\t\//" >> MODIFICATIONS
|
||||
|
@ -30,14 +30,14 @@
|
||||
<dependency>
|
||||
<groupId>net.ME1312.Galaxi</groupId>
|
||||
<artifactId>GalaxiUtil</artifactId>
|
||||
<version>20w28a</version>
|
||||
<version>20w30a</version>
|
||||
<scope>compile</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.ME1312.Galaxi</groupId>
|
||||
<artifactId>GalaxiEngine</artifactId>
|
||||
<version>20w28a</version>
|
||||
<version>20w30a</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -48,7 +48,7 @@
|
||||
<dependency>
|
||||
<groupId>net.ME1312.Galaxi</groupId>
|
||||
<artifactId>GalaxiUtil</artifactId>
|
||||
<version>20w28a</version>
|
||||
<version>20w30a</version>
|
||||
<scope>compile</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
@ -203,8 +203,8 @@ public class PlaceholderImpl extends PlaceholderExpansion implements Taskable, C
|
||||
values[0] = text.substring(0, start);
|
||||
text = text.substring(start);
|
||||
|
||||
int[] open = {'(', '[', '{'};
|
||||
int[] close = {')', ']', '}'};
|
||||
int[] open = {'(', '{'};
|
||||
int[] close = {')', '}'};
|
||||
Arrays.sort(open);
|
||||
Arrays.sort(close);
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
<dependency>
|
||||
<groupId>net.ME1312.Galaxi</groupId>
|
||||
<artifactId>GalaxiUtil</artifactId>
|
||||
<version>20w28a</version>
|
||||
<version>20w30a</version>
|
||||
<scope>compile</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
@ -20,7 +20,7 @@
|
||||
<dependency>
|
||||
<groupId>net.ME1312.Galaxi</groupId>
|
||||
<artifactId>GalaxiEngine</artifactId>
|
||||
<version>20w28a</version>
|
||||
<version>20w30a</version>
|
||||
<scope>compile</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
@ -30,14 +30,14 @@
|
||||
<dependency>
|
||||
<groupId>net.ME1312.Galaxi</groupId>
|
||||
<artifactId>GalaxiUtil</artifactId>
|
||||
<version>20w28a</version>
|
||||
<version>20w30a</version>
|
||||
<scope>compile</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.ME1312.Galaxi</groupId>
|
||||
<artifactId>GalaxiEngine</artifactId>
|
||||
<version>20w28a</version>
|
||||
<version>20w30a</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
Loading…
Reference in New Issue
Block a user