nillbug

Untitled

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