Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Rida94/Hyperium

Open more actions menu
 
 

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!

Code Style

We use Google's Java Code style for Hyperium. It would be appreciated if you follow this as well.

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 or visit our website! For release, we don't know!

Q: Is there an addon tutorial?

A: Yes, its at https://www.youtube.com/watch?v=RXTIFdoNA8c.

Q: I found a bug. Where do I report it?

A: Join the Discord and run -new in the commands channel. Then explain your issue!

Q: My game keeps crashing!

A: If you have reported the issue using the automatic promopt, join the Discord and ask a developer to review your issue. If there are none online, please be patient!

Addons

Requirement: Built Hyperium, JDK 8+, IDE

Dependency: add Hyperium that you built as dependency for the project

package com.example;

import cc.hyperium.event.*;
import cc.hyperium.internal.addons.IAddon;
import net.minecraft.client.Minecraft;

public class AddonExample implements IAddon {

    @Override
    public void onLoad() {
        EventBus.INSTANCE.register(this);
    }

    @InvokeEvent
    private void onChatMessage(ChatEvent event) {
        if (event.getChat().getUnformattedText().contains("secret message!")) {
            Minecraft.getMinecraft().toggleFullscreen();
        }
    }

    @Override
    public void onClose() {
        System.out.println("Closing...");
    }
    
    @Override
    public void sendDebugInfo() {
    }
}

addon.json

{
  "name": "Addon Example",
  "version": "1.0",
  "mainClass": "com.example.AddonExample"
}

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 95.8%
  • Kotlin 4.2%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.