Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Added ability to configure console count output interval in minutes.
config.yml just in case you like keeping things commented and tidy. otherwise new configurations show up automatically after you update the jar.
# PLUGIN CURRENT VERSION
version: "1.1.1"
# Enables/Disables daily update checks. true/false.
Check-For-Updates: true
# Persist total filter count (It saves between restarts to avoid constant read/write operations)
Save-Filtered-Count: true
# Enables/Disables filtered message count console output every ten minutes. true/false
Output-Filtered-Messages-Count-To-Console: true
# Interval in minutes to output to console. Default every 10 minutes.
Output-Filtered-Messages-Count-Interval: 10
# Add here the patterns of messages you want to block from appearing in your console and logs.
# Each line represents a new pattern.
# NOTE! You don’t need to add the full message!
# The plugin will block any message that contains the text added below.
#
# EXAMPLE:
#
# Blocked-Messages:
# - 'SPAM WARNING: ExampleMessage'
#
# Any console message containing the text 'SPAM WARNING: ExampleMessage'
# will be blocked from appearing in the console and logs.
#
# If you have large errors, you don’t need to type the entire error message.
# However, be specific to avoid blocking unintended messages.
Blocked-Messages:
- "*********************************"
Information
| Published on | December 27, 2024 |
|---|---|
| Downloads | 0 |
Platforms
Paper (1.21-1.21.4)