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
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 ".
9.1.0 (2023-10-27)
Features
9.1.1 (2023-11-14)
Bug Fixes
- Fixed commands in 1.20.2 (0afb4cd)
## 8.2.2 (2022-12-27)
### Bug Fixes
* update-versions.sh (f60699a)
## 8.2.1 (2022-12-14)
### Bug Fixes
* Updater: Fixed updater message. (006303f)
# 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)
# 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)
## 8.0.2 (2022-11-28)
## 8.0.1 (2022-11-25)
### Bug Fixes
* VoteRewardPlugin: Fixed an issue that caused voterewards to not load (14ec9b8)
# 8.0.0 (2022-11-23)
### Features
* Extension: VoteRewards can now load as an extension (512962a)
### BREAKING CHANGES
* Extension: A lot of API changes
## 7.13.5 (2022-11-23)
### Bug Fixes
* VoteParty: VoteParty rewards (519f347)
## 7.13.4 (2022-10-28)
### Bug Fixes
* Updater: Updater URL (d2b659e)
## 7.13.3 (2022-10-28)
### Bug Fixes
* Updater: Updater URL (435ad37)
## 7.13.2 (2022-10-28)
### Bug Fixes
* HologramCommand: Arguments (abc9940)
## 7.13.1 (2022-10-28)
### Bug Fixes
* HologramCommand: Arguments (0023d58)
# 7.13.0 (2022-10-28)
### Features
* Holograms: HolographicDisplays hook (bea31a2)
## 7.12.3 (2022-10-26)
### Bug Fixes
* VoteRewardPlugin: Removed deprecated annotation (d999b84)
## 7.12.2 (2022-10-26)
### Bug Fixes
* build.gradle: Change to GeorgeV22 repo for API (7174319)
## 7.12.1 (2022-10-26)
### Bug Fixes
* publish: Publish source and javadocs (61a44e2)
# 7.12.0 (2022-10-26)
### Features
* publish: Publish to GeorgeV22 repository (1d52e04)
# 7.11.0 (2022-09-27)
# 7.10.0 (2022-08-20)
### Features
* Monthly Rewards: Added monthly rewards (18f5d85)
# 7.9.0 (2022-07-10)
### Bug Fixes
* Lang: Fix lang for the NPC command. (9fc70f9)
### Features
* Updater: Updater is does no longer need the version.md file (9e5ae7f)
# 7.8.0 (2022-07-10)
### Bug Fixes
* NPCAPI: Fixed an error with NCPAPI when the plugin disables. (dbd4fba)
### Features
* WorldGuardWrapper: Added WorldEdit/WorldGuard support agaian (8651b57)
## 7.7.1 (2022-07-02)
### Bug Fixes
* VoteRewardPlugin: Fixed MySQL and PostgreSQL instances (5958037)
# 7.7.0 (2022-07-01)
### Bug Fixes
* Server.xml: change WORKING_DIRECTORY back to $PROJECT_DIR$ (24a4ec7)
### Features
* 1.19: Added 1.19 support (6f0c237)
# 7.6.0 (2022-06-11)
### Bug Fixes
* build: Fixed build errors and some refactoring (2a190ac)
Check the full changelog here https://github.com/GeorgeV220/VoteRewards/compare/v7.3.1...v7.5.0
## 7.3.1 (2022-03-20)
### Bug Fixes
# 7.3.0 (2022-03-20)
### Features
* Holograms changes and build fix (942afe7)
## 7.2.1 (2022-03-14)
### Bug Fixes
* Server.xml: working directory path fixed (8394a7e)
# 7.2.0 (2022-03-14)
### Features
* gradle.yml: shadowJar (7d8b8e2)
# 7.1.0 (2022-03-13)
### Bug Fixes
* OptionsUtil (2a35ae4)
### Features
# 7.0.0 (2022-03-13)
* chore!: JavaDocs and Sources (54a0a30)
### BREAKING CHANGES
* Now gradle will Generate JavaDocs and Sources
# 1.0.0 (2022-03-13)
### Build System
* VoteRewards: Add plugin files and corrected build instructions (build.gradle) (bffdc79)
### BREAKING CHANGES
* VoteRewards: switched to Java 17 and Paper 1.18.2