Advertisement
blokizaki

OnTime config nov12

Nov 12th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.90 KB | None | 0 0
  1. # OnTime Configuration File
  2. # Last Default YML Update: Jan 25, 2013
  3. # Author: Edge209
  4.  
  5. ###################################################
  6. # DO NOT CHANGE THE VERSION number for this file #
  7. configVersion: 16
  8. ###################################################
  9.  
  10. # The name of your server
  11. serverName: FloatingEmeralds
  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: false
  24.  
  25. # If purgeDemotion is enabled, this is target group for demotion
  26. purgeDemotionGroup: default
  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. # Delay during OnTime enable to ensure it finished init AFTER vault, permissions, and econ plugins
  44. # For most servers there is no need to change this (in seconds)
  45. startupDelay: 1
  46.  
  47. # Enable/Disable detailed (daily/weekly/monthly) PLAYING TIME collection
  48. collectPlayDetailEnable: true
  49.  
  50. # Enable/Disable detailed (daily/weekly/monthly) VOTE collection (requires MySQL)
  51. collectVoteDetailEnable: false
  52.  
  53. # Enable/Disable detailed (daily/weekly/monthly) REFERRAL collection (requires MySQL)
  54. collectReferDetailEnable: false
  55.  
  56. # Identify the starting day of each week for weekly reports and weekly rewards. Valid Values: 1-7 where:
  57. # 1=Sunday; 2=Monday; etc.
  58. firstDayofWeek: 2
  59.  
  60. # Identify the starting day of each month for monthly reports, and monthly rewards.
  61. # Just in case you want to start in the middle for some strange reason..... and to help debug problems
  62. # Valid Values: 1-31 where: 1=1st; 2=2nd; etc.
  63. firstDayofMonth: 1
  64.  
  65. # Enable if DAILY/WEEKLY/MONTLY reports should be auto-generated
  66. autoReportEnable: true
  67.  
  68. # If 'autoReportEnable is true' then, enable various DAILY/WEEKLY/MONTHLY reports
  69. dailyPlayReportEnable: true
  70. weeklyPlayReportEnable: true
  71. monthlyPlayReportEnable: true
  72.  
  73. # Report Storage sub-folder under /plugins/OnTime/
  74. # '/' implies no sub-folder. '/reports' is otherwise recommended
  75. reportFolder: /
  76.  
  77. # Date format used in reports and in filename (if enabled below)
  78. dateFilenameFormat: yyyy.MM.dd
  79.  
  80. # Enable date to be used in Report filenames (using format above)
  81. dateInFilenameEnable: true
  82.  
  83. # If autoReportEnable is true, set the format of the reports: (Valid Settings: TXT, HTML, MYSQL)
  84. reportFormat: TXT
  85.  
  86. # If autoReportEnable is true, set the duration (in days) that reports are retained before they are auto deleted
  87. # Set any of the following to -1 to disable the auto deletion for that report type
  88. # Recommendations: Daily:8; Weekly:36; Monthly:380; afk:15
  89. #
  90. dailyReportRetention: -1
  91. weeklyReportRetention: -1
  92. monthlyReportRetention: -1
  93. afkReportRetention: -1
  94.  
  95. # Enable if Online player status should be tracked in MYSQL Table
  96. onlineTrackingEnable: false
  97.  
  98. # If online tracking is enabled, set the refresh rate (in minutes)
  99. onlineTrackingRefresh: 5
  100.  
  101. # Enable if log file should be created.
  102. logEnable: true
  103.  
  104. # Detail to be included in OnTime logfile. 1=most detail ; 2=medium ; 3=least detail
  105. logLevel: 1
  106.  
  107. # Detail to be shown on console. 1=most detail ;2= medium; 3=least detail
  108. consoleLogLevel: 1
  109.  
  110. # Enable if OnTime Rewards system to be enabled
  111. rewardsEnable: true
  112.  
  113. # Enable if Reward Notification Messages to players should be displayed
  114. rewardNotifyEnable: true
  115.  
  116. # Enable if Reward Broadcast Messages should be sent to all online players
  117. rewardBroadcastEnable: true
  118.  
  119. # Enable if players are allowed to be referred by other players, and 'referred by' rewards defined and issued
  120. referredByEnable: true
  121.  
  122. # Enable if referred by usage should be tracked using permission strings. If referredByEnable (above) is true and
  123. # dataStoage (below) is YML, this *MUST* remain true for referredBy to function.
  124. referredByPermTrackEnable: true
  125.  
  126. # 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
  127. # a reference by another player. Set to -1 for no limit.
  128. referredByMaxTime: -1
  129.  
  130. # Enable if AFK status to be checked, and AFK time NOT counted
  131. afkCheckEnable: true
  132.  
  133. # If AFK is enabled, max time (minutes) with no activity before player is considered AFK
  134. afkTime: 10
  135.  
  136. # if AFK is enable, also enable this for AFK history collection and reporting
  137. collectAfkEnable: false
  138.  
  139. # If AFK Collecting/Reporting is enabled, then set the period for AFK reporting/sorting.
  140. # Valid values are: Today, Week, Month (make sure only first letter is upper case)
  141. afkReportPeriod: Week
  142.  
  143. # Selection of Data Storage Method. Valid values= YML, MYSQL
  144. dataStorage: MYSQL
  145.  
  146. # MySQL - This must be enabled and properly set up if MySQL is to be used for data storage and/or
  147. # data import is to be done from another plugin MySQL table. (currently support for LogBlock is provided)
  148. MySQL:
  149. enable: true
  150. host: csql.host-blaze.net
  151. port: 3306
  152. user: hbmc327
  153. password: 2creepers322
  154. database: hbmc327
  155. table: ontime-players
  156.  
  157. # Top Player Rewards
  158. #
  159. # When should rewards be issued to the overall top (total OnTime) players? Valid settings: 'disable', 'daily', 'weekly', and 'monthly'
  160. totalTopPlayReward: weekly
  161.  
  162. # When should rewards be issued to the overall top voting players? Valid settings: 'disable', 'daily', 'weekly', and 'monthly'
  163. totalTopVoteReward: disable
  164.  
  165. # When should rewards be issued to the overall top referring players? Valid settings: 'disable', 'daily', 'weekly', and 'monthly'
  166. totalTopReferReward: disable
  167.  
  168. # Set 'true' if running OnTime in a single-server MC environment, or if this is designated the 'primary' server in
  169. # a multi-server MC environment where servers are sharing one MySQL database. In the multi-server environment there
  170. # should be only ONE of the servers designated as 'primary'
  171. primaryServer: true
  172.  
  173. # Enable if OnTime Messaging will be used
  174. messagesEnable: true
  175.  
  176. # Enable if OnTime Welcome Messages are to be displayed. 'messagesEnable' above must be 'true' for this to also be 'true'
  177. welcomeEnable: true
  178.  
  179. # Enable if OnTime should check for latest plugin version (from bukkitdev)
  180. updateCheckEnable: true
  181.  
  182. # Enable if 'loyalty' Points are going to be used
  183. pointsEnable: false
  184.  
  185. # If 'pointsEnable' above is true, Enable this if negative 'loyalty' Points totals should be possible
  186. negativePointsEnable: false
  187. # END ontime/config.yml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement