Added logging.

This commit is contained in:
lieght
2025-09-10 21:21:20 +02:00
parent a80cd5aca1
commit de66133b66
9 changed files with 136 additions and 73 deletions

View File

@@ -8,6 +8,12 @@ import org.toop.server.Server;
public class Events implements IEvents {
public static class ServerEvents {
/**
* Triggers sending a command to a server.
*/
public record command(Server.Command command, String... args) {}
/**
* Triggers when a command is sent to a server.
*/