CSF-Bungee
This BungeeCord plugin is designed to filter unwanted messages and errors appearing in the server console and logs. It's important to note that this tool only hides specified messages but does not fix the underlying code issues.
Key Features
- Removal of any configured messages from the server console and logs
- Simple setup through the plugin's configuration file
- Ability to reload configuration without server restart using a special command
- The system does not automatically fix errors - it only hides their display
Installation and Usage
- Place the plugin file in the plugins folder on your BungeeCord server
- Configuration file will be automatically created on first run
- Configure filters for hidden messages in the configuration
- Use the /csfreload command to apply setting changes without reloading
Permission Settings
csfbungee.reload - allows use of the configuration reload command
Simple Command
/csfreload - instant update of plugin settings
Configuration Example
# List of messages to hide from console and logs
# Each new line represents a separate message to filter
# IMPORTANT: No need to specify the full message text!
# The plugin will hide all messages containing the specified fragments
# Usage example:
# Messages-To-Hide-Filter:
# - 'WARNING: unlocalizedName'
# To use regular expressions, add "@" prefix to the line
Messages-To-Hide-Filter:
- 'WARNING: unlocalizedName'
- 'look up profile properties for'
- 'InitialHandler - NativeIoException: readAddress(..) failed: Connection reset by peer'