Advertisement
Guest User

Untitled

a guest
Sep 7th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1.  
  2. #mysql
  3. dbip: "localhost:3306"
  4. dbname: "oxybonus"
  5. dbusername: "root"
  6. dbpassword: ""
  7.  
  8. #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
  9. autosave: 0
  10.  
  11.  
  12. #Server config
  13. dailypoint: 0
  14. dupeip: false
  15. showconsecutiveintitle: true
  16. display:
  17. completedquestitem: '133:0'
  18. incompletedquestitem: '173:0'
  19. weeklyquestitem: '426:0'
  20. dailybonuses:
  21. day1:
  22. criteria:
  23. - "[KILLMOB],COW,30,Kill 30 Cows"
  24. - "[FISH],30,Fish 30 Times!"
  25. - "[CRAFT],280:0,5,craft 1 stick"
  26. - "[MINE],40,Mine 40 blocks"
  27. rewards:
  28. - "- $100\\,000,eco give %PLAYER% 100000"
  29. - "- 1x Oxy Key,crate givekey %PLAYER% Oxy"
  30. day2:
  31. criteria:
  32. - "[KILLPLAYER],30,Kill 30 players"
  33. - "[WALK],30,Walk 30 Blocks!"
  34. rewards:
  35. - "- $100\\,000,eco give %PLAYER% 100000"
  36. - "- 1x Oxy Key,crate givekey %PLAYER% Oxy"
  37. day3:
  38. criteria:
  39. - "[ONLINE],30,Stay online for 30 min"
  40. - "[PERMISSION],oxybonus.admin.*,1,be an admin"
  41. rewards:
  42. - "- $100\\,000,eco give %PLAYER% 100000"
  43. - "- 1x Oxy Key,crate givekey %PLAYER% Oxy"
  44. day4:
  45. criteria:
  46. - "[ONLINE],30,Stay online for 30 min"
  47. - "[PERMISSION],oxybonus.admin.*,1,be an admin"
  48. rewards:
  49. - "- $100\\,000,eco give %PLAYER% 100000"
  50. - "- 1x Oxy Key,crate givekey %PLAYER% Oxy"
  51. day5:
  52. criteria:
  53. - "[ONLINE],30,Stay online for 30 min"
  54. - "[PERMISSION],oxybonus.admin.*,1,be an admin"
  55. rewards:
  56. - "- $100\\,000,eco give %PLAYER% 100000"
  57. - "- 1x Oxy Key,crate givekey %PLAYER% Oxy"
  58. day6:
  59. criteria:
  60. - "[ONLINE],30,Stay online for 30 min"
  61. - "[PERMISSION],oxybonus.admin.*,1,be an admin"
  62. rewards:
  63. - "- $100\\,000,eco give %PLAYER% 100000"
  64. - "- 1x Oxy Key,crate givekey %PLAYER% Oxy"
  65. day7:
  66. criteria:
  67. - "[PERMISSION],oxybonus.admin.*,1,be an admin"
  68. rewards:
  69. - "- $100\\,000,eco give %PLAYER% 100000"
  70. - "- &5WOW,echo give %PLAYER% 123,50"
  71. - "- &5Less WOW,echo give %PLAYER% 321,50"
  72. day8:
  73. criteria:
  74. - "[ONLINE],30,Stay online for 30 min"
  75. - "[PERMISSION],oxybonus.admin.*,1,be an admin"
  76. rewards:
  77. - "- $100\\,000,eco give %PLAYER% 100000"
  78. - "- 1x Oxy Key,crate givekey %PLAYER% Oxy"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement