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 184 commands...
NameBungeeExecute
Syntaxbungeeexecute [<command>] (as:<player>)
Short DescriptionRuns a command on the Bungee proxy server, or a player.
Full DescriptionThis command runs a command on the Bungee proxy server. Works similarly to "execute as_server".
If you specify "as:", you can use a PlayerTag or a UUID to automatically execute as that player, similar to "execute as_player".
Related TagsNone
Usage Example
# Use to run the 'alert' bungee command.
- bungeeexecute "alert Network restart in 5 minutes..."
GroupDepenizen
RequiresDepenizen, DepenizenBungee, BungeeCord
Sourcehttps://github.com/DenizenScript/Depenizen/blob/master/src/main/java/com/denizenscript/depenizen/bukkit/commands/bungee/BungeeExecuteCommand.java#L24