| Name | BungeeTag |
| Syntax | bungeetag [server:<server>] [<tags>] |
| Short Description | Parses tags on another server on a Bungee network and returns the results for this server to process. |
| Full Description | This command parses tags on another server on a Bungee network and returns the results for this server to process.
As a more technical explanation: All commands in Denizen parse tags in any input arguments prior to processing them further. This command skips that step, and sends the raw tags out to the specified server to then have that server perform the actual tag processing, when then gets sent back and allows the command to complete. 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. This command must be held with the '~' prefix. The queue will then wait for the result. |
| Related Tags | <entry[saveName].result> returns the result of the parsed tag.
<bungee.list_servers> Returns a list of known bungee server names.
|
| Usage Example | |
| Group | Depenizen |
| Requires | Depenizen, DepenizenBungee, BungeeCord |
| Source | https://github.com/DenizenScript/Depenizen/blob/master/src/main/java/com/denizenscript/depenizen/bukkit/commands/bungee/BungeeTagCommand.java#L31 |