mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-20 01:29:54 +02:00
Improve command system
This commit is contained in:
@@ -10,6 +10,6 @@ public interface CommandHandler {
|
||||
return getData().label();
|
||||
}
|
||||
|
||||
public void execute(CommandArgs args);
|
||||
public String execute(CommandArgs args);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user