Advertisement
C4BR3R4

MoreFish Configuration

Jun 4th, 2017
421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.11 KB | None | 0 0
  1. #
  2. # MoreFish Configuration by elsiff
  3. #
  4. # Wiki: https://github.com/elsiff/MoreFish/wiki
  5. #
  6. # Warning: DO NOT edit rewards.yml with your file editor, instead use in-game command '/mf rewards'.
  7. #
  8.  
  9. version: 210
  10.  
  11. general:
  12.   locale: 'es'
  13.   check-update: true
  14.   auto-start: true
  15.   use-boss-bar: true
  16.   only-for-contest: true
  17.   no-fishing-unless-contest: false
  18.   contest-disabled-worlds:
  19.  - 'recursos'
  20.   replace-only-fish: true
  21.   save-records: false
  22.  
  23. auto-running:
  24.   enable: true
  25.   required-players: 3
  26.   timer: 300
  27.   # HH:mm (H: 0-23, m: 0-59)
  28.   start-time:
  29.  - "09:00"
  30.   - "11:00"
  31.   - "13:00"
  32.   - "15:00"
  33.   - "17:00"
  34.   - "19:00"
  35.   - "21:00"
  36.   - "23:00"
  37.   - "01:00"
  38.   - "03:00"
  39.   - "05:00"
  40.  
  41. fish-shop:
  42.   enable: true
  43.   multiplier: 1
  44.   round-decimal-points: true
  45.  
  46. # -- Announcement Value --
  47. # '-1' means server broadcast
  48. # '0' is only for the catcher
  49. # Positive number means the block radius of announcing messages
  50. messages:
  51.   announce-catch: 0
  52.   announce-new-1st: -1
  53.   broadcast-start: true
  54.   broadcast-stop: true
  55.   show-top-on-ending: true
  56.   contest-bar-color: 'blue'
  57.   top-number: 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement