loading screen

This commit is contained in:
Sen 2025-03-16 23:14:24 +01:00
parent 987ed4059e
commit d4f6d3e4f9
6 changed files with 139 additions and 95 deletions

View file

@ -334,6 +334,8 @@ public abstract class Config {
public static boolean itemFallDamage = true;
@Var(name = "registration")
public static boolean register = true;
@Var(name = "preload_chunks_local")
public static boolean preloadLocal = true;
@Var(name = "keepInventory")
public static boolean keepInventory = false;
@ -351,6 +353,8 @@ public abstract class Config {
public static boolean auth = false;
@Var(name = "teleportForAll")
public static boolean teleportAllowed = false;
@Var(name = "preload_chunks_all") // Vorsicht Lag!!
public static boolean preloadAll = false;
// @Var(name = "maxPolygonalPoints")
// public static int polygonalPoints = -1;