Advertisement
Guest User

Untitled

a guest
May 4th, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.81 KB | None | 0 0
  1. var:
  2.   debug: false
  3.   commandsonlyfromconsole: false
  4. save:
  5.   enabled: true
  6.   interval: 900
  7.   broadcast: true
  8.   disablestructuresaving: false
  9.   onaswdisable: true
  10.   onlastplayerquit: true
  11.   donotsaveifempty: true
  12. backup:
  13.   enabled: true
  14.   interval: 82800
  15.   savebefore: true
  16.   broadcast: true
  17.   localfs:
  18.     enabled: true
  19.     worlds:
  20.    - '*'
  21.     MaxNumberOfWorldsBackups: 15
  22.     pluginsfolder: true
  23.     MaxNumberOfPluginsBackups: 15
  24.     excludefolders: []
  25.     destinationfolders:
  26.    - C:\Users\User\Desktop\MOS SERVER\
  27.     zip: true
  28.   ftp:
  29.     enabled: false
  30.     hostname: 127.0.0.1
  31.     port: 21
  32.     login: user
  33.     password: password
  34.     path: /asw/
  35.     worlds:
  36.    - '*'
  37.     pluginsfolder: false
  38.     excludefolders: []
  39.     maxNumberOfBackups: 4
  40.     zip: false
  41.   script:
  42.     enabled: false
  43.     scriptpath: ''
  44. purge:
  45.   enabled: false
  46.   interval: 86400
  47.   awaytime: 2592000
  48.   broadcast: true
  49.   wg:
  50.     enabled: true
  51.     regenpurgedregion: false
  52.     noregenoverlapregion: true
  53.   lwc:
  54.     enabled: true
  55.     deletepurgedblocks: false
  56.   mvinv:
  57.     enabled: true
  58.   pm:
  59.     enabled: true
  60.     regenpurgedplot: false
  61.   residence:
  62.     enabled: true
  63.     regenpurgedresidence: false
  64.   economy:
  65.     enabled: true
  66.   permissions:
  67.     enabled: true
  68.   dat:
  69.     enabled: true
  70. crashrestart:
  71.   enabled: true
  72.   startdelay: 20
  73.   scriptpath: ''
  74.   timeout: 60
  75.   juststop: false
  76. autorestart:
  77.   enabled: true
  78.   broadcast: true
  79.   time: [0:00]
  80.   countdown:
  81.     enabled: true
  82.     broadcastonsecond:
  83.    - 60
  84.     - 30
  85.     - 10
  86.     - 5
  87.     - 4
  88.     - 3
  89.     - 2
  90.     - 1
  91.   scriptpath: ''
  92.   juststop: false
  93. consolecommand:
  94.   timemode:
  95.     enabled: false
  96.     times: {}
  97.   intervalmode:
  98.     enabled: false
  99.     intervals: {}
  100. worldregen:
  101.   savewg: true
  102.   savefactions: true
  103.   savegp: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement