Skip to content

Commit 9baf281

Browse files
committed
Remove gradient from combatNotification.
1 parent 2237232 commit 9baf281

File tree

1 file changed

+1
-1
lines changed
  • eternalcombat-plugin/src/main/java/com/eternalcode/combat/config/implementation

1 file changed

+1
-1
lines changed

eternalcombat-plugin/src/main/java/com/eternalcode/combat/config/implementation/PluginConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ public static class Messages extends OkaeriConfig {
252252
"# BossBar overlays: https://javadoc.io/static/net.kyori/adventure-api/4.14.0/net/kyori/adventure/bossbar/BossBar.Overlay.html"
253253
})
254254
public Notice combatNotification = BukkitNotice.builder()
255-
.actionBar("<gradient:#5e4fa2:#f79459>Combat ends in: <white>{TIME}</white></gradient>")
255+
.actionBar("Combat ends in: <white>{TIME}</white></gradient>")
256256
.sound(Sound.ENTITY_EXPERIENCE_ORB_PICKUP, SoundCategory.PLAYERS, 2.0F, 1.0F)
257257
.build();
258258

0 commit comments

Comments
 (0)