Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # OnTime Configuration File
- # Last Default YML Update: Nov 20, 2012
- # Author: Edge209
- ###################################################
- # DO NOT CHANGE THE VERSION number for this file #
- configVersion: 12
- ###################################################
- # The name of your server
- serverName: EmITA
- # 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
- # Enable if purged players should be auto-demoted
- purgeDemotionEnable: true
- # If purgeDemotion is enabled, this is target group for demotion
- purgeDemotionGroup: Vis
- # 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
- # Report Storage sub-folder under /plugins/OnTime/
- # '/' implies no sub-folder. '/reports' is otherwise recommended
- reportFolder: /reports
- # Date format used in reports and in filename (if enabled below)
- dateFilenameFormat: dd.MM.yyyy
- # Enable date to be used in Report filenames (using format above)
- dateInFilenameEnable: true
- # Enable if HTML format should be used for Reports (default is .txt)
- reportFormatHTML: false
- # Enable if log file should be created.
- logEnable: false
- # 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
- # Enable if OnTime Rewards system to be enabled
- rewardsEnable: true
- # Enable if Reward Notification Messages to players should be displayed
- rewardNotifyEnable: true
- # Enable if Reward Broadcast Messages should be sent to all online players
- rewardBroadcastEnable: 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: 2
- # 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= YML, MYSQL
- dataStorage: MYSQL
- # 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)
- #NOTE: i removed the MYsql infos
- MySQL:
- enable: true
- host:
- port:
- user:
- password:
- database:
- # Top Player Rewards
- #
- # Enable if rewards should be allowed to be defined as 'top player' rewards for the associated time period.
- topRewardDailyEnable: false
- topRewardWeeklyEnable: false
- topRewardMonthlyEnable: true
- topRewardTotalEnable: false
- # 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: false
- # 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