ConsoleFilter-1.2.0.jar
Details
-
FilenameConsoleFilter-1.2.0.jar
-
Uploaded by
-
UploadedDec 28, 2024
-
Size38.66 KB
-
Downloads51
-
MD5ec3fcdfaf97018277e5138b285e7d753
Supported Bukkit Versions
- 1.21
Changelog
New:
1. optional Regex support (for advanced users).
- your regex should start and end with a forward slash "/"
- example: /^[A-Za-z]+\sGrowth\sModifier:\s\d+\%$/
- notice: no double quotes around the regex or else it'll error out.
- example: /^[A-Za-z]+\sGrowth\sModifier:\s\d+\%$/
- notice: no double quotes around the regex or else it'll error out.
2. if you opt to save filter count, it will now save per filter count alongside the total count
Modified:
permission to reload from consolefilter.admin -> consolefilter.reload
updated config.yml with comments/example for regex