Command blocks
ardentcrest opened this issue ยท 3 comments
When using commandblocks the server info panel gets flooded with
[INFO] CommandBlock at ,,,,8 issued server command: /********
or
[INFO] ******* issued server command: /clear ********
This only happens when Essentials is loaded in to the server. Is there any way to stop this constant flow of [INFO] as it is really annoying.
Also tested with no other plugins loaded and still happens.
also used /gamerule logAdminCommands false and still happens.
also silent-commandblock-console to true, still happens.
and /gamerule commandBlockOutput false
This is a deliberate feature, but I agree that it's spammy - either this message should be made toggleable, or there should be a blacklist for command block log messages (to hide these messages for specific commands when run by a command block).