Discord WebHook Bot

Discord WebHook Bot 1.0.2

No permission to download
Fougerite Compatibility
1.8.0+
Plugin's Engine
Python (IronPython)
2850
Standalone Discord Bot


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
2849
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.
Author
SPooCK
Downloads
51
Views
3K
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from SPooCK

  • Arrow Recovery
    Arrow Recovery
    Recover Arrow on Percentage Chance per Hit
  • [T] Ban System
    [T] Ban System
    [T]imed baning by IP+ID with bonus features
  • ❄ FreeZer ❄
    ❄ FreeZer ❄
    ❅ FreeZe the naughty Players ❅
  • Wiper
    Wiper
    Auto-Cleaning Decay System + Manual Removing objects/buildings
  • Color Chat
    Color Chat
    Rust in colors ! Choose your color and experience a unique chat.

Latest updates

  1. 1.0.2

    Using new Web.CreateAsyncHTTPRequest instead of loom
  2. Main Thread Fix

    As suggest from @DreTaX , I've put the plugin handling the Web POST in the Main Thread, which...