Advertisement
Guest User

Untitled

a guest
Sep 27th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.17 KB | None | 0 0
  1. #mysql
  2. dbip: "localhost:3306"
  3. dbname: "oxybonus"
  4. dbusername: "root"
  5. dbpassword: "mysql"
  6.  
  7. #set up autosaving data every x minutes (Not needed Data updates on shutdown and player logoff) use to protect data incase of crash; 0 = disabled
  8. autosave: 10
  9.  
  10. #Server config
  11. #Point of restart (Server time) 0 means midmight -1 = 11:00 and 1 = 1:00
  12. dailypoint: 0
  13. dupeip: true
  14. showconsecutiveintitle: true
  15. display:
  16. completedquestitem: '133:0'
  17. incompletedquestitem: '173:0'
  18. weeklyquestitem: '426:0'
  19. dailybonuses:
  20. day1:
  21. criteria:
  22. - "[ONLINE],60,Remain online for an hour"
  23. - "[KILLMOB],PIG,10,Kill 10 pigs"
  24. - "[WALK],3500,Walk 3500 blocks"
  25. rewards:
  26. - "&8- &a$100\\,000,eco give %PLAYER% 100000"
  27. - "&8- &c5 points,points give %PLAYER% 5"
  28. day2:
  29. criteria:
  30. - "[ONLINE],60,Remain online for an hour"
  31. - "[KILLMOB],ZOMBIE,50,Kill 50 zombies"
  32. - "[MINE],3,50,Dig 50 dirt blocks"
  33. rewards:
  34. - "&8- &a$300\\,000,eco give %PLAYER% 300000"
  35. - "&8- &a2 Vote Keys, crate givekey %PLAYER% Vote 2"
  36. - "&8- &c5 points,points give %PLAYER% 5"
  37. day3:
  38. criteria:
  39. - "[ONLINE],120,Remain online for two hours"
  40. - "[KILLMOB],BLAZE,25,Kill 25 blazes"
  41. - "[FISH],10,Catch 10 fish"
  42. - "[WALK],10000,Walk 10000 blocks"
  43. rewards:
  44. - "&8- &a$500\\,000,eco give %PLAYER% 500000"
  45. - "&8- &a2 Vote Keys, crate givekey %PLAYER% Vote 2"
  46. - "&8- &a1 Oxy Key, crate givekey %PLAYER% Oxy 1"
  47. - "&8- &c10 points,points give %PLAYER% 10"
  48. day4:
  49. criteria:
  50. - "[ONLINE],120,Remain online for two hours"
  51. - "[KILLMOB],ENDERMAN,50,Kill 50 enderman"
  52. - "[FISH],20,Catch 20 fish"
  53. - "[WALK],10000,Walk 10000 blocks"
  54. - "[MINE],56,25,Mine 25 diamond ore"
  55. - "&8- &c10 points,points give %PLAYER% 10"
  56. rewards:
  57. - "&8- &a$1\\,000\\,000,eco give %PLAYER% 1000000"
  58. - "&8- &a2 Vote Keys, crate givekey %PLAYER% Vote 2"
  59. - "&8- &a1 Oxy Key, crate givekey %PLAYER% Oxy 1"
  60. - "&8- &a1 Tag Key, crate givekey %PLAYER% Tag 1"
  61. day5:
  62. criteria:
  63. - "[ONLINE],120,Remain online for two hours"
  64. - "[KILLMOB],IRON_GOLEM,50,Kill 50 iron golem"
  65. - "[WALK],10000,Walk 10000 blocks"
  66. - "[CRAFT],138,1,Craft a beacon"
  67. - "[CRAFT],35:15,64,Craft 64 black wool"
  68. - "&8- &c15 points,points give %PLAYER% 15"
  69. rewards:
  70. - "&8- &a$2\\,000\\,000,eco give %PLAYER% 2000000"
  71. - "&8- &a2 Vote Keys, crate givekey %PLAYER% Vote 2"
  72. - "&8- &a1 Oxy Key, crate givekey %PLAYER% Oxy 1"
  73. - "&8- &a1 Tag Key, crate givekey %PLAYER% Tag 1"
  74. day6:
  75. criteria:
  76. - "[ONLINE],120,Remain online for two hours"
  77. - "[KILLMOB],IRON_GOLEM,50,Kill 50 iron golem"
  78. - "[KILLMOB],ENDERMAN,50,Kill 50 enderman"
  79. - "[KILLMOB],SLIME,50,Kill 50 slimes"
  80. - "[MINE],3,5000,Dig 5000 dirt blocks"
  81. rewards:
  82. - "&8- &a$3\\,000\\,000,eco give %PLAYER% 3000000"
  83. - "&8- &a3 Vote Keys, crate givekey %PLAYER% Vote 3"
  84. - "&8- &a2 Oxy Key, crate givekey %PLAYER% Oxy 2"
  85. - "&8- &a2 Tag Key, crate givekey %PLAYER% Tag 2"
  86. - "&8- &c15 points,points give %PLAYER% 15"
  87. day7:
  88. criteria:
  89. - "[ONLINE],180,Remain online for three hours"
  90. - "[MINE],49,250,Mine 250 obsidian"
  91. - "[KILLMOB],BAT,50,Kill 50 bats"
  92. - "[WALK],20000,Walk 20000 blocks"
  93. - "[CRAFT],381,2500,Craft 2500 eye of enders"
  94. rewards:
  95. - "&8- &a&l$15\\,000\\,000,eco give %PLAYER% 15000000,1"
  96. - "&8- &b&l1 Premium key,crate givekey %PLAYER% premium 1,1"
  97. - "&8- &e&l3 Tag keys,crate givekey %PLAYER% tag 3,1"
  98. - "&8- &4&l3 Oxy keys,crate givekey %PLAYER% oxy 3,1"
  99. - "&8- &d&lStarter base,give %PLAYER% nametag 1 name:&4&lStarter_Base_&8(&7OxyBonus&8) lore:&eGive_to_an_Admin_or_Owner!,1"
  100. - "&8- &c100 points,points give %PLAYER% 100,1"
  101. day8:
  102. criteria:
  103. - "[ONLINE],120,Remain online for two hours"
  104. - "[FISH],30,Catch 30 fish"
  105. - "[KILLPLAYER],2,Kill 2 players"
  106. - "[KILLMOB],SLIME,50,Kill 50 slimes"
  107. - "[MINE],1,10000,Dig 10000 stone blocks"
  108. rewards:
  109. - "&8- &a$5\\,000\\,000,eco give %PLAYER% 5000000"
  110. - "&8- &a4 Vote Keys, crate givekey %PLAYER% Vote 4"
  111. - "&8- &a3 Oxy Key, crate givekey %PLAYER% Oxy 3"
  112. - "&8- &a3 Tag Key, crate givekey %PLAYER% Tag 3"
  113. - "&8- &c20 points,points give %PLAYER% 20"
  114. day9:
  115. criteria:
  116. - "[ONLINE],120,Remain online for two hours"
  117. - "[WALK],20000,Walk 20000 blocks"
  118. - "[KILLMOB],ZOMBIE,300,Kill 300 zombies"
  119. - "[MINE],1,10000,Mine 10000 stone blocks"
  120. rewards:
  121. - "&8- &a$7\\,500\\,000,eco give %PLAYER% 7500000"
  122. - "&8- &a5 Vote Keys, crate givekey %PLAYER% Vote 5"
  123. - "&8- &a3 Oxy Key, crate givekey %PLAYER% Oxy 3"
  124. - "&8- &a3 Tag Key, crate givekey %PLAYER% Tag 3"
  125. - "&8- &c20 points,points give %PLAYER% 20"
  126. day10:
  127. criteria:
  128. - "[ONLINE],120,Remain online for two hours"
  129. - "[FISH],40,Catch 40 fish"
  130. - "[KILLMOB],SKELETON,300,Kill 300 skeletons"
  131. - "[KILLMOB],GUARDIAN,50,Kill 50 guardians"
  132. rewards:
  133. - "&8- &a$10\\,000\\,000,eco give %PLAYER% 10000000"
  134. - "&8- &a5 Vote Keys, crate givekey %PLAYER% Vote 5"
  135. - "&8- &a4 Oxy Key, crate givekey %PLAYER% Oxy 4"
  136. - "&8- &a4 Tag Key, crate givekey %PLAYER% Tag 4"
  137. - "&8- &c25 points,points give %PLAYER% 25"
  138. day11:
  139. criteria:
  140. - "[ONLINE],180,Remain online for three hours"
  141. - "[CRAFT],47,20,Craft 20 bookshelves"
  142. - "[CRAFT],213,64,Craft 64 magma blocks"
  143. - "[KILLPLAYER],3,Kill 3 players"
  144. - "[WALK],15000,Walk 15000 blocks"
  145. rewards:
  146. - "&8- &a$12\\,500\\,000,eco give %PLAYER% 12500000"
  147. - "&8- &a6 Vote Keys, crate givekey %PLAYER% Vote 6"
  148. - "&8- &a4 Oxy Key, crate givekey %PLAYER% Oxy 4"
  149. - "&8- &a4 Tag Key, crate givekey %PLAYER% Tag 4"
  150. - "&8- &c25 points,points give %PLAYER% 25"
  151. - "&8- &b250 McMMO credits,credits give %PLAYER% 250"
  152. day12:
  153. criteria:
  154. - "[ONLINE],180,Remain online for three hours"
  155. - "[FISH],30,Catch 30 fish"
  156. - "[MINE],3,15000,Dig 15000 dirt blocks"
  157. - "[WALK],15000,Walk 10000 blocks"
  158. - "[KILLMOB],WITCH,300,Kill 300 witches"
  159. rewards:
  160. - "&8- &a$15\\,000\\,000,eco give %PLAYER% 15000000"
  161. - "&8- &a6 Vote Keys, crate givekey %PLAYER% Vote 6"
  162. - "&8- &a5 Oxy Key, crate givekey %PLAYER% Oxy 5"
  163. - "&8- &a5 Tag Key, crate givekey %PLAYER% Tag 5"
  164. - "&8- &c30 points,points give %PLAYER% 30"
  165. - "&8- &b500 McMMO credits,credits give %PLAYER% 500"
  166. day13:
  167. criteria:
  168. - "[ONLINE],180,Remain online for three hours"
  169. - "[CRAFT],198,128,Craft 128 end rods"
  170. - "[WALK],30000,Walk 30000 blocks"
  171. - "[KILLMOB],IRON_GOLEM,500,Kill 500 iron golems"
  172. - "[FISH],25,Catch 25 fish"
  173. rewards:
  174. - "&8- &a$20\\,000\\,000,eco give %PLAYER% 20000000"
  175. - "&8- &a7 Vote Keys, crate givekey %PLAYER% Vote 7"
  176. - "&8- &a6 Oxy Key, crate givekey %PLAYER% Oxy 6"
  177. - "&8- &a6 Tag Key, crate givekey %PLAYER% Tag 6"
  178. - "&8- &c30 points,points give %PLAYER% 30"
  179. - "&8- &b1000 McMMO credits,credits give %PLAYER% 1000"
  180. day14:
  181. criteria:
  182. - "[ONLINE],300,Remain online for five hours"
  183. - "[MINE],49,500,Mine 500 obsidian"
  184. - "[KILLMOB],CREEPER,500,Kill 50 creepers"
  185. - "[KILLMOB],HORSE,40,Kill 40 horses"
  186. - "[WALK],30000,Walk 30000 blocks"
  187. - "[CRAFT],322,128,Craft 128 golden apples"
  188. - "[FISH],50,Catch 50 fish"
  189. - "[KILLPLAYER],5,Kill 5 players"
  190. rewards:
  191. - "&8- &a&l$50\\,000\\,000,eco give %PLAYER% 50000000,1"
  192. - "&8- &b&l2 Premium keys,crate givekey %PLAYER% premium 2,1"
  193. - "&8- &e&l10 Tag keys,crate givekey %PLAYER% tag 10,1"
  194. - "&8- &4&l10 Oxy keys,crate givekey %PLAYER% oxy 10,1"
  195. - "&8- &b&lPremium &8(&71 month&8),give %PLAYER% nametag 1 name:&4&lPremium_1_month_&8(&7OxyBonus&8) lore:&eGive_to_an_Admin_or_Owner!,1"
  196. - "&8- &c&l200 points,points give %PLAYER% 200,1"
  197. - "&8- &b&l5000 McMMO credits,credits give %PLAYER% 5000,1"
  198. - "&8- &d&lPanda Pet,pex user %PLAYER% add minaturepets.panda,1"
  199. - "&8- &4&lOxy&f&lBonus &7&ltag,pex user %PLAYER% add deluxetags.tag.OxyBonus,1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement