VanillaPlusPlus / VPP-Admin-Tools

The complete DayZ VanillaPlusPlus Administrator tools. This repository holds both client, and server side files.
96 stars 43 forks source link

Webhook has wrong url, and how to customize server name? #112

Closed bluetidepro closed 2 years ago

bluetidepro commented 2 years ago

Just an FYI, on this line, it links to the OLD steam URL: https://github.com/VanillaPlusPlus/VPP-Admin-Tools/blob/93bf387be9c88a095e8d453073c750c5af97a307/4_World/VPPAdminTools/Plugins/PluginBase/WebHooksManager/Classes/WebHookMessageBase.c#L98 (The new URL for VPP is https://steamcommunity.com/sharedfiles/filedetails/?id=1828439124)

Secondly, how do I customize the "SERVERNAME" in webbooks? Right now, it does: The DayZ Server EXAMPLENAME has booted-up successfully! - so I wasn't sure where I could customize the EXAMPLENAME part? I didn't see it in the config at all.

Da0ne commented 2 years ago

Hey thanks for that!

You edit your server name in your serverDZ.cfg

bluetidepro commented 2 years ago

Perfect, thanks!