mirror of
https://github.com/Auxilor/EcoJobs.git
synced 2025-12-23 00:49:30 +00:00
Merge pull request #7 from badomensurvival/master
Job level placeholder
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user