Added a new teleport argument for the practice command which allow you to teleport between worlds. This can be helpful when you are setting up lobby location. It works like /practice teleport <world>
Please extend the language.yml file with the following strings:
Code (YAML):
COMMAND:
PRACTICE:
ARGUMENTS:
TELEPORT:
COMMAND-HELP: "<red>/%label% teleport <world>" WORLD-DONT-EXISTS: "<red>%world% doesn't exists." TELEPORTED: "<yellow>You have been teleported to the default spawn position of world %world%."
Bugfix:
Added a missing string to the 1.19.4 language.yml file.