Join Leave Messages
Broadcast users connections and disconnections to the global chat.
Features
- Optionally display user country.
- User-friendly with great community support.
- Free to use and open for everyone.
Configuration
<?xml version="1.0" encoding="utf-8"?>
<Configuration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<JoinMessages>true</JoinMessages>
<ShowCountry>true</ShowCountry>
<CustomImageUrl />
<LeaveMessages>false</LeaveMessages>
</Configuration>
Translations
<?xml version="1.0" encoding="utf-8"?>
<Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Translation Id="Join" Value="{0} has connected to the server from {1}" />
<Translation Id="Leave" Value="{0} disconnected from the server" />
</Translations>