- Fougerite Compatibility
- 1.8.0+
- Plugin's Engine
- Python (IronPython)
What it does?
Simply allows you to hook your Rust Join, Leave & Chat log into discord WebHook Bots.
Configuration
Pretty much the INI configuration is self complementary.
Settings:
JoinName, LeaveName & ChatName - Contains the Bot Name regarding Join/Leave or Chat Logs, it can use {PlayerName} as well
JoinLog, LeaveLog, ChatLog - Controls if the Bot should output Log for Join/Leave or Chat
JoinMessage, LeaveMessage - Messages that are displayed on Join & Leave where {PlayerName} is the Name of the Player
Webhooks:
JoinHook, LeaveHook & ChatHook - Supply the correct WebHook to your Discord Bot for where the Log should be outputted given its for Joining, Leaving or Chat
Example
INI:
[Settings]
JoinName=[Player Connected]
LeaveName=[Player Disconnected]
ChatName=[Rust Chat]
JoinLog=true
LeaveLog=true
ChatLog=true
JoinMessage={PlayerName} joined the server.
LeaveMessage={PlayerName} left the server.
[Webhooks]
JoinHook=https://discordapp.com/api/webhooks/your-webhook
LeaveHook=https://discordapp.com/api/webhooks/your-webhook
ChatHook=https://discordapp.com/api/webhooks/your-webhook
Further open-minded to suggestions/ideas.