Skip to content

CoalCoding/Hyperium

 
 

Repository files navigation

Discord Travis-CI

Hyperium (A Community Client for Hypixel - Not affiliated with Hypixel INC, produced by independent developers)

What is Hyperium?

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.

Features

Contributing

Building the project with IntelliJ

If you don't know how, you shouldn't. Go join our beta in Discord, or wait for release!

FAQ

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.

Addons

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

Developers

Special Thanks

yk

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.

About

Hyperium, Free Minecraft client with HUDs and Popular mods

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.0%
  • Kotlin 4.0%