Update Booster.kt

This commit is contained in:
Nate R
2022-06-07 20:10:12 -05:00
committed by GitHub
parent ba100b14cc
commit 4b7cd865cb

View File

@@ -146,6 +146,15 @@ class Booster(
}
)
PlaceholderManager.registerPlaceholder(
PlayerlessPlaceholder(
plugin,
"${id}_name",
) {
active?.booster.name ?: ""
}
)
PlaceholderManager.registerPlaceholder(
PlayerlessPlaceholder(
plugin,