Skip to content

emanh1/HCC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord

HCC (Hypixel Community Client - Not affiliated with Hypixel INC, produced by independent developers)

What is HCC?

The HCC 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

stop.

FAQ

Q: PLEASE HELP ME I CAN'T BUILD THE PROJECT!

A: JUST WAIT

Q: RELEASE, WHEN??

A: WE DON'T KNOW!

Q: ETA?

A: DON'T KNOW

Addons

Requirement: Built HCC, JDK 8+, IDE

Dependency: add HCC 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

About

Hypixel Community Client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.4%
  • Kotlin 2.6%