9
0
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:
Will FP
2022-10-09 14:50:32 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

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"