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..7ad1c6b 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,15 @@ class Booster( active?.player?.savedDisplayName ?: "" } ) + + PlaceholderManager.registerPlaceholder( + PlayerlessPlaceholder( + plugin, + "${id}_name", + ) { + active?.booster.name ?: "" + } + ) PlaceholderManager.registerPlaceholder( PlayerlessPlaceholder(