send
Send a group of players to a server.
Example
send:
type: "send"
enabled: true
name: "send"
permission: "leaf.send"
# %from% : From command argument.
# %to% : To command argument.
# %amount% : Amount of players successfully sent.
message: "{message} Sending %from% to %to% &7[&f%amount% &7players]"
server_not_found: "{error_colour}Server not found."
server_offline: "{error_colour}Server requested is offline."
Example 2
send:
type: "send"
enabled: true
name: "send"
permission: "leaf.send"
# %from% : From command argument.
# %to% : To command argument.
# %amount% : Amount of players successfully sent.
message:
- "Multiple Lines"
- "{message} Sending %from% to %to% &7[&f%amount% &7players]"
server_not_found:
- "{error_colour}Server not found."
server_offline:
- "{error_colour}Server requested is offline."