mirror of
https://github.com/barkeser2002/JMT-MCMT.git
synced 2026-09-25 10:56:07 +03:00
*invalid filter configurations will result in hard crashes and faliures to boot :3
6 lines
149 B
TOML
6 lines
149 B
TOML
[[filters]]
|
|
priority = 10
|
|
name = "example"
|
|
targets.whitelist = [ "org.jmt.*" ]
|
|
targets.blacklist = [ "org.jmt.bad.**" ]
|
|
pools.primary.name = "LEGACY" |