Skip to content

Commit

Permalink
2.1.4 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Archy-X committed Jun 19, 2024
1 parent 8b2f454 commit 5324216
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

Changelog for versions since 2.0.0.

## 2.1.4

### New Features
- Add jobs income batching options to reduce economy lag
- If jobs.income.batching.enabled is true, accumulated income will be given in an interval instead of immediately
- The interval_ms option controls the minimum delay between when money is given
- If display_individual is true, the boss bar will display the original individual income instead of batched

### Changes
- Optimize checking for disabled sources using cache

### Bug Fixes
- Fix XP duplication exploit with land claiming plugins
- Fix resethealth command not working on 1.21
- Fix modifier is already applied error with stun
- Fix NoSuchMethodError on 1.19.4
- Fix PlaceholderAPI not working in level up message
- Fix negative XP gain after negative multipliers

## 2.1.3

### New Features
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
projectVersion = 2.1.3
projectVersion = 2.1.4

0 comments on commit 5324216

Please sign in to comment.