Skip to content

Commit

Permalink
Remove gradient from combatNotification.
Browse files Browse the repository at this point in the history
  • Loading branch information
vLuckyyy committed Feb 7, 2025
1 parent 2237232 commit 9baf281
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ public static class Messages extends OkaeriConfig {
"# BossBar overlays: https://javadoc.io/static/net.kyori/adventure-api/4.14.0/net/kyori/adventure/bossbar/BossBar.Overlay.html"
})
public Notice combatNotification = BukkitNotice.builder()
.actionBar("<gradient:#5e4fa2:#f79459>Combat ends in: <white>{TIME}</white></gradient>")
.actionBar("Combat ends in: <white>{TIME}</white></gradient>")
.sound(Sound.ENTITY_EXPERIENCE_ORB_PICKUP, SoundCategory.PLAYERS, 2.0F, 1.0F)
.build();

Expand Down

0 comments on commit 9baf281

Please sign in to comment.