Improves the generation of the list of available chat colors

This commit is contained in:
2022-02-09 17:19:51 +01:00
parent 61b05bcce9
commit 28bb6f2109
9 changed files with 13 additions and 20 deletions

View File

@@ -16,6 +16,7 @@ import java.util.Map;
* The Stargate gate config keeps track of all global config values related to gates
*/
public final class StargateGateConfig {
private static final int activeTime = 10;
private static final int openTime = 10;
private final Map<ConfigOption, Object> configOptions;
@@ -320,4 +321,5 @@ public final class StargateGateConfig {
PortalSignDrawer.setHighlightColor(ChatColor.WHITE);
}
}
}