An open API service indexing awesome lists of open source software.

https://github.com/hsgamer/hscore

The lazy core of my personal projects
https://github.com/hsgamer/hscore

bukkit bukkit-api common configurate database expression-evaluator gui java math minecraft minestom minestom-library spigot spigot-api sql

Last synced: 2 months ago
JSON representation

The lazy core of my personal projects

Awesome Lists containing this project

README

        

# HSCore

![Maven Central](https://img.shields.io/maven-central/v/me.hsgamer/hscore) ![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/me.hsgamer/hscore?color=green&label=snapshot&server=https%3A%2F%2Frepo.codemc.io) [![Build Status](https://ci.codemc.io/job/HSGamer/job/HSCore/badge/icon)](https://ci.codemc.io/job/HSGamer/job/HSCore/) [![Javadocs](https://img.shields.io/badge/javadocs-link-green)](https://hsgamer.github.io/HSCore/) [![Discord](https://img.shields.io/discord/660795353037144064)](http://discord.hsgamer.me/)

## Info

* This is a collection of common code used in my personal projects.
* I created this core because I am too lazy to change/fix/update the same code over and over again.
* This also includes some simple/useful/complex/dumb/... features used mainly in my projects.

## Affiliated Libraries

Part of the code in this repository was moved to the following repositories:

- [MineLib](https://github.com/ProjectUnified/MineLib)

## Add as a dependency

### Maven

```xml


me.hsgamer
hscore-MODULE
VERSION

```

### Gradle

```groovy
dependencies {
implementation 'me.hsgamer:hscore-MODULE:VERSION'
}
```