We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b902059 commit 8b07e7fCopy full SHA for 8b07e7f
src/main/java/parallelmc/ctf/ParallelCTF.java
@@ -21,7 +21,7 @@ public class ParallelCTF extends JavaPlugin {
21
public static Level LOG_LEVEL = Level.INFO;
22
public static final HashMap<String, Class<? extends CTFClass>> classes = new HashMap<>();
23
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);
+ public static final BossBar alphaBossBar = BossBar.bossBar(Component.text("ParallelCTF v1.6 Alpha Gameplay", NamedTextColor.YELLOW), 1, BossBar.Color.RED, BossBar.Overlay.PROGRESS);
25
private static ProtocolManager protocolManager;
26
27
@Override
0 commit comments