mirror of
https://github.com/Auxilor/EcoJobs.git
synced 2026-01-03 22:26:16 +00:00
Merge pull request #7 from badomensurvival/master
Job level placeholder
This commit is contained in:
@@ -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