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...
NameBungee
Syntaxbungee [<server>|...] [<commands>]
Short DescriptionRuns a set of commands on another server.
Full DescriptionThis command runs a set of commands on another server on the Bungee network.
Tags will be parsed on the remote server, but definitions from the originating queue will be used.
The linked player will be available on the remote server if that server has ever seen the player.
Generally, prefer Command:BungeeRun.
Related Tags<bungee.list_servers> Returns a list of known bungee server names.
Usage Example
# Use to run a simple announce command on another server;
- bungee lobby:
  - announce "Wow! Stuff is happening!"
GroupDepenizen
RequiresDepenizen, DepenizenBungee, BungeeCord
Sourcehttps://github.com/DenizenScript/Depenizen/blob/master/src/main/java/com/denizenscript/depenizen/bukkit/commands/bungee/BungeeCommand.java#L29