Advertisement
Guest User

Untitled

a guest
Dec 8th, 2012
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. plugin:
  2. options:
  3. debug: false
  4. worlds:
  5. - world
  6. default:
  7. options:
  8. color: AQUA
  9. newdaytime: 18
  10. displayFormat: '%W, %M %D, %Y (%YN)'
  11. timeFormat: 24
  12. useDaySuffix: true
  13. daySuffixes:
  14. '0': th
  15. '1': st
  16. '2': nd
  17. '3': rd
  18. '4': th
  19. '5': th
  20. '6': th
  21. '7': th
  22. '8': th
  23. '9': th
  24. notifications:
  25. onJoin: true
  26. onNewDay: true
  27. onWorldChange: true
  28. year:
  29. currentYear: 0
  30. yearNames:
  31. - Year of the Worker
  32. - Year of the Craftsman
  33. - Year of the Priest
  34. - Year of the Footman
  35. - Year of the Knight
  36. - Year of the Lord
  37. - Year of the Count
  38. - Year of the Duke
  39. - Year of the Prince
  40. - Year of the Queen
  41. - Year of the King
  42. - Year of the Emperor
  43. month:
  44. currentMonth: 0
  45. monthNames:
  46. - January
  47. - February
  48. - March
  49. - April
  50. - May
  51. - June
  52. - July
  53. - August
  54. - September
  55. - October
  56. - November
  57. - December
  58. day:
  59. currentDay: 0
  60. dayNames:
  61. - Sunday
  62. - Monday
  63. - Tuesday
  64. - Wednesday
  65. - Thursday
  66. - Friday
  67. - Saturday
  68. daysPerMonth: 35
  69. holidays:
  70. '0':
  71. '1':
  72. name: New Year's Day
  73. command:
  74. - ''
  75. '1':
  76. '1':
  77. name: First Day
  78. command:
  79. - ''
  80. world:
  81. options:
  82. color: BLUE
  83. newdaytime: 18
  84. displayFormat: '%W, %M %D, %Y (%YN)'
  85. timeFormat: 24
  86. useDaySuffix: true
  87. daySuffixes:
  88. '0': th
  89. '1': st
  90. '2': nd
  91. '3': rd
  92. '4': th
  93. '5': th
  94. '6': th
  95. '7': th
  96. '8': th
  97. '9': th
  98. notifications:
  99. onJoin: true
  100. onNewDay: true
  101. onWorldChange: true
  102. year:
  103. currentYear: 1055
  104. yearNames:
  105. - Year of the Worker
  106. - Year of the Craftsman
  107. - Year of the Priest
  108. - Year of the Footman
  109. - Year of the Squire
  110. - Year of the Knight
  111. - Year of the Lord
  112. - Year of the Count
  113. - Year of the Duke
  114. - Year of the Prince
  115. - Year of the Queen
  116. - Year of the King
  117. month:
  118. currentMonth: 3
  119. monthNames:
  120. - January
  121. - February
  122. - March
  123. - April
  124. - May
  125. - June
  126. - July
  127. - August
  128. - September
  129. - October
  130. - November
  131. - December
  132. day:
  133. currentDay: 31
  134. dayNames:
  135. - Sun's Day
  136. - Moon's Day
  137. - Tyr's Day
  138. - Woden's Day
  139. - Thor's Day
  140. - Frig's Day
  141. - Saturn's Day
  142. daysPerMonth: 35
  143. holidays:
  144. '0':
  145. '1':
  146. name: New Year's Day
  147. command:
  148. - ''
  149. '1':
  150. '1':
  151. name: First Day
  152. command:
  153. - ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement