Denizen Script Language Explanations


Language Explanations explain components of Denizen in a more direct and technical way than The Beginner's Guide.


Showing 1 out of 81 language explanations...
Name/denizen submit command
DescriptionUse the '/denizen submit' command with '/denizen debug -r' to record debug output and post it online for assisting developers to see.

To begin recording, simply use '/denizen debug -r'.
After that, any debug output sent to the console and any player chat will be added to an internal record.
Once enabled, you should then fire off scripts and events that aren't working fully.
Finally, you use the '/denizen submit' command to take all the recording information and paste it to an online pastebin hosted by the Denizen team.
It will give you back a direct link to the full debug output, which you can view yourself and send to other helpers without trouble.

There is no limit to the recording size, to prevent any important information from being trimmed away.
Be careful not to leave debug recording enabled by accident, as it may eventually begin using up large amounts of memory.
(The submit command will automatically disable recording, or you can instead just use '/denizen debug -r' again.)
GroupConsole Commands
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/utilities/command/DenizenCommandHandler.java#L53