Custom Join/Leave message for TShock Terraria servers
- Download the
Anticrash.dllfile. - Put the
.dllfile inside of/ServerPlugins/ - Stop and rerun the server.
Enabled: Enables or disables the plugin.
EnableJoinMessage: Enable the custom join message, true or false.
EnableLeaveMessage: Enable the custom leave message, true or false.
Join: Custom join message.
Left: Custom leave message.
| Format | Information |
|---|---|
| {0} | PlayerName |
Location: TShock/PlayerJoin.json
You may customize these settings to your preference.
{
"Enable": true,
"JoinSettings": {
"EnableJoinMessage": true,
"EnableLeaveMessage": true,
"Join": "{0} has joined the server!"
"Left": "{0} has left the server!"
}
"HelpFormat": {
"{0}": "PlayerName"
}
}