- 版权类型
- 原创
- 插件中文名称
- 区域动作
- 插件英文名称
- RegionActionsLite
- 支持的核心(服务端)
- Spigot
- Paper
- 语言支持
- 中文(简体)
- 适配版本(Java)
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
- 1.17
- 1.19
- 1.20
RegionActionsLite
相关链接
- Kether文档
- Issues
- 插件获取
- Github Actions (你需要拥有Github账号并登录)
配置说明
- config.yml
YAML:
# 触发冷却,优先级高于TickAction
CommandBaffle:
# 毫秒
time: 3000
AreaSettings:
# 区域内持续执行
# Tick / 次
TickAction: 20
- areas.yml
YAML:
Areas:
def1:
position:
world: "world"
max: "0, 0, 0"
min: "10,10,10"
tickPeriod: 20
actions:
enter: |-
tell "进入区域"
leave: |-
tell "离开区域"
tick: |-
tell "在该区域"