diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/BoostersPlugin.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/BoostersPlugin.kt index 118e220..5facd8a 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/BoostersPlugin.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/BoostersPlugin.kt @@ -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,