Add more info and a better regex matching for jenkins releases

This commit is contained in:
libraryaddict 2020-04-27 18:48:06 +12:00
parent af492c2e3b
commit 1abf447790
No known key found for this signature in database
GPG Key ID: 052E4FBCD257AEA4
2 changed files with 2 additions and 1 deletions

View File

@ -108,7 +108,7 @@ public class LDJenkins {
changelog.add("#" + map.get("id") + ": " + ChatColor.YELLOW + msg);
release = release || msg.toLowerCase().matches("release.? .*");
release = release || msg.toLowerCase().matches("(re)?.?release.? .*");
}
}

View File

@ -121,6 +121,7 @@ UndisguiseRadiusMax: 50
ViewSelfDisguises: true
# Some disguises are rather big and tall and block your vision
# By default those disguises are disabled, such as zombies, players, etc.
# The baby versions however, should be short enough that it's a non-issue
HideTallSelfDisguises: true
# Shall I disguise the sounds?