- Added unown SpeciesFormOverride. No more Unown F.
- Fixed issue with SpeciesFormOverride conflicting with regular namespace. If you had your streak randomly resetting, this was the cause. It will clean up after itself now without affecting your score adversely. Highly recommend updating!
- Added Russian translation, courtesy of hashiroku.
- Added snack counter for the new PokeSnacks.
- Inverted broadcast config option to noBroadcastFor.
- Changed the format of SpeciesFormOverrides to not depend on PokemonMatchers, as they're overkill.
- Ported to 1.7.0.
- Migrated to POKEMON_ENTITY_DID_SPAWN for fished up.
- Fixed server broadcast not rejecting client broadcast.
- Swapped the breakStreakOnForm option for an ignoreFormFor option, effectively inverting its logic.
- Fixed not tracking the form not giving a valid score anymore.
v1.6.1-1.6.0
- Added the CountSpawnCondition back in.
- Moved event handler registration from annotations to init. Change precipitated by an oddity in newer versions of KFF/NF that caused annotation-based event registration to fail (looks like NF removed access to something? idk). This should work across versions.
- Added hatch counter.
- Fixed broadcasting untracked form.
- Refactored broadcast config to be server-first, client-override.
- Fixed getCount giving 0 back if you didn't give the optional species.
- Separated empty from to-be-ignored species in CounterManager.
- Renamed the getScore functions to make more sense.
- Refactored registries for CounterTypes and ScoreTypes.
- Added commands:
- Get Score, with optional species and form.
- Set Score.
- Add Score, which is just Set Score but adding to current value.
- Reduce Score, which is just Set Score but reducing current value.
- Added hatch counter type.
- Fixed broadcasting untracked form.
- Refactored broadcast config to be server-first, client-override.
- Fixed getCount giving 0 back if you didn't give the optional species.
- Separated empty from to-be-ignored species in CounterManager.
- Renamed the getScore functions to make more sense.
- Refactored registries for CounterTypes and ScoreTypes.
- Added commands:
- Get Score, with optional species and form.
- Set Score.
- Add Score, which is just Set Score but adding to current value.
- Reduce Score, which is just Set Score but reducing current value.


