
AdminWatchdog
AdminWatchdog lets you monitor what staff members do on your server. When an admin runs a command, changes gamemode, or takes items from creative mode, the plugin sends a message to your Discord channel. This helps server owners keep track of staff activit
225
4
Список изменений
This release is focused on real-world moderation load: fewer duplicate pings, better abuse detection, and less webhook spam when people start command-flooding.
Added
- Threshold matching in custom responses. You can now match numeric arguments with
>=,<=,>,<, and==. - Repeat-time triggers for burst detection (for both player and console commands).
- Discord batching system to merge multiple logs into fewer webhook requests.
Changed
- Custom responses are now split cleanly into:
custom-responses.playercustom-responses.console
- Command blacklist is now split too:
monitoring.command-blacklist.playermonitoring.command-blacklist.console
- Added
custom-responses.suppress-normal-loggingso you can avoid duplicate log lines when a custom alert already fired. - Pattern matching now accepts config keys with or without leading
/.
Examples
Custom response for large gives only:
custom-responses:
enabled: true
player:
"give * * >=5": "⚠️ Large give detected by %player%: %command%"
Burst detection for repeated /smg:
custom-responses:
repeat-triggers:
enabled: true
player:
- pattern: "smg"
count: 3
interval-seconds: 10
response: "⚠️ %player% repeated /smg %count%x in %interval%s"
Separate console blacklist (useful for menu automation noise):
monitoring:
command-blacklist:
enabled: true
player:
- "msg"
console:
- "dm open"
Discord batching for spam-heavy servers:
discord:
batching:
enabled: true
interval-ms: 1000
max-messages: 10
max-combined-length: 1800
Notes
- If you want only alert messages and no duplicate normal command logs, set:
custom-responses.suppress-normal-logging: true
- For key-give monitoring, pair threshold patterns with repeat triggers to catch both suspicious amount and suspicious frequency.
Файлы
AdminWatchdog.jar(358.10 KiB)
ОсновнойМетаданные
Канал релиза
Release
Номер версии
1.4.0
Загрузчики
PaperPurpurSpigot
Версии игры
1.21–1.21.11
Загрузок
34
Дата публикации
3 нед. назад
