https://github.com/monun/invfx
https://github.com/monun/invfx
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/monun/invfx
- Owner: monun
- License: gpl-3.0
- Created: 2021-01-31T16:39:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-22T14:50:37.000Z (almost 3 years ago)
- Last Synced: 2023-07-27T15:17:51.570Z (almost 3 years ago)
- Language: Kotlin
- Size: 338 KB
- Stars: 31
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# InvFX
[](https://www.azul.com/)
[](http://kotlinlang.org)
[](https://gradle.org)
[](https://search.maven.org/artifact/io.github.monun/invfx-core)
[](https://www.gnu.org/licenses/gpl-3.0.html)
[](https://www.youtube.com/channel/UCDrAR1OWC2MD4s0JLetN0MA)
### Kotlin DSL for PaperMC Inventory GUI
---
* #### Features
* Frame
* Button
* Pane
* List
---
#### Gradle
```kotlin
repositories {
mavenCentral()
}
```
```kotlin
dependencies {
implementation("io.github.monun:invfx-api:")
}
```
### plugins.yml
```yaml
name: ...
version: ...
main: ...
libraries:
- io.github.monun:invfx-core:
```