Added %boosters_active_name%

This commit is contained in:
Auxilor
2022-02-13 15:53:12 +00:00
parent 498e6f3058
commit 1e8adf83a2
@@ -51,6 +51,17 @@ class BoostersPlugin : LibReforgePlugin(0, 14269, "&e") {
)
)
PlaceholderManager.registerPlaceholder(
PlaceholderEntry(
this,
"active_name",
{
BoosterUtils.getActiveBooster()?.booster?.name ?: ""
},
false
)
)
PlaceholderManager.registerPlaceholder(
PlaceholderEntry(
this,