https://github.com/selfmadesystem/senapi
An API for you senpai.
https://github.com/selfmadesystem/senapi
Last synced: 9 months ago
JSON representation
An API for you senpai.
- Host: GitHub
- URL: https://github.com/selfmadesystem/senapi
- Owner: SelfMadeSystem
- License: mit
- Created: 2020-12-09T04:14:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-17T17:23:57.000Z (almost 4 years ago)
- Last Synced: 2025-01-15T01:45:21.810Z (over 1 year ago)
- Language: Java
- Size: 119 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SenAPI
SenAPI is more of a utility library for Spigot and BungeeCord.
SenAPI currently contains utilities for strings, a few player utilities, a config manager of sorts,
and some SQL utilities, just MySQL and SQLite for now.
# Implementation:
## Gradle:
```groovy
repositories {
maven { url 'https://jitpack.io' }
}
```
```groovy
dependencies {
implementation 'com.github.True-cc:SenAPI:version-here'
}
```
## Maven:
```xml
jitpack.io
https://jitpack.io
```
```xml
com.github.True-cc
SenAPI
version-here
```
# Adding to dependency manager.
## Gradle
```groovy
repositories {
maven { url 'https://jitpack.io' }
}
```
```groovy
dependencies {
implementation 'com.github.True-cc:SenAPI:version-here'
}
```
## Maven:
```xml
jitpack.io
https://jitpack.io
```
```xml
com.github.True-cc
SenAPI
version-here
```
You can shade the SenAPI into your jar or you can use [Lilliputian](https://github.com/GoDead/Lilliputian)
#### Thanks:
- Thank you Vagdedes for helping me make the SQL methods!
- Thank you koloslolya for the name lol.
There will be more to this sometime soon™.