- 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.