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
- Host: GitHub
- URL: https://github.com/hsgamer/hscore
- Owner: HSGamer
- License: mit
- Created: 2020-07-18T11:15:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T12:54:32.000Z (about 1 year ago)
- Last Synced: 2024-04-13T16:36:02.780Z (about 1 year ago)
- Topics: bukkit, bukkit-api, common, configurate, database, expression-evaluator, gui, java, math, minecraft, minestom, minestom-library, spigot, spigot-api, sql
- Language: Java
- Homepage: https://hsgamer.github.io/HSCore/
- Size: 43.8 MB
- Stars: 25
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HSCore
  [](https://ci.codemc.io/job/HSGamer/job/HSCore/) [](https://hsgamer.github.io/HSCore/) [](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'
}
```