Skip to content

EverNife/FinalConsoleFilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord

FinalConsoleFilter

A plugin de that handles console filtering. This plugin can hide configured messages or errors from server console and logs.

Requirements

How to Use

For each logged line the plugin tries to apply the regex rules you have created, if there is a mach than the log is omitted from the console.

If you don't know what is REGEX, search in the Google for the term.

To add RegexRules to the plugin you can either edit the config.yml or use the ingame commands.

config.yml


HidePatterns:
  ContainsList:
  - 'abra cadabra'
  - '/tpa'
  RegexList:
  - '.*11.*12.*'

The above example would hide 3 types of lines.

  • 1: Hide Any line that contains the phrase abra cadabra (ignoreCase)
  • 2: Hide Any line that contains the phrase /tpa (ignoreCase)
  • 3: Hide Any line that contains the numbers 11%ANYTHING_BETWEEN_THEM%12 (ignoreCase)

The RegexList is intended for more experienced users, if you are not one of them, use only the "ContainsList", its easy and simple!

You can also manage these rules using the commands bellow:

/finalconsolefilter add <text>
/finalconsolefilter addRegex <regex>
/finalconsolefilter remove <text|regex>
/finalconsolefilter list
/finalconsolefilter reload

The permissions for the plugin can be found under PermissionNodes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages