9
0
mirror of https://github.com/Auxilor/EcoJobs.git synced 2025-12-22 16:39:34 +00:00

Merge pull request #7 from badomensurvival/master

Job level placeholder
This commit is contained in:
Will FP
2022-10-09 14:50:32 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ allprojects {
}
dependencies {
compileOnly 'com.willfp:eco:6.42.0'
compileOnly 'com.willfp:eco:6.43.6'
implementation 'com.willfp:libreforge:3.110.0'
implementation 'org.joml:joml:1.10.4'

View File

@@ -28,6 +28,11 @@ class EcoJobsPlugin : LibReforgePlugin() {
"job"
) { it.activeJob?.name ?: "" }.register()
PlayerPlaceholder(
this,
"job_level"
) { it.activeJobLevel?.level.toString() ?: "" }.register()
PlayerPlaceholder(
this,
"job_id"