Update GalaxiEngine

This commit is contained in:
ME1312 2020-07-24 14:25:40 -04:00
parent fcc87117dd
commit f2f196dc79
No known key found for this signature in database
GPG Key ID: FEFFE2F698E88FA8
7 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -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>

View File

@ -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>

View File

@ -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);

View File

@ -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>

View File

@ -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>

View File

@ -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>