Add some extra keywords (#4098)

This commit is contained in:
triagonal 2021-03-30 04:07:55 +11:00 committed by GitHub
parent 1e0d7fb0a3
commit d75787726c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 85 additions and 9 deletions

View file

@ -534,6 +534,7 @@ public class Settings implements net.ess3.api.ISettings {
mFormat = mFormat.replace("{PREFIX}", "{6}");
mFormat = mFormat.replace("{SUFFIX}", "{7}");
mFormat = mFormat.replace("{USERNAME}", "{8}");
mFormat = mFormat.replace("{NICKNAME}", "{9}");
mFormat = "§r".concat(mFormat);
chatFormats.put(group, mFormat);
}