[Suggest] [Feature] make "/home" able to use in console and commandblock.
playbabe opened this issue ยท 8 comments
The @ selectors are currently broken iirc, but how would you let a command block do /home anyways? That should then teleport the command block or something xD. You might want to look into using /execute or /sudo for teleporting players.
Well, If we use /home {playername}
That player will got teleport to his/her home.
But I can't apply this method to commandboock or console.
/sudo that player need permission to run command and I don't give it on purpose.
/execute can only use vanilla command. (1.13)
Uhm, no? That will teleport you to a home you set (with name {playername}
), If you didn't set a home with that name it will list your set homes. Are you sure you are using essentials for setting homes?
Is I experiment. Yes it will tp to home with that name but
If we add third text, the second text will become player name instead of home name.
"/home {playername} bed" -> tp that player to his bed.
Hmm, maybe you right. It was a year ago when I test it with other plugin that save bed spawn point.
I will try test it tomorrow.