| Name | shutdown |
| Object | server |
| Input | None |
| Description | Immediately stops the server entirely (Plugins will still finalize, and the shutdown event will fire).
The server will remain shutdown until externally started again. Requires config file setting "Commands.Restart.Allow server stop"! |
| Generated Example | |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/tags/core/ServerTagBase.java#L1976 |