From ac804b6c5b61d851c97a2c8fbcc56849ed6db7e8 Mon Sep 17 00:00:00 2001 From: kento2 Date: Sun, 5 Jul 2026 23:28:41 +0200 Subject: [PATCH] . --- .idea/workspace.xml | 137 +++++++++++------- TODO | 1 + build.gradle.kts | 2 +- kencommandapi-bukkit/build.gradle.kts | 7 +- kencommandapi-core/build.gradle.kts | 7 +- .../kencommandapi/api/CommandHandler.java | 4 +- .../api/argument/CommandArgument.java | 2 +- .../api/parser/CommandParser.java | 37 +++-- .../kencommandapi/api/parser/ParseResult.java | 8 +- .../api/suggestion/SuggestionProvider.java | 2 +- .../internal/CommandArgumentImpl.java | 3 +- kencommandapi-velocity/build.gradle.kts | 7 +- settings.gradle.kts | 18 ++- 13 files changed, 140 insertions(+), 95 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d9d1cd6..360226d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,11 +5,23 @@ + + + + + + + + + + + +