AdvancedCommandLogger
PluginMIT

AdvancedCommandLogger

This plugin logs the commands players execute on the server. It uses a Discord webhook to send the logs to a channel. You can configure which commands you want to be logged.

50
Downloads
3
Followers
3 weeks ago
Updated
📦
3
Versions

📖About AdvancedCommandLogger

AdvancedCommandLogger is a lightweight and configurable Minecraft plugin that logs player and staff commands directly to Discord using webhooks. It helps server owners monitor command activity in real time with organized embeds and customizable logging settings.

Features

Logs player and staff commands separately
Sends logs to Discord webhooks instantly
Configurable command whitelist system
Optional logging for:

  • Coordinates
  • World name
  • Ping
  • Command output

Ignore specific worlds, players, or permissions
Async webhook support for better performance
Simple and easy-to-edit config

Perfect for staff monitoring, moderation tracking, and server security.

P.S.: This plugin is just a fan project I made in my spare time, so I might not take the development of this plugin too seriously. I'm just going to develop it for fun. Thank you!

Replace this with a description

📈 Live Statistics

  • Active Servers: Servers
  • Players Tracked: Players

Statistics:
https://bstats.org/plugin/bukkit/AdvancedCommandLogger/31787

AdvancedCommandLogger 1.0.1v Config

settings:
  async-webhooks: true
  console-logging: true
  log-player-ip: false
  log-coordinates: true
  log-command-output: true
  log-world: true
  log-ping: true
  ignore-op: false
  debug-mode: false

webhooks:
  staff: "WebhookLinkStaff"
  player: "WebhookLinkPlayer"

cooldowns:
  webhook-ms: 1000

ignored-worlds:
  - "bedwars"

ignored-permissions:
  - "aclogger.bypass"

ignored-players:
  - "TestPlayer"

staff-commands:
  - "/gamemode"
  - "/give"
  - "/fly"
  - "/op"
  - "/deop"
  - "/ban"
  - "/unban"
  - "/irp"
  - "/invsee"
  - "/endersee"
  - "/seed"
  - "/seedcracker data"

player-commands:
  - "/spawn"
  - "/hub"
  - "/lobby"

embed-colors:
  staff: 16711680
  player: 255