This is a server side mod that enables logging for chat, player connects/disconnects, and kills/deaths. This also allows you to send these logs to discord over a webhook. You can check your logs in the eventlogs folder.
Configuration:
- BroadcastDeaths = true/false
- BroadcastConnects = true/false
- BroadcastDisconnects = true/false
- chatLogLevel = 1
- advanceLogging = true/false
- chatWebhook = ""
- deathWebhook = ""
- connectionWebhook = ""
- serverName = "Server Name"
- filteredChatPrefixes = { "!", "/" }
Installation:
- Download the latest experimental version of UE4SS.
- Download the mod and extract the EventsLogger folder to Pal\Binaries\Win64\ue4ss\Mods.
Setting up Discord Webhook:
- Right click on a channel in your server and click on "Edit Channel".
- Go to "Integrations" and click "New Webhook".
- Click "Copy Webhook URL" and paste that into the configuration.
Known Issue:
- UE4SS logs say curl does not exist?! - This means your host is using proton and doesn't support curl natively in their build. The only fix is to use the proton version of this mod, but I am unable to upload it here.
- Mod is crashing my server?! - Make sure you install the correct version of UE4SS provided in the guide. It's the latest experimental version with changes made specfiically for Palworld.