Bossbar show(Entity player) { final b = copyWith(type: BossbarType.get); b.modifiers['players'] = player.toString(); return b; }