Skip to content

Commit

Permalink
2.0.5 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Archy-X committed Apr 6, 2024
1 parent fb1ec2a commit e82f8a6
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
25 changes: 25 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

Changelog for versions since 2.0.0.

## 2.0.5

### New Features
- Add track and use_track options to sources menu
- Used to rearrange the source items in any way rather than just a rectangle
- Add custom_model_data option to source item filter meta
- To use, add it to a custom XP source item filter section for filtering a specific model data

### Changes
- Update messages and move identical messages across languages to global.yml

### Bug Fixes
- Fix Regions API errors
- Fix hex colors not working in titles and boss bar
- Fix trailing color codes not working in stat symbols
- Fix user skill levels being below start_level when increased
- Fix multiplier command displaying incorrect values
- Fix newlines not working in reward chat messages
- Fix Retrieval detecting tridents as arrows
- Fix skill reset command not using config start_level
- Fix Lightning Blade being activated by thorns
- Fix Alchemist replacing lore and not working for custom effects
- Fix hex colors not working in skill messages
- Fix errors with WorldGuard 7.1

## 2.0.4

### New Features
Expand Down
4 changes: 3 additions & 1 deletion bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ dependencies {
implementation("co.aikar:acf-paper:0.5.1-SNAPSHOT")
implementation("de.tr7zw:item-nbt-api:2.12.2")
implementation("org.bstats:bstats-bukkit:3.0.2")
implementation("com.github.Archy-X:Slate:edfdfda629")
implementation("com.github.Archy-X:Slate:682ec092e6") {
exclude("org.yaml", "snakeyaml")
}
// implementation(files("../../Slate/build/libs/Slate-1.0.0.jar"))
implementation("net.kyori:adventure-text-minimessage:4.16.0")
implementation("net.kyori:adventure-platform-bukkit:4.3.2")
Expand Down
2 changes: 1 addition & 1 deletion bukkit/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: AuraSkills
version: 2.0.4
version: 2.0.5
main: dev.aurelium.auraskills.bukkit.AuraSkills
description: The ultra-versatile RPG skills plugin
author: Archyx
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.4
projectVersion = 2.0.5

0 comments on commit e82f8a6

Please sign in to comment.