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:
parent
701543c1e8
commit
44a10a09ca
@ -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>
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user