Skip to content

Releases: GeorgeV220/VoteRewards

v10.0.0

16 Feb 11:10
Compare
Choose a tag to compare

10.0.0 (2024-02-16)

Features

  • add animation option to paged inventories (98b88a1)
  • add Gson and UserTypeAdapter for User serialization (main) (184f485)
  • add gson dependency and relocate it (c46f6c0)
  • add UserTypeAdapter class for User serialization and deserialization (811bdd0)
  • Refactor the entire database system to use GSON instead, (7a499d0)
  • VoteRewardPlugin: add getter for voteRewardInstance (1224a22)

BREAKING CHANGES

  • Database schema has been changed

v9.1.1

14 Nov 21:17
Compare
Choose a tag to compare

9.1.1 (2023-11-14)

Bug Fixes

  • Fixed commands in 1.20.2 (0afb4cd)

v9.1.0

27 Oct 03:37
Compare
Choose a tag to compare

9.1.0 (2023-10-27)

Features

v9.0.0

04 Jul 20:06
Compare
Choose a tag to compare

9.0.0 (2023-07-04)

Bug Fixes

  • Fix issue with sending message to commandIssuer (820ea17)
  • Handle exception and log warning message when failed to check for an update (14894b8)
  • player: fix method calls and record field access (98416cd)

Features

  • 1.20 support. (ef01f4f)
  • add plugin.yml (1f3289e)
  • commands: Update Commands to use new User class and changed CommandExecutor to CommandIssuer (2d53b60)
  • player: Add PlayerDataManager class and User class modifications (3abcbcc)
  • Refactor AuthMe and PAPI hooks to use VoteReward instance and PlayerDataManager (d34410e)
  • Refactor VoteReward class and improve database handling (b958149)
  • Remove unused IDatabaseType interface and UserVoteData class (ea3ed58)
  • Remove VoteRewardExtension, extension.yml, and VoteRewardTest (bfa10bd)

BREAKING CHANGES

  • Numerous internal changes have been made. Player data
    from version 8.x is no longer supported. To proceed, it is necessary to
    create a backup using the command "voterewards backup", remove the old
    data, install the new version, and finally perform a restoration using
    the command "voterewards restore ".

v8.3.0

11 May 15:53
Compare
Choose a tag to compare

8.3.0 (2023-05-11)

Bug Fixes

  • Build tests (be41aae)
  • gradle.yml setup java nodejs version (c1211e6)
  • Make OptionsUtil.getOldPaths unmodifiable (556593f)
  • Player name (e433ccb)

Features

  • PlaceholderAPI support to the reward system. (#126) (5f766e3)

v8.2.2

27 Dec 15:07
Compare
Choose a tag to compare

8.2.2 (2022-12-27)

Bug Fixes

v8.2.1

14 Dec 13:25
Compare
Choose a tag to compare

8.2.1 (2022-12-14)

Bug Fixes

  • Updater: Fixed updater message. (006303f)

v8.2.0

12 Dec 20:02
Compare
Choose a tag to compare

8.2.0 (2022-12-12)

Bug Fixes

  • Metrics: Added config value for metrics (74f2615)

Features

  • 1_19_R2: Added 1.19.3(v1_19_R2) support (92497f3)

v8.1.0

28 Nov 20:27
Compare
Choose a tag to compare

8.1.0 (2022-11-28)

Bug Fixes

  • gradle.properties: Changed API version from 1.18 to 1.13 (fa2a725)

Features

  • VoteReward: Change package. (320e266)

v8.0.2

28 Nov 13:59
Compare
Choose a tag to compare

8.0.2 (2022-11-28)

Bug Fixes

  • Updater: Changed updater player messages to be more specific which plugin is sending the message. (e43d590)