Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # OnTime Configuration File
- # Config. File Version 2.0
- # Last Default YML Update: Mar 21, 2012
- # Author: Edge209
- # The name of your server
- serverName: MankaraMinecraft
- # 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
- purgeEnable: true
- # minimum time in minutes someone has to be on for their data to be saved
- purgeTimeMin: 10
- # maximum time in days since last login before purge
- purgeLoginDay: 60
- # maximum length of 'top x' list
- topListMax: 10
- # Enable if data should be saved to disk on scheduled event. Otherwise it will happen on server shutdown only
- autoSaveEnable: true
- # If auto file save is enabled above, how frequently (server ticks) should this be done. (72000 = 1 hour)
- autoSavePeriod: 36000
- # Enable if daily usage reports should be generated
- dailyReportEnable: true
- # Enable if log file should be created.
- logEnable: false
- # Detail to be included in log. 1=most detail ; 3=least detail
- logLevel: 1
- # Log Levels Include:
- # Level 1 (Level 2 and Level 3 events plus)
- # Player login event
- # Player Quit event
- # Rewards scheduled
- # Rewards cancelled
- # Level 2 (Level 3 events plus)
- # Players purged from records due to low play time
- # Players purged from records due to long absence
- # Players not scheduled for reward due to lack of receive permission
- # Level 3 (Level 3 events only)
- # 'set', 'add', and 'remove' commands executed
- # Rewards Issued
- # Error Messages
- # Enable if OnTime Rewards system to be enabled
- rewardsEnable: true
Advertisement
Add Comment
Please, Sign In to add comment