mirror of
https://github.com/Auxilor/EcoJobs.git
synced 2025-12-20 15:39:26 +00:00
Added %ecojobs_<id>_active% placeholder
This commit is contained in:
@@ -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"
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user