Skip to content

Sends cheater reports from your game server to Discord via webhooks. (!report <playername> <reason>)

Notifications You must be signed in to change notification settings

Zwambro/b3-plugin-discord

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

BigBrotherBot b3-plugin-discord

Sends report messages to Discord using Discord webhooks.

  • !report <playername&gt <reason> - Sends a report notification to discord with reason.
  • !clean <playername> - Admins can use this command to let the others know that he has been checked

Images available for Call of Duty: Modern Warfare 3, Call of Duty: Black Ops 2, Call of Duty 4: Modern Warfare and Call of Duty: Black Ops. report

If ingame images haven't been added, it will show default pictures. Report Example

Will also send notfications when a player leaves, gets banned or gets kicked on the server.

Player left Tempbanned Checked Banned Kicked

See it in action: https://discord.gg/x499c9k


Requirements

  • If you have B3 1.10 or higher, it should work out of the box.

  • For B3 1.9.2 Python version (not windows-standalone) :

    • requests module required
      • install with pip install requests

Installation

  1. Create/Edit a Discord webhook in the desired channel.
  2. Paste discord.xml in b3/extplugins/conf.
  3. Paste discord.py in b3/extplugins.
  4. Edit discord.xml, paste your webhook url and save the file.
  5. Add the following line to your b3 configuration file (b3.xml):

<plugin name="discord" config="@b3/extplugins/conf/discord.xml"/>

  1. Restart BigBrotherBot

IMPORTANT: Restart map after plugin is loaded!


Disclaimer

The author of this opensource plugin endorse NO responsibility whatsoever for any problem that might arise when using this tool. Discord: WatchMiltan#7507

About

Sends cheater reports from your game server to Discord via webhooks. (!report <playername> <reason>)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%