bivashy / MC-Auth-with-Link

Fork of mc-auth. Added multiple ways to link
Eclipse Public License 2.0
35 stars 12 forks source link

[Bug] BossBar support in BungeeCord doesn't work in 1.20-R0.2-newer versions #154

Closed bivashy closed 4 months ago

bivashy commented 8 months ago

Describe the bug BossBar doesn't appear in new BungeeCord versions (1.20-R0.2 and newer), probably because BossBar was moved into another module, which leads into incompatibility, probably we should consider using Adventure API for broadcasting BossBar to players, instead of relying into legacy/unreliable native implementation of BossBar.

To Reproduce Steps to reproduce the behavior:

  1. Download latest version of BungeeCord
  2. Enable bossbar in configuration
  3. See that bossbar doesn't appear at all

Expected behavior BossBar should appear as usual.

Screenshots _

Additional context _

bivashy commented 4 months ago

155