feat: 添加调试模式

This commit is contained in:
2022-10-29 08:14:22 +08:00
parent 43b9a6dc5b
commit 6a94fccb42
7 changed files with 162 additions and 8 deletions

View File

@@ -11,6 +11,8 @@ dependencies {
// https://mvnrepository.com/artifact/net.kyori/adventure-api
compileOnly 'net.kyori:adventure-api:4.11.0'
// https://mvnrepository.com/artifact/net.kyori/adventure-text-serializer-plain
compileOnly 'net.kyori:adventure-text-serializer-plain:4.11.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'