Guest User

Untitled

a guest
May 5th, 2018
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.78 KB | None | 0 0
  1. #
  2. # MoreFish 配置文件 by elsiff
  3. #
  4. # 维基百科 Wiki: https://github.com/elsiff/MoreFish/wiki
  5. #
  6. # 注意: 请不要自行修改 rewards.yml 文件, 如需设置请在游戏内输入 '/mf rewards'.
  7. #
  8.  
  9. version: 210
  10.  
  11. general:
  12.  # 语言文件
  13. locale: 'zh'
  14.   # 是否检测更新
  15. check-update: false
  16.   # 是否自动启动
  17. auto-start: true
  18.   # 是否使用BOSS血条
  19. use-boss-bar: true
  20.   # 只在竞赛时开启本插件功能(改为True可在一定程度上防止AutoFish)
  21. only-for-contest: true
  22.   # 除了钓鱼竞赛的时候之外,禁止钓更多的鱼
  23. no-fishing-unless-contest: true
  24.   # 钓鱼竞赛不启用的世界
  25. contest-disabled-worlds: []
  26.   # 只启用更多的鱼 ( 禁用竞赛等 )
  27. replace-only-fish: false
  28.   # 保存设置的钓
  29. save-records: true
  30.   # 自动定时启动钓鱼竞赛---------------------
  31. auto-running:
  32.  # 是否启用
  33. enable: true
  34. required-players: 0
  35.   # 持续时间 ( 以秒为单位 )
  36. timer: 300
  37. # HH:mm (H: 0-23, m: 0-59) 启动时间
  38. start-time:
  39.  - "06:00"
  40.   - "06:30"
  41.   - "07:00"
  42.   - "08:00"
  43.   - "09:00"
  44.   - "10:00"
  45.   - "11:00"
  46.   - "12:00"
  47.   - "13:00"
  48.   - "14:00"
  49.   - "15:00"
  50.   - "16:00"
  51.   - "17:00"
  52.   - "17:17"
  53.   - "18:00"
  54.   - "19:00"
  55.   - "20:00"
  56.   - "21:00"
  57.   - "22:00"
  58.   - "23:00"
  59.   - "00:00"
  60. # 贩鱼商店
  61. fish-shop:
  62.  # 是否启用贩鱼商店
  63.   enable: true
  64.   multiplier: 0.1
  65.   round-decimal-points: true
  66.  
  67. # -- BOSS血条公告 --
  68. # '-1' 则表示全服广播
  69. # '0' 则表示只有参与者才显示
  70. # 如果填写正数则表示 the block radius of announcing messages
  71. messages:
  72.   announce-catch: -1
  73.   announce-new-1st: -1
  74.   broadcast-start: true
  75.   broadcast-stop: true
  76.   show-top-on-ending: true
  77.   # 血条颜色
  78.   contest-bar-color: 'blue'
  79.   # /mf top 显示多少名
  80.   top-number: 4
Advertisement
Add Comment
Please, Sign In to add comment