-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] New placeholder name doesn't display name #21
Comments
I can't recreate that - it definitely works for me |
I’ve seen this not working for a few people in the boosters discord channel, all other new placeholders seem to work fine just the name placeholder. I’ve also tried shortening the id name and still the same. |
Yeah, same for me. All the placeholders except the name placeholder work. Is there not a way to implement a placeholder to display any active booster, like a wildcard? That'd be really nice |
Actually, pretty sure I see what's going on. There isn't a name placeholder being registered by this plugin. @WillFP I created a pull request, but I'm not familiar with Kotlin, so hopefully this is the correct syntax |
Hello,
With the new placeholder %boosters_< name >_name% it does not display any title but seconds and other placeholders do.
for example, this is my config using TAB for bossbars...
booster_bonushealththree:
style: "PROGRESS"
color: "YELLOW"
progress: "100"
text: "#e7a9f5 #5ae0c8Active: #e7a9f5 %boosters_bonushealththree_name% &5&l| #5ae0c8Timer: #e7a9f5 %boosters_bonushealththree_seconds_remaining%"
display-condition: '%boosters_bonushealththree_seconds_remaining%>1'
"bonushealththree" being my booster ID
And this is how it displays.
The text was updated successfully, but these errors were encountered: