refactor: 将 PlaceholderAPI 初始化逻辑移至服务器启动后执行
Some checks failed
Publish Project / build (push) Failing after 3m47s

This commit is contained in:
2026-01-20 14:23:23 +08:00
parent 05bd72d01b
commit 5e1b591933
2 changed files with 11 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ plugins {
}
group = "cn.hamster3.mc.plugin"
version = "3.1.3-SNAPSHOT"
version = "3.1.4-SNAPSHOT"
repositories {
maven("https://maven.airgame.net/maven-public/")