blob: 294b37bb23f68d47a4fce0c53ff8b712ad5540d9 (
plain)
1
2
3
4
5
6
|
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="WARN">
<!-- Filter out Hypixel scoreboard and sound errors -->
<RegexFilter regex="Error executing task.*|Unable to play unknown soundEvent.*" onMatch="DENY"
onMismatch="NEUTRAL"/>
</Configuration>
|