Skip to content

Commit 23d1fa0

Browse files
committed
2.2.4 Release
1 parent e9bc3db commit 23d1fa0

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

Changelog.md

+26
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
Changelog for versions since 2.0.0.
44

5+
## 2.2.4
6+
7+
### New Features
8+
- Add more permission nodes with child permissions
9+
- auraskills.* contains permissions for all commands
10+
- auraskills.command.user contains permissions users have by default
11+
- auraskills.skill.* contains permissions to use all skills
12+
- auraskills.command.item.* contains permissions related to item modifier creation
13+
- auraskills.command.armor.* contains permissions related to armor modifier creation
14+
- auraskills.command.admin contains permissions for all admin/op commands
15+
16+
### Changes
17+
- Respect cancelled drops when applying block luck
18+
- Only show loaded skills in profile command
19+
- Update Chinese Simplified, Chinese Traditional, and Indonesian messages
20+
21+
### Bug Fixes
22+
- Fix health value must be between error when changing worlds
23+
- Fix boss bar progress must be between error when max skill level
24+
- Fix NPE when updating leaderboards on MySQL
25+
26+
### API Changes
27+
- SkillsUser#setSkillLevel will now refresh stats, permissions, rewards, and item modifiers
28+
- Add setSkillLevel method with boolean parameter to control whether to refresh stats
29+
- Add CustomManaAbilityBuilder#infoFormats to set the list of menu format names to use in the menu description
30+
531
## 2.2.3
632

733
### New Features

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
projectVersion=2.2.3
1+
projectVersion=2.2.4
22
supportedMCVersions=1.17,1.17.1,1.18,1.18.1,1.18.2,1.19,1.19.1,1.19.2,1.19.3,1.19.4,1.20,1.20.1,1.20.2,1.20.3,1.20.4,1.20.5,1.20.6,1.21,1.21.1

0 commit comments

Comments
 (0)