Starting

Import

For starting, we need to import HCore in your project.

repositories {
  maven { url 'https://jitpack.io' }
}

dependencies {
  implementation 'com.github.hakan-krgn.hCore:bukkit:0.6.9.6'
}

Little bit about HCore

HCore is a powerful developer tool for spigot developers.

It gives you a lot of possibilities such as:

  • NPCs;

  • Commands with tab completion;

  • Holograms;

  • Scoreboards;

  • Particles;

  • JSON Configs;

  • Yaml Configs;

  • Spam System;

  • Item Builder;

  • Registering events without class creation;

  • Inventory System;

  • Packet System;

  • Renderer System;

  • World Border System;

  • Database Management;

HCore will help you with all of these tasks. So, HCore is your favorite api for working with almost all what you need.

circle-info

HCore is also open source, so, you can send pull request with your possibilities which it doesnt have.

circle-info

If you have any ideas how to improve HCore, so, you can create issue right here: https://github.com/hakan-krgn/hCore/issuesarrow-up-right.

circle-exclamation

Last updated