mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-04 19:46:27 +00:00
Make it so both {world} and {worldname} work for both keyword parsers.
This commit is contained in:
parent
af02a28ce5
commit
5dbf4f5a00
2 changed files with 3 additions and 0 deletions
|
@ -416,6 +416,7 @@ public class Settings implements net.ess3.api.ISettings
|
|||
mFormat = mFormat.replace("{DISPLAYNAME}", "%1$s");
|
||||
mFormat = mFormat.replace("{MESSAGE}", "%2$s");
|
||||
mFormat = mFormat.replace("{GROUP}", "{0}");
|
||||
mFormat = mFormat.replace("{WORLD}", "{1}");
|
||||
mFormat = mFormat.replace("{WORLDNAME}", "{1}");
|
||||
mFormat = mFormat.replace("{SHORTWORLDNAME}", "{2}");
|
||||
mFormat = mFormat.replace("{TEAMPREFIX}", "{3}");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue