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 spigot spigot-api sql

Last synced: 17 days 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) [![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)
- [CraftUX](https://github.com/ProjectUnified/CraftUX)
- [CraftItem](https://github.com/ProjectUnified/CraftItem)
- [BlockUtil](https://github.com/ProjectUnified/BlockUtil)

## Add as a dependency

### Maven

```xml


me.hsgamer
hscore-MODULE
VERSION

```

### Gradle

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