本帖最后由 wykwey 于 2022-11-21 19:47 编辑
skript最新版,求写一个skript特定坐标压力板传送脚本
skript最新版,求写一个skript特定坐标压力板传送脚本
# 石质压力板,其他的自己换
on step on stone pressure plate:
execute command "/tp %player% 1 1 1"
on step on stone pressure plate:
execute command "/tp %player% 1 1 1"
hans0000 发表于 2022-11-21 19:42
# 石质压力板,其他的自己换
on step on stone pressure plate:
execute command "/tp %player% 1 1 1" ...
不能这样的吗
用location也可以,但这句做什么用
自行解决
on step on pressure plate:
location is location(4664.5,119.5,489.5, world "huhhu")
teleport the player to location(1,65,0, world "huhhu")
send title "&4&6主城" to player for 2 seconds
on step on pressure plate:
location is location(4664.5,119.5,489.5, world "huhhu")
teleport the player to location(1,65,0, world "huhhu")
send title "&4&6主城" to player for 2 seconds