/
Mint는 당신의 마인크래프트 서버에 여러가지 화폐와 경제 시스템을 추가할 수 있도록 도와주는 Paper 플러그인입니다.
Mint is a Paper plugin that helps you add various currencies and economic systems to your Minecraft server.
build.gradle.kts
repositories {
maven("https://jitpack.io")
}
dependencies {
compileOnly("com.github.bindglam.Mint:api:<VERSION>")
}
이 프로젝트는 Gradle로 빌드됩니다.
This project can be built using Gradle.
./gradlew build
이 프로젝트는 LICENSE 파일에서 명시된 라이선스를 따릅니다.
This project follows the license specified in the LICENSE file.
