Skip to content

Commit

Permalink
Fully convert German messages to new format
Browse files Browse the repository at this point in the history
  • Loading branch information
Archy-X committed Nov 12, 2023
1 parent cd7e67e commit 38d6eb2
Show file tree
Hide file tree
Showing 5 changed files with 426 additions and 104 deletions.
2 changes: 1 addition & 1 deletion bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation("com.github.Archy-X:XSeries:887fe61174")
implementation("org.bstats:bstats-bukkit:3.0.0")
implementation("com.udojava:EvalEx:2.7")
implementation("com.github.Archy-X:Slate:c75c3db7d8") {
implementation("com.github.Archy-X:Slate:59d515020e") {
exclude("org.spigotmc", "spigot-api")
}
implementation("com.github.Archy-X:LootManager:60d109fdde")
Expand Down
8 changes: 6 additions & 2 deletions bukkit/src/main/resources/menus/skills.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ items:
wrap: true
style: '<gray>'
- ' '
- '<yellow>{{your_skills_hover}}'
- '<yellow>{{your_skills_click}}'
- text: '{{your_skills_hover}}'
wrap: true
style: '<yellow>'
- text: '{{your_skills_click}}'
wrap: true
style: '<yellow>'
close:
pos: 4,8
material: barrier
Expand Down
Loading

0 comments on commit 38d6eb2

Please sign in to comment.