Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # OnTime Configuration File
- # Last Default YML Update: Aug 12, 2012
- # Author: Edge209
- #Version of this config file DO NOT CHANGE THIS
- configVersion: 10
- # The name of your server
- serverName: DELTA
- # 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: 30
- # Enable if purged players should be auto-demoted
- purgeDemotionEnable: true
- # If purgeDemotion is enabled, this is target group for demotion
- purgeDemotionGroup: default
- # maximum length of 'top player' lists
- 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: 72000
- # Enable if backup versions of data files should be auto-created each day
- autoBackupEnable: true
- # If auto backup is enabled above, how many versions should be retained?
- autoBackupVersions: 3
- # Enable if daily playingtime should be collected and reported
- collectDailyEnable: true
- # Enable if weekly playingtime should be collected and reported
- collectWeeklyEnable: true
- # Enable if monthly playingtime should be collected and reported
- collectMonthlyEnable: true
- # Identify the starting day of each week for weekly reports and weekly rewards. Valid Values: 1-7 where:
- # 1=Sunday; 2=Monday; etc.
- firstDayofWeek: 2
- # Identify the starting day of each month for monthly reports, and monthly rewards.
- # Just in case you want to start in the middle for some strange reason..... and to help debug problems
- # Valid Values: 1-31 where: 1=1st; 2=2nd; etc.
- firstDayofMonth: 1
- # Enable if DAILY/WEEKLY/MONTLY reports should be auto-generated
- autoReportEnable: false
- # Enable if HTML format should be used for Reports (default is .txt)
- reportFormatHTML: false
- # Enable if log file should be created.
- logEnable: true
- # Detail to be included in OnTime logfile. 1=most detail ; 2=medium ; 3=least detail
- logLevel: 1
- # Detail to be shown on console. 1=most detail ;2= medium; 3=least detail
- consoleLogLevel: 3
- # 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
- # Enable if Reward Notification Messages to players should be displayed
- rewardNotifyEnable: true
- # Enable if players are allowed to be referred by other players, and 'referred by' rewards defined and issued
- referredByEnable: true
- # Max total OnTime (in hours) where player can still be referred by another. After they have been on this long, they can no longer claim
- # a reference by another player. Set to -1 for no limit.
- referredByMaxTime: 48
- # Enable if AFK status to be checked, and AFK time NOT counted
- afkCheckEnable: true
- # If AFK is enabled, max time (minutes) with no activity before player is considered AFK
- afkTime: 3
- # Selection of Data Storage Method. Valid values= DAT, YML, MYSQL
- dataStorage: YML
- # MySQL - This must be enabled and properly set up if MySQL is to be used for data storage and/or
- # data import is to be done from another plugin MySQL table. (currently support for LogBlock is provided)
- MySQL:
- enable: true
- host: localhost
- port: 3306
- user: onTime
- password: FWBF2HWt9eMuBFAZ
- database: onTime
- # Top Player Rewards
- #
- # Enable if rewards should be allowed to be defined as 'top player' rewards for the associated time period.
- topRewardDailyEnable: true
- topRewardWeeklyEnable: true
- topRewardMonthlyEnable: true
- topRewardTotalEnable: true
- # When should rewards be issued to the overall top (total OnTime) players? Valid settings: "daily", "weekly", and "monthly"
- totalTopReward: weekly
- # Set 'true' if running OnTime in a single-server MC environment, or if this is designated the 'primary' server in
- # a multi-server MC environment where servers are sharing one MySQL database. In the multi-server environment there
- # should be only ONE of the servers designated as 'primary'
- primaryServer: true
- # Enable if OnTime Messaging will be used
- messagesEnable: true
- # Enable if OnTime Welcome Messages are to be displayed
- welcomeEnable: true
- # Enable if OnTime should check for latest plugin version (from bukkitdev)
- updateCheckEnable: true
- # END ontime/config.yml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement