Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.34 KB

README.md

File metadata and controls

39 lines (33 loc) · 1.34 KB

Piggies

💡 简介

一个自用的 Spigot/Paper Kotlin 插件核心

🖊️ 使用

模板

https://github.com/imfanhua/piggies-template

依赖1

repositories {
	maven { url 'https://jitpack.io' }
}
dependencies {
	compileOnly "com.github.imfanhua:piggies:版本"
}

repositories {
	maven { url 'https://jitpack.io' }
}

dependencies {
	compileOnly "com.github.imfanhua:piggies:3.8.0"
}

Footnotes

  1. 🗃️所有可用的版本