Skip to content

Releases: EnvyWare/BetterDexRewards

UX Improvement

07 Nov 12:16
44d376e

Choose a tag to compare

Changes:

Updated to latest API
Updated to latest Pixelmon (9.3.9)
Added to Maven
Added PlayerRankupEvent
Added PlayerClaimRewardEvent
Removed "Ranks UI" and "Main UI" and combined them into one to improve the user experience when interacting with the mod

Full Changelog: 4.0.1...4.0.2

Pixelmon 9.3.7

12 Aug 14:46
c7b7f79

Choose a tag to compare

Updated to Pixelmon 9.3.7

Full Changelog: 4.0.0...4.0.1

SQLite & NeoForge

04 Jun 11:28
196c443

Choose a tag to compare

Changes:

Updated Pixelmon version to 9.3.2
Updated to NeoForge 1.21.1
Added SQLite (default) support
Fixed default configs being broken

Full Changelog: 3.6.0...4.0.0

Upcoming Reminder messages

09 Jul 14:32
bb791c8

Choose a tag to compare

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

Fix reminder message on dex event

09 Jun 21:22
14dfaf5

Choose a tag to compare

Fixes the reminder message firing on the dex event when you've already claimed all possible rewards
Fixes the id placeholder not working on the dex event based message

Full Changelog: 3.5.3...3.5.4

ID Placeholder

07 Jun 12:56
be48f40

Choose a tag to compare

Adds %id% placeholder to the reminder message so you can identify which reward a player has not claimed.
Fixes permissions not working in 1.20

Full Changelog: 3.5.2...3.5.3

Reset player command

16 May 22:58
4f8ca3a

Choose a tag to compare

Adds the resetplayer command to reset the claimable rewards for an online player
Fixes the UI displaying the wrong item for players who can claim a reward tier tier

Full Changelog: 3.5.1...3.5.2

Message fix

16 May 21:28
ebf8b83

Choose a tag to compare

Fixes some messages not sending due to missing platform handler
Fixes GUIs not opening

Full Changelog: 3.4.1...3.5.1

Fixes server crash

05 Jan 15:31

Choose a tag to compare

Changes:

Updates API
Fixes server crash from opening GUIs
Updated to Pixelmon 9.1.10
Updated to Pixelmon 9.2.6

Full Changelog: 3.4.0...3.4.1

1.20.2 & 9.2.4

18 Oct 15:21

Choose a tag to compare

Changes:

Updated to Minecraft 1.20.2
Updated to Pixelmon 9.2.4
Improved the default config (missing pokemon UI works by default now, and the percentage item also works by default now)
Added comments to the config.yml

Full Changelog: 3.3.2...3.4.0