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
- Host: GitHub
- URL: https://github.com/hsgamer/hscore
- Owner: HSGamer
- License: mit
- Created: 2020-07-18T11:15:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-03-05T14:51:11.000Z (24 days ago)
- Last Synced: 2026-03-05T18:12:05.798Z (24 days ago)
- Topics: bukkit, bukkit-api, common, configurate, database, expression-evaluator, gui, java, math, minecraft, spigot, spigot-api, sql
- Language: Java
- Homepage: https://hsgamer.github.io/HSCore/
- Size: 49.2 MB
- Stars: 28
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)
- [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'
}
```