WebServer Command
Controls the web server lifecycle — start, stop, and restart.
Usage
/zyveraweb server <start | stop | restart>
Subcommands
start
Starts the web server. This is called automatically on plugin enable, but can be used to restart the server after a manual stop.
/zyveraweb server start
stop
Gracefully stops the web server. Existing requests complete normally. New connections are rejected.
/zyveraweb server stop
restart
Stops the server (if running) and starts it again. Useful after configuration changes that require a full restart (e.g., enabling SSL, changing port, adding virtual hosts).
/zyveraweb server restart
Permission
All subcommands require zyveraweb.server.command (default: op).
Individual permissions are also available:
| Permission | Subcommand |
|---|---|
zyveraweb.server.start |
start |
zyveraweb.server.stop |
stop |
zyveraweb.server.restart |
restart |
No comments to display
No comments to display