Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paring-chan/customitemsapi
https://github.com/paring-chan/customitemsapi
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/paring-chan/customitemsapi
- Owner: paring-chan
- Created: 2020-07-30T00:54:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:51:35.000Z (about 1 year ago)
- Last Synced: 2024-12-31T07:45:49.240Z (3 days ago)
- Language: Kotlin
- Size: 81.1 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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")
}
```