geforkt von Mirrors/Velocity
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…
In neuem Issue referenzieren
Einen Benutzer sperren