Name | Reload |
Syntax | reload ({scripts}/scripts_now/config/saves/notes) |
Short Description | Reloads all Denizen scripts. Primarily for use as an in-game command. |
Full Description | Reloads all Denizen scripts.
Primarily for use as an in-game command, like "/ex reload". By default, reloads scripts in a way that may delay a few ticks to avoid interrupting the server on large reloads. Optionally, specify "scripts_now" to force a locked reload (server freezes until reloaded). You can specify "config", "saves", or "notes" to reload that data instead of scripts. When using 'scripts' (default), the reload command is ~waitable. Refer to ~waitable. |
Related Tags | None
|
Usage Example |
|
Group | core |
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/scripts/commands/core/ReloadCommand.java#L25 |