Advertisement
Guest User

Untitled

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