Added %boosters_active_name%
This commit is contained in:
@@ -51,6 +51,17 @@ class BoostersPlugin : LibReforgePlugin(0, 14269, "&e") {
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
PlaceholderManager.registerPlaceholder(
|
||||||
|
PlaceholderEntry(
|
||||||
|
this,
|
||||||
|
"active_name",
|
||||||
|
{
|
||||||
|
BoosterUtils.getActiveBooster()?.booster?.name ?: ""
|
||||||
|
},
|
||||||
|
false
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
PlaceholderManager.registerPlaceholder(
|
PlaceholderManager.registerPlaceholder(
|
||||||
PlaceholderEntry(
|
PlaceholderEntry(
|
||||||
this,
|
this,
|
||||||
|
|||||||
Reference in New Issue
Block a user