Broadcast users connections and disconnections to the global chat
RocketMod: ClickMe
OpenMod: openmod install Feli.JoinLeaveMessages
joinMessage:
enabled: true
showCountry: true
customIconUrl: "" # Leave empty if you dont want a custom icon url
leaveMessage:
enabled: false
customIconUrl: "" # Leave empty if you dont want a custom icon url
join: "<color=yellow>{User.DisplayName} has connected to the server from {Country}</color>"
leave: "<color=red>{User.DisplayName} disconnected from the server</color>"
<?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>
<?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>https://i.imgur.com/aKaOqIh.gif</CustomImageUrl>
<LeaveMessages>false</LeaveMessages>
</Configuration>
<?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>