Normally this plugin was hardcoded, but the new plugin will be fully configuarable.
Here you can see some configurations:
(see some posts under this one)
It will be possible to display:
- Login
- Nickname (with or without formatting) (admin or not)
- Rank
- Server rank (if avaidable)
- Country (full or zone-code)
This is the config file so far.
Code: Select all
<?xml version="1.0" encoding="utf-8" ?>
<settings>
<LineColor>f00$i</LineColor> <!-- TM color code for the text, example: f00 -->
<LineItemColor>fff</LineItemColor> <!-- TM color code for all parameters, example: f00 -->
<ShowUserIsAdmin>false</ShowUserIsAdmin> <!-- TRUE or FALSE -->
<ShowUserWithFormatting>false</ShowUserWithFormatting> <!-- TRUE or FALSE -->
<ShowNationShort>false</ShowNationShort> <!-- TRUE or FALSE, Example: When true NED will be displayed, when false Netherlands will be displayed -->
<LineToDisplay>{nick} from {country} joined the server </LineToDisplay> <!-- The line itself with the avaidable variables -->
</settings>
If you have ideas about this, please post
