Chatting

PolySprint

VanillaHUD

OverflowAnimations

CrashPatch

PolyTime

PolyWeather

Keystrokes

Chatting

PolySprint

VanillaHUD

OverflowAnimations

CrashPatch

PolyTime

PolyWeather

Keystrokes

Redefining modding, one mod at a time

16+ mods. Unparalleled new features. OneConfig. We combine our groundbreaking library with mods with no equivalent anywhere else.

16 maintained mods

OneConfig is a revolutionary new way to configure mods. It allows you to configure all of your mods in one place, with a beautiful UI.

stuff
stuff

We listen to community feedback

No more are the days where developers ignore your great new idea. Some of our best mods and ideas are user-suggested, such as BehindYouV3, various Chatting features, and more.

public class MyConfig extends Config {
	@Switch(
		name = "Sub Switch",
		category = "General"
	)
	public static boolean subSwitch = false;

	public MyConfig() {
		super(new Mod("My Mod", ModType.UTIL_QOL), "config.json");
		addDependency("subSwitch", () -> {
			// Do stuff here
		});
	}
}

Open source

All of our mods are open source, and will continue to be open source. Anyone can learn, contribute, or take from our code (as long as it follows our license).

Powered by OneConfig

OneConfig brings the simplicity of a client to the everyday user, gives advanced users and developers complete control over everything, while remaining free and open-source.

stuff