Skip to content

Commit 8b07e7f

Browse files
committed
update bossbar
1 parent b902059 commit 8b07e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/parallelmc/ctf/ParallelCTF.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class ParallelCTF extends JavaPlugin {
2121
public static Level LOG_LEVEL = Level.INFO;
2222
public static final HashMap<String, Class<? extends CTFClass>> classes = new HashMap<>();
2323
public static GameManager gameManager;
24-
public static final BossBar alphaBossBar = BossBar.bossBar(Component.text("ParallelCTF v1.5 Alpha Gameplay", NamedTextColor.YELLOW), 1, BossBar.Color.RED, BossBar.Overlay.PROGRESS);
24+
public static final BossBar alphaBossBar = BossBar.bossBar(Component.text("ParallelCTF v1.6 Alpha Gameplay", NamedTextColor.YELLOW), 1, BossBar.Color.RED, BossBar.Overlay.PROGRESS);
2525
private static ProtocolManager protocolManager;
2626

2727
@Override

0 commit comments

Comments
 (0)