diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecojobs/jobs/Job.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecojobs/jobs/Job.kt index 43e18d4..0411aeb 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecojobs/jobs/Job.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecojobs/jobs/Job.kt @@ -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" ) {