下载地址
https://github.com/IntellectualSites/PlotSquared/
教程
第一步
下载好源码,打开这个文件".PlotSquared-6.8.1Corebuild.gradle.kts"
删除
tasks.processResources {
filesMatching("plugin.properties") {
expand(
"version" to project.version.toString(),
"commit" to rootProject.grgit.head().abbreviatedId,
"date" to rootProject.grgit.head().dateTime.format(DateTimeFormatter.ofPattern("yy.MM.dd"))
)
}
}
删除以后不确定会出现什么问题
第二步
打开到目录".PlotSquared-6.8.1Coresrc"
把里面的test目录删除
第三步
回到目录,使用命令行工具
输入 .\gradlew clean build
最好使用梯子,然后等待即可
版权属于:白可乐
本文链接:https://baikele.online/73.html
转载时须注明出处及本声明