Chatting

PolySprint

VanillaHUD

OverflowAnimations

CrashPatch

PolyTime

PolyWeather

Keystrokes

Chatting

PolySprint

VanillaHUD

OverflowAnimations

CrashPatch

PolyTime

PolyWeather

Keystrokes

Creating the next big mod, one at a time

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

20 maintained mods

Built with OneConfig, a completely new way to configure mods.

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