Compatibility
Minecraft: Java Edition
Platforms
Links
Tags
Creators
Details
I'm Telling
A Paper plugin that broadcasts staff/admin command usage to the whole server, instead of letting it happen quietly.
Built for Paper 26.2. Requires Java 25.
Features
- Broadcast alerts when a player runs a watched command (
/give,/gamemode,/op,/tp, and more, fully configurable) - Also watches commands run from the server console and RCON
- GrimAC anticheat flag relay, broadcast to everyone instead of admin-only
- Configurable alert cooldown so repeated triggers don't spam chat
- Choose whether alerts go to everyone or only players with a permission
- Fully customizable message formats using MiniMessage
Intended usage
Server staff and admins have access to powerful commands that regular players never see used, such as /gamemode, /op, /give, /tp, and similar. Normally, that activity is invisible unless someone happens to check logs. This plugin makes it visible, broadcasting a chat message whenever a watched command runs, so players and other staff can see what's happening in real time.
It does the same for anticheat: GrimAC anticheat flags are normally admin-only. With this plugin installed alongside GrimAC, those flags get broadcast to chat too, so cheating alerts aren't hidden from everyone but the admins.
Broadcasting can be scoped to everyone or restricted to players with a permission, and a cooldown batches and deduplicates alerts so a flapping check or a busy admin doesn't flood chat.
Installation
- Run
mvn package(or grab a release jar). - Copy
target/im-telling-1.0.0.jarinto your server'splugins/folder. - Restart the server.
plugins/ImTelling/config.ymlis generated on first start.
Configuration
See config.yml for the full list of watched commands, message formats, and toggles (audience, cooldown, exemptions). Reload changes with /imtelling reload.
License
See LICENSE.


