https://github.com/bg-software-llc/superiorskyblock2
Optimized, feature packed Skyblock core.
https://github.com/bg-software-llc/superiorskyblock2
bgsoftware bukkit java minecraft plugin skyblock spigot superiorskyblock
Last synced: about 1 year ago
JSON representation
Optimized, feature packed Skyblock core.
- Host: GitHub
- URL: https://github.com/bg-software-llc/superiorskyblock2
- Owner: BG-Software-LLC
- License: gpl-3.0
- Created: 2019-01-10T18:41:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-13T13:29:48.000Z (about 1 year ago)
- Last Synced: 2025-04-13T16:17:00.804Z (about 1 year ago)
- Topics: bgsoftware, bukkit, java, minecraft, plugin, skyblock, spigot, superiorskyblock
- Language: Java
- Homepage: https://bg-software.com/superiorskyblock/
- Size: 61.7 MB
- Stars: 178
- Watchers: 5
- Forks: 155
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
The most optimized Skyblock core on the market.
## Compiling
You can compile the project using gradlew.
Run `gradlew build` in console to build the project.
You can find already compiled jars on our [Jenkins](https://hub.bg-software.com/) hub!
## API
The plugin is packed with a rich API for interacting with islands, players and more. When hooking into the plugin, it's
highly recommended to only use the API and not the compiled plugin, as the API methods are not only commented, but also
will not get removed or changed unless they are marked as deprecated. This means that when using the API, you won't have
to do any additional changes to your code between updates.
### Maven
```xml
bg-repo
https://repo.bg-software.com/repository/api/
com.bgsoftware
SuperiorSkyblockAPI
VERSION
provided
```
### Gradle
```text
repositories {
maven { url 'https://repo.bg-software.com/repository/api/' }
}
dependencies {
compileOnly 'com.bgsoftware:SuperiorSkyblockAPI:VERSION'
}
```
Make sure you replace `VERSION` with the matching version.
## Updates
This plugin is provided "as is", which means no updates or new features are guaranteed. We will do our best to keep
updating and pushing new updates, and you are more than welcome to contribute your time as well and make pull requests
for bug fixes.
## License
This plugin is licensed under GNU GPL v3.0
This plugin uses HikariCP which you can find [here](https://github.com/brettwooldridge/HikariCP).