mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 20:32:34 +00:00
Add the `broadcast_console_to_ops` configuration option matching vanilla's `broadcast-console-to-ops` server property. When set to `false`, suppresses console and RCON command output from being broadcast to online operators. - Add `broadcast_console_to_ops` field to `CommandsConfig` (defaults to `true` for vanilla compatibility) - Track the setting via an `AtomicBool` in the command module - Replace hardcoded `true` in `should_broadcast_console_to_ops` for Console and RCON senders with the configurable value - Initialize the setting during server startup from advanced config Co-authored-by: Alexander Medvedev <lilalexmed@proton.me>