Hyperium (A Community Client for Hypixel - Not affiliated with Hypixel INC, produced by independent developers)
The Hyperium is a Minecraft modification in development. It will combine many popular features in addition to suggestions and ideas from the community to provide a unique experience designed for Hypixel.
- ChromaHUD
- Keystrokes v4
- MouseDelayFix
- NoCloseMyChat
- 1.7 Animations
- Levelhead
- AutoGG
- AutoWho
- ToggleChat
- MemoryFix
- Perspective Mod
- Sidebar Mod
If you don't know how, you shouldn't. Go join our beta in Discord, or wait for release!
Q: Please help, I can't build Hyperium!
A: Wait for a new beta or release!
Q: Release, when?
A: We don't know! However, open beta testing has began at our Discord!
Q: ETA?
A: For beta, now! Join the Discord! For release, we don't know!
Q: Is there an addon tutorial?
A: Yes, its at https://www.youtube.com/watch?v=RXTIFdoNA8c.
Requirement: Built Hyperium, JDK 8+, IDE
Dependency: add Hyperium that you built as dependency for the project
package me.cubxity;
@Addon(modid = "TestMod", version = "1.0 BETA")
public class TestMod {
@InvokeEvent
public void init(InitilizationEvent event) {
System.out.println("Started!");
}
}
addon.json
{
"name":"MaiCuteAddon",
"version":"1.0",
"main":"me.cubxity.TestMod"
}
Examples here
YourKit supports open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of YourKit Java Profiler and YourKit .NET Profiler, innovative and intelligent tools for profiling Java and .NET applications.