Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.00 KB | None | 0 0
  1. # OnTime Output Configuration File
  2. # Last Default YML Update: July 17, 2012
  3. # Author: Edge209
  4.  
  5. #Version of this config file DO NOT CHANGE THIS
  6. outputVersion: 8
  7.  
  8. # Output Configuration Syntax Rules
  9. # *** BE CAREFUL *** since this is a yml file the format is very important. NEVER use TABs to create space, always use 'spaces'
  10. #
  11. # Every output string must be contained within single quote marks (')
  12. # Color codes can be used, but codes must begin with "&" and must followed by a space (' ') e.g. '&a ' for green text
  13. # The number of lines output must be specified (lines: #), or set to zero if no output should be generated.
  14. # Each line must be labeled with 'line-#:' where # is the line order, and # should begin with 1
  15. # "Variables" must be enclosed in "[ ]" and must be proceeded and followed by a space (' ').
  16. #
  17. # The following 'variable' codes are supported in the output:
  18. #
  19. # [afk] - Player's Away from Keyboard (AFK) status. ("(AFK)" shown when AFK, otherwise nothing is displayed.)
  20. # [afktime] - How long a player has been AFK for the current login session
  21. # [current] - Player's OnTime for current session (login)
  22. # [daily] - Player's daily OnTime
  23. # [daysAgo] - Number of calendar days since player's first login to the server
  24. # [daysOn] - The number of different days the player has been on the server
  25. # [firstLogin] - The date player first joined the server
  26. # [monthly] - Player's Monthly OnTime
  27. # [monthStartDate] - Date for start of new monthly playtime collection period
  28. # [player] - Player's in-game name
  29. # [quantity] - Reward quantity value. Only used for 'item' and 'xp' rewards
  30. # [referredBy] - Player that referred another player
  31. # [referredPlayer] - Player that was referred by another
  32. # [referrals] - Number of referrals made by a player
  33. # [reward] - Reward to be issued. (This holds the quantity for 'econ' rewards)
  34. # [rewardString]** - A default set of reward strings which combine things such as quantity and reward names.
  35. # [rewardType] - Type of reward: Auto vs Individual if Individual Ontime/Real/Delta/Login is also specified
  36. # [timeToReward] - The amount of in-game time until a players next reward is issued
  37. # [topSpot] - Player's location in a "Top xx" list
  38. # [total] - Player's total OnTime
  39. # [votes] - Number of votes cast for the system
  40. # [weekStartDate] - Date for start of new weekly playtime collection period
  41. # [$] - econ system's unit name (e.g. 'coins', 'dollars', 'credits')
  42. #
  43. #
  44. # ** There is special handling for '[rewardString]'. This was designed to be used in the 'ontime' (self) and 'ontime <playername.' (other) commands.
  45. # Because it is possible to use the 'ontime rewards set' command a player can have more than one scheduled reward. When '[rewardString]' is used
  46. # the plugin will generate multiple lines of the same format, one for each of the scheduled rewards for that player. Any variable used
  47. # on the same line will also be used in each of the reward output lines.
  48. #
  49. # Color Codes
  50. # &0 Black
  51. # &1 Dark Blue
  52. # &2 Dark Green
  53. # &3 Dark Aqua
  54. # &4 Dark Red
  55. # &5 Dark Purple
  56. # &6 Gold
  57. # &7 Gray
  58. # &8 Dark Gray
  59. # &9 Blue
  60. # &a Green
  61. # &b Aqua
  62. # &c Red
  63. # &d Light Purple
  64. # &e Yellow
  65. # &f White
  66.  
  67.  
  68. output:
  69. #
  70. # Output for reward issue events
  71. #
  72. reward:
  73. kit:
  74. lines: 3
  75. line-1: '&a Congratulations [player] !'
  76. line-2: '&a You have been on for [total]'
  77. line-3: '&a You have been rewarded a kit including:'
  78. kitelement:
  79. lines: 1
  80. line-1: '&a [quantity] [reward]'
  81. votifier:
  82. lines: 3
  83. line-1: '&a [player], your vote for [serverName] has been counted!'
  84. line-2: '&a For doing this, you have been given [rewardString]'
  85. line-3: '&a Please remember to vote again tomorrow!'
  86. referralTarget:
  87. lines: 2
  88. line-1: '&a [player] Thank you for letting us know who referred you.'
  89. line-2: '&a For doing this, you have been given [rewardString]'
  90. item:
  91. lines: 3
  92. line-1: '&a Congratulations [player] !'
  93. line-2: '&a You have been on for [total]'
  94. line-3: '&a You have been rewarded ( [quantity] ) [reward]'
  95. inventoryFull:
  96. lines: 2
  97. line-1: '&a You have a reward of ( [quantity] ) [reward] waiting.'
  98. line-2: '&a Please make room in your inventory.'
  99. econ:
  100. lines: 3
  101. line-1: '&a Congratulations [player] !'
  102. line-2: '&a You have been on for [total]'
  103. line-3: '&a You have been rewarded [reward] [$]'
  104. permission:
  105. lines: 4
  106. line-1: '&a Congratulations [player] !'
  107. line-2: '&a You have been on for [total]'
  108. line-3: '&a You have been granted the following permission [reward]'
  109. line-4: '&a It will take effect on your next login.'
  110. group:
  111. lines: 3
  112. line-1: '&a Congratulations [player] !'
  113. line-2: '&a You have been on for [total]'
  114. line-3: '&a You have been auto-promoted to group [reward]'
  115. command:
  116. lines: 0
  117. xp:
  118. lines: 3
  119. line-1: '&a Congratulations [player] !'
  120. line-2: '&a You have been on for [total]'
  121. line-3: '&a You have been rewarded [quantity] XP!'
  122. referred:
  123. lines: 3
  124. line-1: '&a Congratulations [player] !'
  125. line-2: '&a Your referral of [referredPlayer] has payed off'
  126. line-3: '&a You have been rewarded [rewardString]'
  127. topDaily:
  128. lines: 3
  129. line-1: '&a Congratulations [player] !'
  130. line-2: '&a You have been rewarded [rewardString]'
  131. line-3: '&a For being the # [topSpot] Player for [topPeriod]'
  132. topWeekly:
  133. lines: 3
  134. line-1: '&a Congratulations [player] !'
  135. line-2: '&a You have been rewarded [rewardString]'
  136. line-3: '&a For being the # [topSpot] Player for the week starting [topPeriod]'
  137. topMonthly:
  138. lines: 3
  139. line-1: '&a Congratulations [player] !'
  140. line-2: '&a You have been rewarded [rewardString]'
  141. line-3: '&a For being the # [topSpot] Player for the month starting [topPeriod]'
  142. topTotal:
  143. lines: 3
  144. line-1: '&a Congratulations [player] !'
  145. line-2: '&a You have been rewarded [rewardString]'
  146. line-3: '&a For being the # [topSpot] Player as of [topPeriod]'
  147. #
  148. # Output for the '/ontime' command
  149. #
  150. ontime-me:
  151. lines: 5
  152. line-1: 'Current login time = [current]'
  153. line-2: 'Today total time = [daily]'
  154. line-3: 'This week total time = [weekly]'
  155. line-4: 'This month total time = [monthly]'
  156. line-5: 'Lifetime server time = [total]'
  157.  
  158. #
  159. # Output for the '/ontime <player>' command
  160. #
  161. ontime-other:
  162. lines: 14
  163. line-1: '[player] : Joined the server [daysAgo] days ago.'
  164. line-2: '[player] : Has been on [daysOn] different days.'
  165. line-3: '[player] : Last login on [lastLogin]'
  166. line-4: '[player] : This login= [current] &c [afk]'
  167. line-5: '[player] : AFK time this login= [afktime]'
  168. line-6: '[player] : Today= [daily]'
  169. line-7: '[player] : This Week= [weekly]'
  170. line-8: '[player] : This Month= [monthly]'
  171. line-9: '[player] : Total Time= [total]'
  172. line-10: '[player] : Reward: ( [rewardType] ) [rewardString] in [timeToReward]'
  173. line-11: '[player] : Votes Cast: [votes]'
  174. line-12: '[player] : Last Voted on [lastvote]'
  175. line-13: '[player] : Referred by: [referredBy]'
  176. line-14: '[player] : Referrals Made: [referrals]'
  177.  
  178. #
  179. # output used when there is missing data
  180. #
  181. error:
  182. errorColor: '&c'
  183. noDaysAgo: 'No record'
  184. noDaysOn: 'No record'
  185. noLastLogin: 'No record'
  186. notOnline: 'Not Online'
  187. notOnToday: 'Not On Today'
  188. notOnWeek: 'Not On This Week'
  189. notOnMonth: 'Not On This Month'
  190. noTotal: 'No record'
  191. noReward: 'No reward set'
  192. noRewardQuantity: 'N/A'
  193. noRewardTime: 'N/A'
  194. notEnabled: 'N/A'
  195. noAFKTime: 'N/A'
  196. playerAFK: '(on hold)'
  197. noTopData: 'N/A'
  198.  
  199. #
  200. # Formats used to output dates and time. Please reference http://www.java2s.com/Tutorial/Java/0040__Data-Type/SimpleDateFormat.htm
  201. # for more information and examples
  202. #
  203. dateTimeFormat: '[MM/dd/yyyy hh:mm:ss]'
  204.  
  205. dateFormat: '[MM/dd/yyyy]'
  206.  
  207. #
  208. # Output for headers and colors used in '>ontime top <##> [total/today/week]' commands
  209. #
  210. topListHeader:
  211. lines: 1
  212. line-1: '&e -- [serverName] &9 OnTime &e LeaderBoard--'
  213.  
  214. todayListHeader:
  215. lines: 2
  216. line-1: '&e -- [serverName] &f Daily LeaderBoard &e --'
  217. line-2: '&9 for today - [reportDate]'
  218.  
  219. weekListHeader:
  220. lines: 2
  221. line-1: '&e -- [serverName] &f Weekly LeaderBoard &e --'
  222. line-2: '&9 for the week starting [weekStartDate]'
  223.  
  224. monthListHeader:
  225. lines: 2
  226. line-1: '&e -- [serverName] &f Monthly LeaderBoard &e --'
  227. line-2: '&9 for the month starting [monthStartDate]'
  228.  
  229.  
  230. topListTimeColor: '&a'
  231. topListNameColor: '&f'
  232. topListExtrasColor: '&a'
  233.  
  234. #
  235. # The End
  236. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement