[16:21:15] [Server thread/ERROR]: [SERVER] COMMAND_REDIRECT - Could not find existing command "execute in minecraft:overworld run tp $executor_name() 196 65 -281": /home/container/./config/commandaliases/warp_solanum.toml
schemaVersion = 1 commandMode = "COMMAND_REDIRECT_NOARG" command = "mainspawn" redirectTo = "execute in minecraft:overworld run tp $executor_name() 196 65 -281"
I am expecting to be able to reload commandalias and then do /mainspawn and no matter what world, I would be teleported to a certain world and to a specific coord. I'm not needing to /set mainspawn or anything special. Hard coding it is fine.
1.21 / Fabric Running commandaliases-1.0.1+mc1.21-build.70
Running into the below error in the console:
[16:21:15] [Server thread/ERROR]: [SERVER] COMMAND_REDIRECT - Could not find existing command "execute in minecraft:overworld run tp $executor_name() 196 65 -281": /home/container/./config/commandaliases/warp_solanum.toml
schemaVersion = 1 commandMode = "COMMAND_REDIRECT_NOARG" command = "mainspawn" redirectTo = "execute in minecraft:overworld run tp $executor_name() 196 65 -281"
I am expecting to be able to reload commandalias and then do /mainspawn and no matter what world, I would be teleported to a certain world and to a specific coord. I'm not needing to /set mainspawn or anything special. Hard coding it is fine.
Help?