MCPcopy Create free account
hub / github.com/ZWareDevelopment/ClientBase / ClientConfig

Class ClientConfig

src/main/java/dev/zihasz/client/ClientConfig.java:5–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import net.minecraftforge.common.config.Config;
4
5@Config(modid = Client.ID, name = Client.NAME, category = "client")
6public class ClientConfig {
7
8 @Config.Name("Blacklist Bypass")
9 @Config.Comment("Bypass Mojang's server blacklist.")
10 public static boolean blacklistBypass = true;
11
12 @Config.Name("Proxy")
13 @Config.Comment("Proxy all your network traffic.")
14 public static boolean proxy = false;
15
16}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected