Advertisement
Zlepper

Untitled

Apr 5th, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.53 KB | None | 0 0
  1. # OnTime Configuration File
  2. # Last Default YML Update: Oct 11, 2012
  3. # Author: Edge209
  4.  
  5. ###################################################
  6. # DO NOT CHANGE THE VERSION number for this file #
  7. configVersion: 14
  8. ###################################################
  9.  
  10. # The name of your server
  11. serverName: Liccixcraft
  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: Starter
  27.  
  28. # maximum length of 'top player' lists
  29. topListMax: 15
  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: true
  49.  
  50. # Enable/Disable detailed (daily/weekly/monthly) REFERRAL collection (requires MySQL)
  51. collectReferDetailEnable: true
  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. # If 'autoReportEnable is true' then, enable various DAILY/WEEKLY/MONTHLY reports
  67. dailyPlayReportEnable: true
  68. weeklyPlayReportEnable: true
  69. montlyPlayReportEnable: true
  70.  
  71.  
  72. # Report Storage sub-folder under /plugins/OnTime/
  73. # '/' implies no sub-folder. '/reports' is otherwise recommended
  74. reportFolder: /
  75.  
  76. # Date format used in reports and in filename (if enabled below)
  77. dateFilenameFormat: yyyy.MM.dd
  78.  
  79. # Enable date to be used in Report filenames (using format above)
  80. dateInFilenameEnable: true
  81.  
  82. # Enable if HTML format should be used for Reports (default is .txt)
  83. reportFormatHTML: false
  84.  
  85. # Enable if log file should be created.
  86. logEnable: true
  87.  
  88. # Detail to be included in OnTime logfile. 1=most detail ; 2=medium ; 3=least detail
  89. logLevel: 1
  90.  
  91. # Detail to be shown on console. 1=most detail ;2= medium; 3=least detail
  92. consoleLogLevel: 1
  93.  
  94. # Log Levels Include:
  95. # Level 1 (Level 2 and Level 3 events plus)
  96. # Player login event
  97. # Player Quit event
  98. # Rewards scheduled
  99. # Rewards cancelled
  100. # Level 2 (Level 3 events plus)
  101. # Players purged from records due to low play time
  102. # Players purged from records due to long absence
  103. # Players not scheduled for reward due to lack of receive permission
  104. # Level 3 (Level 3 events only)
  105. # 'set', 'add', and 'remove' commands executed
  106. # Rewards Issued
  107. # Error Messages
  108.  
  109. # Enable if OnTime Rewards system to be enabled
  110. rewardsEnable: true
  111.  
  112. # Enable if Reward Notification Messages to players should be displayed
  113. rewardNotifyEnable: true
  114.  
  115. # Enable if Reward Broadcast Messages should be sent to all online players
  116. rewardBroadcastEnable: true
  117.  
  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. # Delay during OnTime enable to ensure it finished init AFTER vault, permissions, and econ plugins
  127. # For most servers there is no need to change this (in seconds)
  128. startupDelay: 0
  129.  
  130.  
  131. # 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
  132. # a reference by another player. Set to -1 for no limit.
  133. referredByMaxTime: 2
  134.  
  135. # Enable if AFK status to be checked, and AFK time NOT counted
  136. afkCheckEnable: true
  137.  
  138. # If AFK is enabled, max time (minutes) with no activity before player is considered AFK
  139. afkTime: 10
  140.  
  141. # if AFK is enable, also enable this for AFK history collection and reporting
  142. collectAfkEnable: true
  143.  
  144. # If AFK Collecting/Reporting is enabled, then set the period for AFK reporting/sorting.
  145. # Valid values are: Today, Week, Month (make sure only first letter is upper case)
  146. afkReportPeriod: Week
  147.  
  148.  
  149. # Selection of Data Storage Method. Valid values= DAT, YML, MYSQL
  150. dataStorage: YML
  151. # MySQL - This must be enabled and properly set up if MySQL is to be used for data storage and/or
  152. # data import is to be done from another plugin MySQL table. (currently support for LogBlock is provided)
  153. MySQL:
  154. enable: true
  155. host: localhost
  156. port: 3306
  157. user: root
  158. password: ********
  159. database: ontime
  160. table: ontime-players
  161.  
  162.  
  163. # Top Player Rewards
  164. #
  165.  
  166. # When should rewards be issued to the overall top (total OnTime) players? Valid settings: 'disable', 'daily', 'weekly', and 'monthly'
  167. totalTopPlayReward: weekly
  168.  
  169. # When should rewards be issued to the overall top voting players? Valid settings: 'disable', 'daily', 'weekly', and 'monthly'
  170. totalTopVoteReward: weekly
  171.  
  172. # When should rewards be issued to the overall top referring players? Valid settings: 'disable', 'daily', 'weekly', and 'monthly'
  173. totalTopReferReward: weekly
  174.  
  175.  
  176. # Set 'true' if running OnTime in a single-server MC environment, or if this is designated the 'primary' server in
  177. # a multi-server MC environment where servers are sharing one MySQL database. In the multi-server environment there
  178. # should be only ONE of the servers designated as 'primary'
  179. primaryServer: true
  180.  
  181. # Enable if OnTime Messaging will be used
  182. messagesEnable: true
  183.  
  184. # Enable if OnTime Welcome Messages are to be displayed
  185. welcomeEnable: true
  186.  
  187. # Enable if OnTime should check for latest plugin version (from bukkitdev)
  188. updateCheckEnable: true
  189.  
  190. # END ontime/config.yml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement