1
0
mirror of https://github.com/chylex/Minecraft-Window-Title.git synced 2025-05-08 04:34:04 +02:00

Add documentation for {username} token

This commit is contained in:
chylex 2024-07-03 06:10:48 +02:00
parent 701543c1e8
commit 44a10a09ca
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
<ul>
<li><strong>{mcversion}</strong> - current Minecraft version</li>
<li><strong>{modversion:<span style="text-decoration: underline;">modid</span>}</strong> - version of installed mod with the identifier <em>modid</em></li>
<li><strong>{username}</strong> - current username</li>
</ul>
<p>If any of the tokens aren't working, search the game log for <strong>CustomWindowTitle</strong> and you should see the reason, otherwise please file an issue on the <a href="https://github.com/chylex/Minecraft-Window-Title/issues">issue tracker</a> with as many details as possible.</p>
<h3>Changing the Icon</h3>

View File

@ -26,6 +26,7 @@ You can use the following special tokens in the _title_ configuration entry:
* **{mcversion}** - current Minecraft version
* **{modversion:<span style="text-decoration: underline;">modid</span>}** - version of installed mod with the identifier _modid_
* **{username}** - current username
If any of the tokens aren't working, search the game log for **CustomWindowTitle** and you should see the reason, otherwise please file an issue on the [issue tracker](https://github.com/chylex/Minecraft-Window-Title/issues) with as many details as possible.