Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paring-chan/customitemsapi


https://github.com/paring-chan/customitemsapi

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# 커스텀아이템 API

papermc 마인크래프트 서버에서 사용할 수 있는 커스텀 아이템 프레임워크(?)입니다.

### 설치하기

buid.gradle.kts
```kotlin
repositories {
maven("https://jitpack.io/")
}

dependencies {
implementation("com.github.parangee:CustomItemsAPI:0.1.4")
}
```