Skip to content

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

Notifications You must be signed in to change notification settings

miltann/b3-plugin-discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

BigBrotherBot b3-plugin-discord

Sends report messages to Discord using Discord webhooks.

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

Players may provide a reason when reporting someone. If you want to force players to provide a reason, you can change the appropriate value in conf/discord.xml. 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 Example Report Example Report Example Report Example Report Example

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


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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages