https://github.com/undefinedcreations/akari
https://github.com/undefinedcreations/akari
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/undefinedcreations/akari
- Owner: UndefinedCreations
- License: mit
- Created: 2024-12-09T10:17:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-06T18:19:29.000Z (12 months ago)
- Last Synced: 2025-07-06T18:34:56.320Z (12 months ago)
- Language: Kotlin
- Size: 163 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Akari
[](https://github.com/UndefinedCreations/Akari/releases)
Advance your Spigot experience furthur with Akari, the advanced camera framework
## Installation
> [!WARNING]
> Akari is still in early development, expect bugs
### Gradle
```gradle
maven {
name = "undefined-repo"
url = "https://repo.undefinecreation.com/releases"
}
```
```gradle
implementation "com.undefined:akari:(latest version)"
```
### Maven
```xml
akari
Akari Repository
https://repo.undefinedcreations.com/releases
```
```xml
com.undefined
akari
(latest version)
```
## License
[MIT](https://choosealicense.com/licenses/mit/)