1695502970
就是设置玩家不可离开区域后 如何在玩家想要离开区域被传送至指定的位置呢?
而不是拉回到区域边缘

奇ger
用ce吧,检测玩家y轴<0时触发
[综合][SCT]ConditionalEvents——用ConditionalEvents添加玩法吧
https://www.mcbbs.net/thread-1095707-1-1.html
(出处: Minecraft(我的世界)中文论坛)
  1. example:
  2.   type: repetitive
  3.   repetitive_time: 10
  4.   conditions:
  5.   - '%player_y% < 0'
  6.   actions:
  7.     default:
  8.     - 'console_command: tp xxx'
复制代码

下一页 最后一页