Advertisement
JWhy

Minebackup McMMO config

May 20th, 2012
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.93 KB | None | 0 0
  1. # For a full explanation of these settings, visit https://github.com/ltguide/CraftBukkit-MineBackup/wiki/Configuration
  2. #
  3. # For quick setup, just set copy or compress to true under default_actions. Typical users shouldn't enable both copy and compress.
  4. # You don't need to list every world or setting under that world unless you want to override the defaults.
  5. # The cleanup action does not need to be enabled unless you want it to happen on a set schedule. When disabled, it will automatically trigger after copy/compress.
  6. # The 'ti:me' based settings are in 24-hour format and thus happen once a day.
  7. # You can use 'ti:me', 15m, or 300 for any of the action intervals.
  8. # If you set world-container in bukkit.yml, change directories.worlds as well.
  9.  
  10. default_actions:
  11.   save: true
  12.   copy: false
  13.   compress: false
  14.   cleanup: false
  15.   dropbox: false
  16.   ftp: false
  17. default_settings:
  18.   save: 15m
  19.   copy: 1h
  20.   compress: 1h
  21.   compression_level: 9
  22.   cleanup: '2:00'
  23.   dropbox: '3:00'
  24.   ftp: '3:30'
  25.   keep: 24
  26.   broadcast: false
  27. worlds:
  28.   yourworldname:
  29.     save: true
  30.     compress: true
  31.   yourworldname_nether:
  32.     save: 30m
  33.     compress: 3h
  34.     keep: 8
  35.   yourworldname_the_end:
  36.     save: 30m
  37.     copy: 6h
  38.     keep: 4
  39. others:
  40.   plugins/McMMO:
  41.     copy: false
  42.     compress: false
  43.     dropbox: false
  44.     exclude-folders:
  45.      - tiles
  46.     exclude-types:
  47.      - jar
  48.       - lck
  49.   root:
  50.     copy: false
  51.     compress: false
  52.     exclude-folders:
  53.      - '*'
  54.     exclude-types:
  55.      - jar
  56.       - lck
  57. directories:
  58.   worlds: .
  59.   others: .
  60.   destination: ./minebackup
  61. destination:
  62.   format: '%Y-%M-%D_%H-%m-%S'
  63.   timezone-offset: 0.0
  64.   prepend-world: false
  65. broadcast_settings:
  66.   on_save: true
  67.   on_copy: false
  68.   on_compress: false
  69.   when_done: true
  70. ftp:
  71.   server: 'ftpserver:21'
  72.   path: '/'
  73.   username: 'user'
  74.   password: ''
  75. actions_on_startup:
  76.   enabled: false
  77.   delay: 2m
  78. debug: false
  79. version-nomodify: '5.9.4'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement