Fixed missing placeholder

This commit is contained in:
Auxilor
2022-06-18 00:34:33 +01:00
parent a411dcff00
commit 0f14f36b2f

View File

@@ -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"