Matcher

{
  "type": "spawn_notification:matcher",
  "matcher": [
    "labels=legendary"
  ],
  "antiMatcher": [
	  "mewtwo"
  ]
}

Properties

matcher

A list of PokemonMatchers (check Tim Core’s docs for the version you’re using) to positively match against a Pokémon.

antiMatcher

A list of PokemonMatchers to negatively match against a Pokémon.