AuMaster/target/classes/config.yml

42 lines
1.4 KiB
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.

disciple:
# 玩家等级 ≤ 该值时才允许拜师
max-level: 70
# 玩家入服时间 ≤ N 天(单位:天)才允许拜师
max-join-days: 5
# 徒弟主动解除关系后N天内不能再次拜师冷却期
cooldown-days: 7
mentor:
# 玩家等级 ≥ 该值时才可收徒
min-level: 100
# 玩家注册时间 ≥ N 天时才可收徒
min-join-days: 60
# 每位师傅最多拥有的徒弟数量
max-disciples: 27
# 徒弟离线超过 N 小时后,师傅可解除关系
remove-after-offline-hours: 72
relationship:
# 徒弟入服超过 N 天后自动解除关系
auto-remove-days: 30
rewards:
# 徒弟当日在线 ≥ N 秒时,触发活跃奖励(给师傅)
daily-online-seconds: 7200
# 师傅每日获得的积分奖励
daily-points: 15
# 徒弟单笔充值 ≥ N 元时触发分成
charge-threshold: 30.0
# 师傅获得徒弟充值金额的百分比积分0.05 表示 5%
charge-bonus-percent: 0.05
#徒弟到达的等级
level-target: 80
# 徒弟达到指定等级人数时给予师傅的奖励指令(%player% 替换为师傅名)
level-target-rewards:
3:
- "give %player% stone"
5:
- "give %player% stone"
8:
- "give %player% stone"
# 徒弟拜师成功后获得经验加成20 表示 20% 加成)
join-exp-boost: 20
# 属性Lore
exp-attribute-lore: "经验加成: {0}%"