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.

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

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

HCore isn't library that only created for working with npcs, or something else.

It means, that commands/support for working with all of these possibilities must have you to do it.

HCore provides a possibilities only for developers.

Last updated