Badger Docs
  • Welcome to Badger Docs
  • Badger's Website
  • Badger's Discord
  • 20% off hosting | Use Code: TheWolfBadger-4765
  • Fivem General Help
    • Updating Server Binaries
    • ACE Permissions
    • Getting Discord Role IDs
    • Setting up a Discord Webhook
    • Discord identifier not found
    • How to set up a Git Repository for my server
  • Fivem Discord Scripts
    • Introduction
    • BadgerTools
    • DiscordChatRoles
    • DiscordAcePerms
    • DiscordPedPerms
    • DiscordWeaponPerms
    • DiscordVehiclesRestrict
    • DiscordTagIDs
    • PoliceEMSActivity
    • BadgerCopChat
    • DiscordDonatorPerks
    • Badger-911
    • Bad-Scoreboard
    • Bad-DiscordQueue
    • Badger_Discord_API
      • Installation
      • GetRoleIdFromRoleName
      • CheckEqual
      • IsDiscordEmailVerified
      • GetDiscordEmail
      • GetDiscordName
      • GetDiscordAvatar
      • GetDiscordNickname
      • GetDiscordRoles
      • GetGuildIcon
      • GetGuildSplash
      • GetGuildName
      • GetGuildDescription
      • GetGuildMemberCount
      • GetGuildOnlineMemberCount
      • GetGuildRoleList
    • DiscordVehicleRestrictions
  • Fivem Misc. Scripts
    • Introduction
    • BadgerAnims
    • BadgerBankRobbery
    • VehicleTrustSystem
    • PedTrustSystem
    • BadgerVoting
    • BadgerTracer
    • Fivem Keybase Anticheat
    • DiscordReports
    • Badger-Priorities
    • Badssentials
    • BadgerStockMarket
    • Badger-Anticheat
    • Badger_Jailing
    • BadgerFires
    • Multiverse-World-Manager
  • Badger Software
    • Introduction
    • FivemDiscordPerms
    • BadgerTrustSystem+
    • BadgerStaffPanel
    • ResourceEventScrambler
    • CollectiveBot
  • Archived Projects
  • SimpleRoleBot
  • EssentialBot
Powered by GitBook
On this page
  • Version 1.0
  • What is it?
  • Badger's Discord Community
  • Images
  • Installation
  • Download

Was this helpful?

  1. Fivem Misc. Scripts

DiscordReports

PreviousFivem Keybase AnticheatNextBadger-Priorities

Last updated 4 years ago

Was this helpful?

Version 1.0

What is it?

DiscordReports is a script I made way back in August of 2019, but I never actually got around to releasing it. I know there is another discord report script on the forums made by my old good friend @ApolloCore which you can find below. However, my script is a little different in the way it works and has some quite unique features I thought would be useful. So therefore in my quest to become the #1 open source developer on GitHub, I am releasing it today for your use cases. Jokes aside, it's a really cool and nifty script that can really help you staffing your server.

Badger's Discord Community

Images

Installation

  • You will need to find the configuration section within the server.lua

  • You will see the below block of code

  • You can choose to put displayIdentifiers as true or false

    • Refer to above Images of what this will do

  • You also need to set up the webhookURL for where the script will post the reports within Discord

  • You will need to give your staff group's the permission BadgerReports.See in order to see the action reports within the server

-- Config --
webhookURL = ''
displayIdentifiers = true;

Download

Report Sent Confirmation
Discord Webhook Report [displayIdentifiers = true]
Discord Webhook Report [displayIdentifiers = false]
What a staff member will see --- (Reporter Name) [ID Reported]

Refer to

Refer to

https://docs.badger.store/fivem-general-help/setting-up-a-discord-webhook
https://docs.badger.store/fivem-general-help/ace-permissions
Developer Discord
Logo[Release][Discord Integration] Simple Player Report System w/ Discord WebhookCfx.re Community
LogoGitHub - JaredScar/DiscordReports: A Fivem scriptGitHub