iorunner

OnTime Config.yml

Apr 17th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.57 KB | None | 0 0
  1. # OnTime Configuration File
  2. # Config. File Version 2.0
  3. # Last Default YML Update: Mar 21, 2012
  4. # Author: Edge209
  5.  
  6. # The name of your server
  7. serverName: MankaraMinecraft
  8.  
  9. # If purge is enabled users will be auto removed from stored file if they don't have enough play time / or have not been on for so long
  10. purgeEnable: true
  11.  
  12. # minimum time in minutes someone has to be on for their data to be saved
  13. purgeTimeMin: 10
  14.  
  15. # maximum time in days since last login before purge
  16. purgeLoginDay: 60
  17.  
  18. # maximum length of 'top x' list
  19. topListMax: 10
  20.  
  21. # Enable if data should be saved to disk on scheduled event. Otherwise it will happen on server shutdown only
  22. autoSaveEnable: true
  23.  
  24. # If auto file save is enabled above, how frequently (server ticks) should this be done.   (72000 = 1 hour)
  25. autoSavePeriod: 36000
  26.  
  27. # Enable if daily usage reports should be generated
  28. dailyReportEnable: true
  29.  
  30. # Enable if log file should be created.
  31. logEnable: false
  32. # Detail to be included in log. 1=most detail ; 3=least detail
  33. logLevel: 1
  34.  
  35. # Log Levels Include:
  36. # Level 1 (Level 2 and Level 3 events plus)
  37. #   Player login event
  38. #   Player Quit event
  39. #   Rewards scheduled
  40. #   Rewards cancelled
  41. # Level 2 (Level 3 events plus)
  42. #   Players purged from records due to low play time
  43. #   Players purged from records due to long absence
  44. #   Players not scheduled for reward due to lack of receive permission
  45. # Level 3 (Level 3 events only)
  46. #   'set', 'add', and 'remove' commands executed
  47. #   Rewards Issued
  48. #   Error Messages
  49.  
  50. # Enable if OnTime Rewards system to be enabled
  51. rewardsEnable: true
Advertisement
Add Comment
Please, Sign In to add comment