mc_plugin/target/classes/config.yml
2025-01-20 16:17:06 +08:00

45 lines
669 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#==========================================================
#
# -------->>> 守塔模式 - 内部插件,请勿外传 <<<---------
#
#
# 作者Da_nuo & BRanulf_Lode
#
#===========================================================
#世界名
world: world
#指定进攻方玩家的重生位置
red_path:
x: 0
y: 50
z: 0
#指定防守方的位置
blue_path:
x: 20
y: 50
z: 0
#指定玩家离开时的位置
stop_path:
x: 0
y: 50
z: 20
#指定检测区域,当这个区域出现进攻方玩家时,即判断有人开始攻占。
capture_area:
start:
x: 100
y: 65
z: 100
end:
x: 110
y: 70
z: 110