Violt 3 Posted January 29, 2019 (edited) Hey guys, Is there any way i could add Player Join Messages and Player Leave messages? Something like: "PLAYERNAMEHERE joined the server!" or "PLAYERNAMEHERE Left the server" Thanks! Edited January 29, 2019 by Violt Share this post Link to post Share on other sites
DrZeddy 9 Posted January 29, 2019 Using the default messages.xml file as described here... You would have something along the lines of the below for a JOIN message... <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messages> <!-- This is example server join message for any user who just joined --> <message> <!-- Show this message oin connection --> <onconnect>1</onconnect> <!-- but delay the join message for 2 minutes --> <delay>2</delay> <!-- do not repeat message --> <repeat>0</repeat> <!-- message itself with placeholders --> <text>Welcome to DayZ on this server (#name)...</text> </message> </messages> If you are using BEC then the above will not work as BEC works differently and maybe another member can help you with that... Share this post Link to post Share on other sites
Violt 3 Posted January 29, 2019 8 minutes ago, DrZeddy said: Using the default messages.xml file as described here... You would have something along the lines of the below for a JOIN message... <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messages> <!-- This is example server join message for any user who just joined --> <message> <!-- Show this message oin connection --> <onconnect>1</onconnect> <!-- but delay the join message for 2 minutes --> <delay>2</delay> <!-- do not repeat message --> <repeat>0</repeat> <!-- message itself with placeholders --> <text>Welcome to DayZ on this server (#name)...</text> </message> </messages> If you are using BEC then the above will not work as BEC works differently and maybe another member can help you with that... I meant player join messages as in "PLAYERNAMEHERE joined the server!" or "PLAYERNAMEHERE Left the server" Share this post Link to post Share on other sites
DrZeddy 9 Posted January 29, 2019 Oh I think you have to have to have a modded server for that and the relevant plugin. Sorry I don't know much about modded servers... I do recall seeing something about that in one of the questions (roughly) a week or two weeks ago. Maybe you can find it in one of the forum threads here, Or maybe you can find it in the modding forums https://forums.dayz.com/forum/153-dayz-modding/ Share this post Link to post Share on other sites
mrwolv 46 Posted January 29, 2019 (edited) there is a modded dart admin floating around that dose this i have it here you go just login to your server as you would with any admin and it will annouce all players connecting and leaving https://www.dropbox.com/s/qljxbmc0evbulm5/DaRT with log feed announcer.zip?dl=0 Edited January 29, 2019 by mrwolv Share this post Link to post Share on other sites
Uncle Zed 272 Posted January 30, 2019 I use CF Tools on my server and it has that feature. Share this post Link to post Share on other sites
Violt 3 Posted January 30, 2019 13 hours ago, mrwolv said: there is a modded dart admin floating around that dose this i have it here you go just login to your server as you would with any admin and it will annouce all players connecting and leaving https://www.dropbox.com/s/qljxbmc0evbulm5/DaRT with log feed announcer.zip?dl=0 Thanks man! Share this post Link to post Share on other sites
Violt 3 Posted January 30, 2019 (edited) But shouldn't there be another way like a script that you add in the init? Edited January 31, 2019 by Violt Share this post Link to post Share on other sites
mrwolv 46 Posted January 31, 2019 yeah there was but i could never find it so i just use the dart program Share this post Link to post Share on other sites
SASAlone_ 1 Posted July 5, 2019 text>Welcome to DayZ on this server (#name)...</text> This message show server name, i need show in game palyer name. Share this post Link to post Share on other sites
HeadRox 1 Posted July 17, 2019 On 1/30/2019 at 3:33 AM, BetterDeadThanZed said: I use CF Tools on my server and it has that feature. I use that to, CF Tools (Omegamanager), but there is no option in it as i see. Is yours different? Share this post Link to post Share on other sites
Uncle Zed 272 Posted July 17, 2019 41 minutes ago, HeadRox said: I use that to, CF Tools (Omegamanager), but there is no option in it as i see. Is yours different? Look under the messenger tab. Share this post Link to post Share on other sites