Fixed missing placeholder
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user