Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Changelog
Configuration
Config file config/commands-spy.json
Initial config
{
"blacklist": [],
"logArguments": false
}
blacklist
To prevent logging certain commands, add them to the blacklist.
Example - to maintain privacy of players' conversations, you can avoid logging commands tell
and t
.
"blacklist": ["tell", "t"]
log arguments
Command arguments are not logged by default: "logArguments": false
.
Example: /a b c
- [CommandsSpy] [Player: Ultra_MC] a
To log arguments of all commands, use "logArguments": true
.
Example: /a b c
- [CommandsSpy] [Player: Ultra_MC] a b c