Adds a "reward reminder" section of the config that allows you to execute commands as the player gets closer to their next dex rank allowing you to let them know that if they catch X more Pokemon then they will receive rewards!
Example
The below section includes one "reward reminder" that will send a message whenever the player catches a Pokemon and is 5 more dexes away from their next reward stage.
reward-reminders:
one:
# The distance from the next reward level to send the reminder
distance-from-next: 5
# The commands to run when the reminder threshold is met
commands:
- message %player% You're 5 Pokemon away from %next%!
Full Changelog: 3.5.4...3.6.0