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"