Changelog

3.0.6:
* Updated the Sponge API and Mixins versions the mod is built against to work with current versions.
* Made the mod cleanly unregister Pixelmon listeners if the server does not have an economy plugin.

3.0.5:
* Updated for 8.0.0.
* Fixed dimension changes bypassing reward restrictions. (now based on the opponent's dimension)
* Added multiplier meta to directly add rewards multipliers to LP ranks. (/lp user USERNAME meta set pixelmoney:multiplier 2.4)

3.0.4:
* Updated for 7.0.8.
* Fixed the BeatTrainerEvent event not getting the reward Multiplier.
* Added a trainer blacklist in the config (to avoid players earning money by killing specific trainers) for each group.

To disable trainers, add this to the specific groups in the config: (with the examples replaced)

Code: Select all# Disabled trainers.
disabledTrainers = [
  NAME1
  NAME2
]   

JOIN THE TEAM