Skip to content

imfanhua/piggies

Repository files navigation

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. 🗃️所有可用的版本