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:
@@ -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'])
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user