Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muqhc/skyguifx
minecraft hovering gui framework with based on skygui for paper
https://github.com/muqhc/skyguifx
Last synced: 25 days ago
JSON representation
minecraft hovering gui framework with based on skygui for paper
- Host: GitHub
- URL: https://github.com/muqhc/skyguifx
- Owner: muqhc
- License: gpl-3.0
- Created: 2023-04-08T05:33:48.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-21T14:26:05.000Z (4 months ago)
- Last Synced: 2024-11-07T12:12:49.161Z (3 months ago)
- Language: Kotlin
- Homepage:
- Size: 139 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# skyguifx
[![Maven Central](https://img.shields.io/maven-central/v/io.github.muqhc/skyguifx.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.github.muqhc%22%20AND%20a:%22skyguifx%22)
minecraft hovering gui framework based on [skygui](https://github.com/muqhc/skygui) for paper
[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/l7q9vNBM2ec/0.jpg)](https://www.youtube.com/watch?v=l7q9vNBM2ec)
## Usage
### Add Dependency
build.gradle.kts
```kotlin
repositories {
mavenCentral()
}
dependencies {
implementation("io.github.muqhc:skyguifx:0.3.1")
}
```plugin.yml
```yaml
libraries:
- io.github.muqhc:skyguifx:0.3.1
```## Note
### [Examples](skyguifx-debug)
## [LICENSE](LICENSE.md)
GNU GENERAL PUBLIC LICENSE Version 3