Conditions - Neovitalism/BetonMons-Wiki GitHub Wiki

Pixelmon Integration

Condition Name Description Format Example
hascaught Whether or not the player has caught the Pokémon specified, according to their pokédex. "hascaught [Pokémon Name or Dex #]" "hascaught jirachi"
haspokemon Whether or not the player has the specified Pokémon in their party. "haspokemon [Spec Identifier]" "haspokemon p:vulpix,form:alolan"
hasseen Whether or not the player has seen the Pokémon specified, according to their pokédex. "hasseen [Pokémon Name or Dex #]" "hasseen guzzlord"
partycount The amount of pokemon (not including eggs) in the player's party. Supports modifiers. Possible modifiers are ">=", ">", "=", "<", and "<=". "partycount [modifier][count]" "partycount >=3"