#how to find the bossbars that are displaying on a players screen
1 messages · Page 1 of 1 (latest)
listen to outbound bossbar packet & keep track state I guess
you mean nms?
not need to be
you said packet
just ProtocolLib
i am sure there's non-nms way
uh use ProtocolLib so you dont need to touch nms
I mean, there's probably a way of doing that via spigot-api
well you have https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Server.html#getBossBars() but not get all the BossBars running
declaration: package: org.bukkit, interface: Server
hm I dont think server keep bossbar info for each player
there's reverse way, like getting players that view certain bossbar
BossBar#getPlayers()
oh