diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/boosters/Booster.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/boosters/Booster.kt index d4f76c1..d4d4bb1 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/boosters/Booster.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/boosters/Booster.kt @@ -145,6 +145,17 @@ class Booster( active?.player?.savedDisplayName ?: "" } ) + + PlaceholderManager.registerPlaceholder( + PlayerlessPlaceholder( + plugin, + "${id}_name", + ) { + val active = this.active + + active?.booster?.name ?: "" + } + ) PlaceholderManager.registerPlaceholder( PlayerlessPlaceholder(