Skip to content

Commit

Permalink
2.0.8 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Archy-X committed May 1, 2024
1 parent 4868a20 commit e19db95
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

Changelog for versions since 2.0.0.

## 2.0.8

### New Features
- Minecraft 1.20.5 and 1.20.6 support
- Add hide_tooltip option to items in menus/loot to completely hide the tooltip
- Tooltips are hidden automatically for menu fill items
- Only works on 1.20.5+

### Changes
- Various optimizations for servers with high player counts
- Optimize BlockLeveler with cache for sources
- Optimize multiplier permission lookup with cache using LuckPerms events
- Optimize Treecapitator
- Treecapitator now gives XP for all blocks broken by default
- This can be disabled in mana_abilities.yml by setting give_xp to false
- Update Korean messages

### Bug Fixes
- Fix hex colors in skill names not working fully in menus
- Fix mana ability is not loaded error
- Fix Grappler ignoring region protection

### API Changes
- Slate is now relocated in the AuraSkills jar, so if you use dev.aurelium.slate packages with the api, you should relocate them to dev.aurelium.auraskills.slate using the Gradle Shadow or Maven Shade plugin
- Add MainConfig#getStartLevel and getHighestMaxLevel
- Add MenuManager#registerGlobalReplacer

## 2.0.7

### New Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
}
```
**Kotlin DSL:**
```kotlin
```Gradle Kotlin DSL
repositories {
mavenCentral()
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
projectVersion = 2.0.7
projectVersion = 2.0.8

0 comments on commit e19db95

Please sign in to comment.