Denizen Script Commands


Commands are always written with a '-' before them, and are the core component of any script, the primary way to cause things to happen.
Learn about how commands work in The Beginner's Guide.


Showing 1 out of 183 commands...
NameBungeeRun
Syntaxbungeerun [<server>|...] [<script name>] (def:<definition>|...)
Short DescriptionRuns a task script on another server.
Full DescriptionThis command runs a task on another server on the Bungee network. Works similarly to the 'run' command.
Related Tags<bungee.list_servers> Returns a list of known bungee server names.
Usage Example
#Use to run a simple task on another server.
- bungeerun lobby my_script def:32
GroupDepenizen
RequiresDepenizen, DepenizenBungee, BungeeCord
Sourcehttps://github.com/DenizenScript/Depenizen/blob/master/src/main/java/com/denizenscript/depenizen/bukkit/commands/bungee/BungeeRunCommand.java#L26