hCore [multi-functional developer tool] [Client-side NPC, Hologram and more] (1.8 - 1.20.x) icon

hCore [multi-functional developer tool] [Client-side NPC, Hologram and more] (1.8 - 1.20.x) -----

hCore is multi-functional developer tool for spigot developers.



hCore

What is hCore?

A simplified and multi-functional tool for spigot developers. There are dozens of features you can use in it, and it is
completely open source code. hCore supports all versions from 1.8 to 1.20.x. Also, you can find all these APIs usages
from here.​


JavaDocs
Features
  • Annotation Command - Command system with annotation for registering commands without plugin.yml.
  • NPC - NPC system for creating and managing client-side NPCs.
  • Database - Database implementation system for multi-database support.
  • Hologram - Hologram system for creating and managing client-side holograms.
  • Scoreboard - Scoreboard system for creating non-flicker scoreboards.
  • Message - Message system to send title, action-bar or boss-bar to player.
  • Packet - Packet system to listen to the packet and send it to the player.
  • Event Subscriber - Event subscribe system to register listeners without any class.
  • Particle - Particle system to play particle effects client-side for any player.
  • Renderer - Renderer system for rendering and sending the package to the closest players.
  • Scheduler - Scheduler system to easily create new scheduler.
  • Inventory - Inventory system for creating and opening special inventories for players.
  • Anvil - Anvil system for receiving input from the player.
  • Sign - Sign system for receiving input from the player.
  • WorldBorder - WorldBorder system to display WorldBorder client-side.
  • ItemBuilder - HItemBuilder class for creating item stacks and manage stacks easily.
  • Yaml - Basic yaml system for creating and manage yamls easily.
  • Spam - Spam system to check if the given ID is spamming.

How to add it to Maven or Gradle?

Maven
HTML:
<repository>
    <id>jitpack.io </id>
    <url>https://jitpack.io </url>
</repository>

<dependency>
    <groupId>com.github.hakan-krgn.hCore </groupId>
    <artifactId>hCore-bukkit </artifactId>
    <version>0.7.2.0 </version>
</dependency>

<dependency>
    <groupId>com.github.hakan-krgn.hCore </groupId>
    <artifactId>hCore-bungee </artifactId>
    <version>0.7.2.0 </version>
</dependency>

Gradle
Code (Java):
repositories {
  maven { url 'https://jitpack.io' }
}

dependencies {
  implementation 'com.github.hakan-krgn.hCore:hCore-bukkit:0.7.2.0'
  annotationProcessor 'com.github.hakan-krgn.hCore:hCore-bukkit:0.7.2.0'

 
  implementation 'com.github.hakan-krgn.hCore:hCore-bungee:0.7.2.0'
  annotationProcessor 'com.github.hakan-krgn.hCore:hCore-bungee:0.7.2.0'
}
Resource Information
Author:
----------
Total Downloads: 4,977
First Release: Apr 20, 2022
Last Update: Sep 4, 2023
Category: ---------------
All-Time Rating:
9 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings