Advertisement
Guest User

OnTime (config.yml)

a guest
Apr 19th, 2016
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.63 KB | None | 0 0
  1. # OnTime Configuration File
  2. # Author: Edge209
  3.  
  4. ###################################################
  5. # DO NOT CHANGE THE VERSION number for this file #
  6. configVersion: 21
  7. ###################################################
  8.  
  9. ###################
  10. # Server Universe #
  11. ###################
  12.  
  13. # The name of THIS server
  14. serverName: DiggyVerse
  15.  
  16. # If this server is part of a multi-server (e.g. Bungee) system, then this should be set true
  17. multiServer: false
  18.  
  19. # The name of your multiple server system (multiServer above must be 'true' for this to have meaning)
  20. # This needs to be a single word (Cannot contain spaces or special characters)
  21. multiServerName: myServers
  22.  
  23. # Set 'true' if running OnTime in a single-server MC environment, or if this is designated the 'primary' server in
  24. # a multi-server system where servers are sharing one MySQL database. In the multi-server system there
  25. # should be only ONE server designated as 'primary'
  26. primaryServer: true
  27.  
  28. ###########
  29. # General #
  30. ###########
  31.  
  32. # Delay during OnTime enable to ensure it finished init AFTER vault, permissions, and econ plugins
  33. # For most servers there is no need to change this (in seconds)
  34. startupDelay: 0
  35.  
  36. # maximum length of 'top player' lists
  37. topListMax: 10
  38.  
  39. # Enable if OnTime should check for latest plugin version (from bukkitdev)
  40. updateCheckEnable: false
  41.  
  42. ############
  43. # Messages #
  44. ############
  45.  
  46. # Enable if OnTime Messaging will be used
  47. messagesEnable: true
  48.  
  49. # Enable if OnTime Welcome Messages are to be displayed. 'messagesEnable' above must be 'true' for this to also be 'true'
  50. welcomeEnable: false
  51.  
  52. #######
  53. # AFK #
  54. #######
  55.  
  56. # Enable if AFK status to be checked, and AFK time NOT counted
  57. afkCheckEnable: false
  58.  
  59. # If AFK is enabled, max time (minutes) with no activity before player is considered AFK
  60. afkTime: 10
  61.  
  62.  
  63. ############################
  64. # Data Management: Storage #
  65. ############################
  66.  
  67. # Selection of Data Storage Method. Valid values= YML, MYSQL
  68. dataStorage: YML
  69.  
  70. # MySQL - This must be enabled and properly set up if MySQL is to be used for data storage and/or
  71. # data import is to be done from another plugin MySQL table. Note: To use MySQL for storage
  72. # of playerdata, "dataStorage" (immediately above) must also be set to "MYSQL".
  73.  
  74. MySQL:
  75. enable: false
  76. host: localhost
  77. port: 3306
  78. user: root
  79. password: password
  80. database: minecraft
  81. table: ontime-players
  82. multiServerTable: ontime_mulitServer
  83.  
  84. # Enable if data should be saved to disk on scheduled event. Otherwise it will happen on server shutdown only
  85. autoSaveEnable: true
  86.  
  87. # If auto file save is enabled above, how frequently (in minutes) should this be done.
  88. autoSavePeriod: 60
  89.  
  90. # Enable if backup versions of data files should be auto-created each day
  91. autoBackupEnable: true
  92.  
  93. # If auto backup is enabled above, how many versions should be retained?
  94. autoBackupVersions: 3
  95.  
  96. # Enable if OnTime should auto-merge duplicate player records (based on UUID) at player login.
  97. #(When v1.8 first came out OnTime was incorrectly handling player name changes, resulting in multiple records per UUID)
  98. uuidMergeEnable: false
  99.  
  100. ###############################
  101. # Data Management: Collection #
  102. ###############################
  103.  
  104. # Enable/Disable per-world OnTime Tracking
  105. perWorldEnable: false
  106.  
  107. # Enable/Disable Votifier Statistics collection (for players and vote services)
  108. votifierStatsEnable: false
  109.  
  110. # Enable/Disable detailed (daily/weekly/monthly) PLAYING TIME collection
  111. collectPlayDetailEnable: true
  112.  
  113. # Enable/Disable detailed (daily/weekly/monthly) VOTE collection
  114. collectVoteDetailEnable: false
  115.  
  116. # Enable/Disable detailed (daily/weekly/monthly) REFERRAL collection (requires MySQL)
  117. collectReferDetailEnable: false
  118.  
  119. # Enable/Disable AFK history collection and reporting; afkCheckEnable must be TRUE
  120. collectAfkEnable: false
  121.  
  122. ##########################
  123. # Data Management: Purge #
  124. ##########################
  125.  
  126. # 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
  127. purgeEnable: true
  128.  
  129. # minimum time in minutes someone has to be on for their data to be saved
  130. purgeTimeMin: 15
  131.  
  132. # maximum time in days since last login before purge
  133. purgeLoginDay: 365
  134.  
  135. # Enable if purged players should be auto-demoted
  136. purgeDemotionEnable: false
  137.  
  138. # If purgeDemotion is enabled, this is target group for demotion
  139. purgeDemotionGroup: default
  140.  
  141. ###################
  142. # Online Tracking #
  143. ###################
  144.  
  145. # Enable if Online player status should be tracked in MYSQL Table
  146. onlineTrackingEnable: false
  147.  
  148. # If online tracking is enabled, set the refresh rate (in minutes)
  149. onlineTrackingRefresh: 5
  150.  
  151. ###################
  152. # Logging / Debug #
  153. ###################
  154.  
  155. # Enable if log file should be created.
  156. logEnable: false
  157.  
  158. # Detail to be included in OnTime logfile. 1=most detail ; 2=medium ; 3=least detail
  159. logLevel: 1
  160.  
  161. # Detail to be shown on console. 1=most detail ;2= medium; 3=least detail
  162. consoleLogLevel: 3
  163.  
  164. ###########
  165. # Reports #
  166. ###########
  167.  
  168. # Identify the starting day of each week for weekly reports and weekly rewards. Valid Values: 1-7 where:
  169. # 1=Sunday; 2=Monday; etc.
  170. firstDayofWeek: 2
  171.  
  172. # Identify the starting day of each month for monthly reports, and monthly rewards.
  173. # Just in case you want to start in the middle for some strange reason..... and to help debug problems
  174. # Valid Values: 1-31 where: 1=1st; 2=2nd; etc.
  175. firstDayofMonth: 1
  176.  
  177. # Enable if DAILY/WEEKLY/MONTLY reports should be auto-generated
  178. autoReportEnable: true
  179.  
  180. # If 'autoReportEnable is true' then, enable various DAILY/WEEKLY/MONTHLY reports
  181. dailyPlayReportEnable: true
  182. weeklyPlayReportEnable: true
  183. monthlyPlayReportEnable: true
  184.  
  185. # Report Storage sub-folder under /plugins/OnTime/
  186. # '/' implies no sub-folder. '/reports' is otherwise recommended
  187. reportFolder: /
  188.  
  189. # Date format used in reports and in filename (if enabled below)
  190. dateFilenameFormat: yyyy.MM.dd
  191.  
  192. # Enable date to be used in Report filenames (using format above)
  193. dateInFilenameEnable: true
  194.  
  195. # If autoReportEnable is true, set the format of the reports: (Valid Settings: TXT, HTML, MYSQL)
  196. reportFormat: TXT
  197.  
  198. # If AFK Collecting/Reporting is enabled, then set the period for AFK reporting/sorting.
  199. # Valid values are: Today, Week, Month (make sure only first letter is upper case)
  200. afkReportPeriod: Week
  201.  
  202. # If autoReportEnable is true, set the duration (in days) that reports are retained before they are auto deleted
  203. # Set any of the following to -1 to disable the auto deletion for that report type
  204. # Recommendations: Daily:8; Weekly:36; Monthly:380; afk:15
  205. #
  206. dailyReportRetention: -1
  207. weeklyReportRetention: -1
  208. monthlyReportRetention: -1
  209. afkReportRetention: -1
  210.  
  211. #############
  212. # Referrals #
  213. #############
  214. # Enable if players are allowed to be referred by other players, and 'referred by' rewards defined and issued
  215. referredByEnable: true
  216.  
  217. # Enable if referred by usage should be tracked using permission strings. If referredByEnable (above) is true and
  218. # dataStoage (below) is YML, this *MUST* remain true for referredBy to function.
  219. referredByPermTrackEnable: true
  220.  
  221. # 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
  222. # a reference by another player. Set to -1 for no limit.
  223. referredByMaxTime: 168
  224.  
  225. ####################
  226. # Rewards: General #
  227. ####################
  228.  
  229. # Enable if OnTime Rewards system to be enabled
  230. rewardsEnable: true
  231.  
  232. # Enable if Reward Notification Messages to players should be displayed
  233. rewardNotifyEnable: true
  234.  
  235. # Enable if Reward Broadcast Messages should be sent to all online players
  236. rewardBroadcastEnable: true
  237.  
  238. ########################
  239. # Rewards: Top Players #
  240. ########################
  241.  
  242. # When should rewards be issued to the overall top (total OnTime) players? Valid settings: 'disable', 'daily', 'weekly', and 'monthly'
  243. totalTopPlayReward: disable
  244.  
  245. # When should rewards be issued to the overall top voting players? Valid settings: 'disable', 'daily', 'weekly', and 'monthly'
  246. totalTopVoteReward: disable
  247.  
  248. # When should rewards be issued to the overall top referring players? Valid settings: 'disable', 'daily', 'weekly', and 'monthly'
  249. totalTopReferReward: weekly
  250.  
  251. # When should rewards be issued to the overall top point earning players? Valid settings: 'disable', 'daily', 'weekly', and 'monthly'
  252. totalTopPointReward: disable
  253.  
  254. ##########
  255. # POINTS #
  256. ##########
  257.  
  258. # Enable if 'loyalty' Points are going to be used
  259. pointsEnable: false
  260.  
  261. # If 'pointsEnable' above is true, Enable this if negative 'loyalty' Points totals should be possible
  262. negativePointsEnable: false
  263.  
  264. ############
  265. # THE END #
  266. ############
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement