Improve command system

This commit is contained in:
Melledy
2025-11-25 23:09:20 -08:00
parent fd8e8925ca
commit 2acd506245
19 changed files with 172 additions and 169 deletions
@@ -10,6 +10,6 @@ public interface CommandHandler {
return getData().label();
}
public void execute(CommandArgs args);
public String execute(CommandArgs args);
}