Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2025-01-11 15:41:14 +01:00
Add /end alias for /shutdown.
Dieser Commit ist enthalten in:
Ursprung
ef556afbf3
Commit
44c4221e19
@ -88,7 +88,7 @@ public class VelocityServer implements ProxyServer {
|
||||
private VelocityServer() {
|
||||
commandManager.register(new VelocityCommand(), "velocity");
|
||||
commandManager.register(new ServerCommand(), "server");
|
||||
commandManager.register(new ShutdownCommand(), "shutdown");
|
||||
commandManager.register(new ShutdownCommand(), "shutdown", "end");
|
||||
}
|
||||
|
||||
public static VelocityServer getServer() {
|
||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren