9
0
mirror of https://github.com/Auxilor/EcoSkills.git synced 2026-01-04 15:41:36 +00:00

Fixed unlocked lore

This commit is contained in:
Auxilor
2022-03-26 18:38:48 +00:00
parent ba21df1d09
commit 6e92f5346b
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ allprojects {
}
dependencies {
compileOnly 'com.willfp:eco:6.28.1'
compileOnly 'com.willfp:eco:6.30.0'
compileOnly fileTree(dir: '../../lib', include: ['*.jar'])

View File

@@ -194,7 +194,7 @@ class SkillGUI(
.replace("%level_numeral%", NumberUtils.toNumeral(slotLevel))
)
lore.addAll(plugin.configYml.getStrings("level-gui.progression-slots.unlocked.lore"))
lore.addAll(plugin.configYml.getFormattedStrings("level-gui.progression-slots.unlocked.lore"))
}
slotLevel == player.getSkillLevel(skill) + 1 -> {
val lookup = Items.lookup(plugin.configYml.getString("level-gui.progression-slots.in-progress.material")).item