mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Added new tags to info.txt
This commit is contained in:
parent
746c80b0d6
commit
42f4bba320
2 changed files with 8 additions and 2 deletions
|
@ -44,7 +44,7 @@ public class KeywordReplacer implements IText
|
|||
}
|
||||
else
|
||||
{
|
||||
displayName = ipAddress = balance = mails = world = worldTime12 = worldTime24= worldDate = "";
|
||||
displayName = ipAddress = balance = mails = world = worldTime12 = worldTime24 = worldDate = "";
|
||||
}
|
||||
|
||||
int playerHidden = 0;
|
||||
|
|
|
@ -32,4 +32,10 @@ WORLD: {WORLD}
|
|||
WORLDS: {WORLDS}
|
||||
ONLINE: {ONLINE}
|
||||
UNIQUE: {UNIQUE}
|
||||
PLAYERLIST: {PLAYERLIST}
|
||||
PLAYERLIST: {PLAYERLIST}
|
||||
TIME: {TIME}
|
||||
DATE: {DATE}
|
||||
WORLDTIME12: {WORLDTIME12}
|
||||
WORLDTIME24: {WORLDTIME24}
|
||||
WORLDDATE: {WORLDDATE}
|
||||
PLUGINS: {PLUGINS}
|
||||
|
|
Loading…
Reference in a new issue