#Is it possible to use the transfer command?
1 messages · Page 1 of 1 (latest)
only in bds
You can use it in different ways :
- Bedrock Dedicated Server Console
- Bedrock Dedicated Server with external Executable and @minecraft/server-net module
- Commands executed by a Player
- Bedrock Dedicated Server + Node.js
I use bds I can do it with op in the world but I can’t do it script
Maybe don't have permission to run that command in the script, maybe the node will fix it.
But I don’t know how to write code on it
- wdym node?
- i already tried using scripts
normally u can by just doing a runcommandasync W/ the transfer command
changed a setting in server.properties (increased op level), didnt work
used async, didnt work
used /execute, didnt work
so the only options are
console,
external executable with net module
or type /transfer in chat
It doesn't show any errors, but it doesn't work either.
i dont think commands show any errors...
Well, usually you can still get an error
It's that it just doesn't work
it doesnt work
this post
can clear things out
I've been using Op-Permission 4 for a long time.
the post is mostly about /transfer 0_0
It's from you._.
._.
Well, there is also no solution other than using net
But how to do this is the question
Hmmm, is it possible to use a url request?
minecraft://?addExternalServer=
?
nah
using mojang-net module
u import it
then u can use normal js
url
fucntions
I didn’t know that they could open a url, I only used it for http json
Wait, can he even transfer the player or then the transfer command will work? I don’t really understand something, I’m stupid
Thank you very much, I just don’t really understand something
/transfer <hostname> [<port>] [<players>]
/transfer 198.162.0.10 19132 @s
normally
it should work
with just a runcommand
so weird that it doesnt
found this
maybe u can dig through it
Well, this is not suitable for a server because I use it in an application, it’s unlikely that I’ll be able to use it natively in a bds
ahh i see