希望有个指令大佬能帮帮我

2021/03/20233 浏览新手解答
1,循环无条件
/execute @a【rx=-88】 ~ ~ ~ detect ~ ~-1 ~ crafting_table 0 testfor @s​
2,连锁有条件
/execute @a ~ ~ ~ detect ~ ~-1 ~ crafting_table 0 title @a【rm=1】 actionbar §l§e玩家§a:§d@a【r=1,c=1】§a发起传送请求!
§b低头可接受传送请求!​
3,连锁有条件
/execute @a ~ ~ ~ detect ~ ~-1 ~ crafting_table 0 execute @a【rxm=88,c=1】 ~ ~ ~ title @a actionbar §l§e玩家§a:§d@a【rxm=88,c=1】§b玩家接受传送​
4,连锁有条件
/execute @a【rx=-88】 ~ ~ ~ detect ~ ~-1 ~ crafting_table 0 tp @s @a【rxm=88,rm=1,c=1】​
5,连锁无条件
/execute @a【rx=-88】 ~ ~ ~ detect ~ ~-1 ~ crafting_table 0 title @s actionbar §l§b你正在请求传送§6等待人接受中....​
这些指令都是我在B站复制的,有些细节我想改,但我是个指令菜鸡
请问如何改成将工作台上抬头的玩家传送到在工作台上低头的玩家?
1
1
2