diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecopets/pets/Pet.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecopets/pets/Pet.kt index 88a0015..996d663 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecopets/pets/Pet.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecopets/pets/Pet.kt @@ -203,6 +203,13 @@ class Pet( (it.getPetProgress(this) * 100).toNiceString() }.register() + PlayerPlaceholder( + plugin, + id + ) { + it.getPetLevel(this).toString() + }.register() + PlayerPlaceholder( plugin, "${id}_current_xp"