Advertisement
Guest User

Untitled

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