stefa168

Ontime Config.yml

Feb 8th, 2013
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.96 KB | None | 0 0
  1. # OnTime Configuration File
  2. # Last Default YML Update: Nov 20, 2012
  3. # Author: Edge209
  4.  
  5. ###################################################
  6. # DO NOT CHANGE THE VERSION number for this file #
  7. configVersion: 12
  8. ###################################################
  9.  
  10. # The name of your server
  11. serverName: EmITA
  12.  
  13. # 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
  14. purgeEnable: true
  15.  
  16. # minimum time in minutes someone has to be on for their data to be saved
  17. purgeTimeMin: 10
  18.  
  19. # maximum time in days since last login before purge
  20. purgeLoginDay: 60
  21.  
  22. # Enable if purged players should be auto-demoted
  23. purgeDemotionEnable: true
  24.  
  25. # If purgeDemotion is enabled, this is target group for demotion
  26. purgeDemotionGroup: Vis
  27.  
  28. # maximum length of 'top player' lists
  29. topListMax: 10
  30.  
  31. # Enable if data should be saved to disk on scheduled event. Otherwise it will happen on server shutdown only
  32. autoSaveEnable: true
  33.  
  34. # If auto file save is enabled above, how frequently (server ticks) should this be done. (72000 = 1 hour)
  35. autoSavePeriod: 72000
  36.  
  37. # Enable if backup versions of data files should be auto-created each day
  38. autoBackupEnable: true
  39.  
  40. # If auto backup is enabled above, how many versions should be retained?
  41. autoBackupVersions: 3
  42.  
  43. # Enable if daily playingtime should be collected and reported
  44. collectDailyEnable: true
  45.  
  46. # Enable if weekly playingtime should be collected and reported
  47. collectWeeklyEnable: true
  48.  
  49. # Enable if monthly playingtime should be collected and reported
  50. collectMonthlyEnable: true
  51.  
  52. # Identify the starting day of each week for weekly reports and weekly rewards. Valid Values: 1-7 where:
  53. # 1=Sunday; 2=Monday; etc.
  54. firstDayofWeek: 2
  55.  
  56. # Identify the starting day of each month for monthly reports, and monthly rewards.
  57. # Just in case you want to start in the middle for some strange reason..... and to help debug problems
  58. # Valid Values: 1-31 where: 1=1st; 2=2nd; etc.
  59. firstDayofMonth: 1
  60.  
  61. # Enable if DAILY/WEEKLY/MONTLY reports should be auto-generated
  62. autoReportEnable: false
  63.  
  64. # Report Storage sub-folder under /plugins/OnTime/
  65. # '/' implies no sub-folder. '/reports' is otherwise recommended
  66. reportFolder: /reports
  67.  
  68. # Date format used in reports and in filename (if enabled below)
  69. dateFilenameFormat: dd.MM.yyyy
  70.  
  71. # Enable date to be used in Report filenames (using format above)
  72. dateInFilenameEnable: true
  73.  
  74. # Enable if HTML format should be used for Reports (default is .txt)
  75. reportFormatHTML: false
  76.  
  77. # Enable if log file should be created.
  78. logEnable: false
  79.  
  80. # Detail to be included in OnTime logfile. 1=most detail ; 2=medium ; 3=least detail
  81. logLevel: 1
  82.  
  83. # Detail to be shown on console. 1=most detail ;2= medium; 3=least detail
  84. consoleLogLevel: 3
  85.  
  86. # Enable if OnTime Rewards system to be enabled
  87. rewardsEnable: true
  88.  
  89. # Enable if Reward Notification Messages to players should be displayed
  90. rewardNotifyEnable: true
  91.  
  92. # Enable if Reward Broadcast Messages should be sent to all online players
  93. rewardBroadcastEnable: true
  94.  
  95. # Enable if players are allowed to be referred by other players, and 'referred by' rewards defined and issued
  96. referredByEnable: true
  97.  
  98. # 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
  99. # a reference by another player. Set to -1 for no limit.
  100. referredByMaxTime: 2
  101.  
  102. # Enable if AFK status to be checked, and AFK time NOT counted
  103. afkCheckEnable: true
  104.  
  105. # If AFK is enabled, max time (minutes) with no activity before player is considered AFK
  106. afkTime: 3
  107.  
  108. # Selection of Data Storage Method. Valid values= YML, MYSQL
  109. dataStorage: MYSQL
  110.  
  111. # MySQL - This must be enabled and properly set up if MySQL is to be used for data storage and/or
  112. # data import is to be done from another plugin MySQL table. (currently support for LogBlock is provided)
  113. #NOTE: i removed the MYsql infos
  114. MySQL:
  115. enable: true
  116. host:
  117. port:
  118. user:
  119. password:
  120. database:
  121.  
  122. # Top Player Rewards
  123. #
  124. # Enable if rewards should be allowed to be defined as 'top player' rewards for the associated time period.
  125. topRewardDailyEnable: false
  126. topRewardWeeklyEnable: false
  127. topRewardMonthlyEnable: true
  128. topRewardTotalEnable: false
  129.  
  130. # When should rewards be issued to the overall top (total OnTime) players? Valid settings: "daily", "weekly", and "monthly"
  131. totalTopReward: weekly
  132.  
  133. # Set 'true' if running OnTime in a single-server MC environment, or if this is designated the 'primary' server in
  134. # a multi-server MC environment where servers are sharing one MySQL database. In the multi-server environment there
  135. # should be only ONE of the servers designated as 'primary'
  136. primaryServer: true
  137.  
  138. # Enable if OnTime Messaging will be used
  139. messagesEnable: true
  140.  
  141. # Enable if OnTime Welcome Messages are to be displayed
  142. welcomeEnable: false
  143.  
  144. # Enable if OnTime should check for latest plugin version (from bukkitdev)
  145. updateCheckEnable: true
  146.  
  147. # END ontime/config.yml
Advertisement
Add Comment
Please, Sign In to add comment