9
0
mirror of https://github.com/Auxilor/EcoJobs.git synced 2025-12-20 07:29:20 +00:00

Added %ecojobs_<id>_active% placeholder

This commit is contained in:
Auxilor
2023-02-15 18:48:47 +00:00
parent bd1b1aaa75
commit 04c2571d0f

View File

@@ -174,6 +174,12 @@ class Job(
it.getJobLevel(this).toString() it.getJobLevel(this).toString()
}.register() }.register()
PlayerPlaceholder(
plugin, "${id}_active"
) {
it.hasJobActive(this).toString()
}.register()
PlayerPlaceholder( PlayerPlaceholder(
plugin, "${id}_total_players" plugin, "${id}_total_players"
) { ) {