#(yamiedisc) How to change velocity server with a command?

16 messages · Page 1 of 1 (latest)

coarse leaf
#

I am trying to switch velocity server with a custom command for example. How would I do this this pretty please? I am on 1.21.8 and this is my current script.

command_invsee:
    type: command
    name: invs
    description: Check Player Inventories.
    usage: /invs
    aliases:
    - invsee
    permission: my.permissions.node
    permission message: Player <player.name> missing permission(s) '<[permission]>'!
    tab completions:
        1: <server.online_players.parse[name]>
    script:
    - narrate Yay!
    - narrate "My command worked!"
    - narrate "And I typed '/<context.alias> <context.raw_args>'!"
    - execute as_op "server survival"
deft pecanBOT
#

(yamiedisc) How to change velocity server with a command?

deft pecanBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.

exotic horizon
#

!m send_to

brittle fiberBOT
# exotic horizon !m send_to

Sends the player to the specified Bungee server.
This also works with other Bungee-Messaging compatible proxy systems, such as Velocity.

Required Plugins or Platforms

BungeeCord

Object

PlayerTag

Input

ElementTag

exotic horizon
#

thiiis should work

coarse leaf
#

im very sorry im new and am struggling a bit with the usage

#

im so very confused would it be in an adjust?

  • adjust <player> send_to
exotic horizon
#

yes like that

#

and input is the server you want to send it to

#
  • adjust <player> send_to:survival
#

for example

coarse leaf
#

ohhh

#

ty very much

#

i just gonna resolve the thread now