mirror of
https://github.com/Auxilor/EcoJobs.git
synced 2025-12-19 23:19:16 +00:00
Added %ecojobs_<id>_active% placeholder
This commit is contained in:
@@ -174,6 +174,12 @@ class Job(
|
||||
it.getJobLevel(this).toString()
|
||||
}.register()
|
||||
|
||||
PlayerPlaceholder(
|
||||
plugin, "${id}_active"
|
||||
) {
|
||||
it.hasJobActive(this).toString()
|
||||
}.register()
|
||||
|
||||
PlayerPlaceholder(
|
||||
plugin, "${id}_total_players"
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user