within_radius_of

within_radius_of

需要玩家在指定位置的周围。

示例配置

- id: within_radius_of
  args:
    x: 100 # X坐标
    y: 100 # Y坐标
    z: 100 # Z坐标
    radius: 25 # 半径

Last updated