bump version to 0.38-SNAPSHOT + pass input to SuggestionProvider + rewrite command parsing + ...
All checks were successful
Build and Deploy artifact / build (push) Successful in 1m31s

This commit is contained in:
kento2 2026-08-09 18:14:24 +02:00
parent 997906cd02
commit 23f7d1a550
26 changed files with 382 additions and 302 deletions

View file

@ -14,4 +14,8 @@ java_export(
artifact("org.slf4j:slf4j-api"),
artifact("net.kyori:adventure-api"),
],
exports = [
artifact("com.leakyabstractions:result-api"),
artifact("com.leakyabstractions:result"),
],
)