Command Logger (Atlas)

Verified Command Logger (Atlas) 1.0

No permission to download

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Public Service Announcement

    Hey Guest, I’ve got some exciting news to share! 🎉

    Starting this December, I’ll be moving the entire GameServersHub website away from WordPress and rebuilding it in Next.js! This upgrade will bring incredibly faster speeds, smoother performance, and a modern user experience that sets the stage for everything coming next.

    In 2026, GameServersHub will be entering a new era. I’ll be revamping the entire platform from the ground up and launching a brand-new, fully modernized marketplace. It’ll feature a cleaner design, improved functionality, and better tools for both creators and server owners.

    On top of that, development has already started on the GameServerListing project at https://gsl-six.vercel.app/, which is expected to launch in early Q1 2026. This new system will make discovering and managing servers easier than ever before.


    👉 Stay in the loop!
    Join our Discord for behind-the-scenes updates, early previews, and community discussions.

    » Click here to join our Discord! «

    ~ MrOwlSky

Website User Information:

On GameServersHub, developers can earn a "Verified" prefix tag for their resources. This tag indicates that the developer has been granted a website role to upload verified resources, which are generally of higher quality than unverified ones. By consistently providing dedicated and quality results for the gaming community, developers can earn this tag and showcase their commitment to providing top-notch content. So, if you're looking for the best gaming resources, be sure to keep an eye out for the "Verified" tag on GameServersHub.
Command Logger

Features:

  • Sends all console "cheat" commands made by admin in-game to discord
  • Sends all /<commands from Chats to discord
  • Sends all commands from RCON to discord
  • Shows the Position where the command was executed (Optional)
  • Shows what SteamID that executed the command (Optional)
  • Custom Filter to reduce spam (Leave blank to log everything, getchat, listplayer and test is hardcoded to be ignored)
  • 3 different Webhooks URLs or use the same to log everything in one channel
  • Supports Unicode names/commands
  • Super Simple setup! (No database, no extra application, just simple webhook integration!)
Known Issues:
  • See Discord.
Chat Commands:
  • /testcmd - Send a test msg to discord
  • /cl.reload - Reload config
Console Commands:
  • cl.reload - Reload config
RCON Commands:
  • cl.reload - Reload config

Config Example:
JSON:
{
  "General": {
    "SenderName": "YOURSERVERNAME" // What bot name should be shown in discord
  },
  "Webhooks": {
    "Chat": {
      "Enable": true, // If false no chat will logged, if true chat will be logged.
      "Filter": [ "/shop", "/buy", "/kit" ], // Filter out commands you don't want to be logged, if empty everything will be logged.
      "ShowSteamId": true, //If the command logger should expose the user's Steam id
      "ShowPosition": true, //If the command logger should expose the user's Position X Y Z Format.
      "URL": "YOURWEBHOOK!" // The dedicated webhook for Chat logging
    },
    "Console": {
      "Enable": true,
      "Filter": [ "cl.reload", "dl.reload", "sl.reload" ],
      "ShowSteamId": true,
      "ShowPosition": true,
      "URL": "YOURWEBHOOK!" // The dedicated webhook for Console logging
    },
    "RCON": {
      "Enable": true,
      "Filter": [ "broadcast", "doexit", "saveworld" ],
      "ShowSource": true, // If the command logger should log if the source is internal or external
      "URL": "YOURWEBHOOK!" // The dedicated webhook for RCON logging
    }
  }
}


View attachment 3437
If you feel like donating to keep this project alive you do it here.

Author
Foppa
Downloads
114
Views
4,333
First release
Last update

Ratings

5.00 star(s) 1 ratings

More resources from Foppa

Latest updates

  1. 1.0

    Initial Release for Atlas

Latest reviews

Always nice to have an overview what commands have been used on what maps, especially if you have new admins in your team ^^
Back
Top