Advertisement
Guest User

Untitled

a guest
Feb 27th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. general:
  2. chat: false
  3. debug: false
  4. operator: false
  5. mysql:
  6. enable: false
  7. ip: 127.0.0.1
  8. username: root
  9. password: password
  10. port: 3306
  11. database: minecraft
  12. table: ranker
  13. update: 45
  14. keepalive: true
  15. autorank:
  16. world:
  17. regular:
  18. rankupmessage1: '&8--------------------------------------------'
  19. rankupmessage2: ' Congratulatuions! You have earned the [Regular] rank! Here, have a free diamond and a cake.'
  20. rankupmessage3: '&8--------------------------------------------'
  21. rankdownmessage1: '&8--------------------------------------------'
  22. rankdownmessage2: ' You ranked down to Regular rank!'
  23. rankdownmessage3: '&8--------------------------------------------'
  24. rankupcommand1: server:/perm player addgroup {PLAYER} {RANK}
  25. rankupcommand2: server:/perm reload
  26. rankupcommand3: server:/give {PLAYER} diamond 1
  27. rankupcommand4: server:/give {PLAYER} cake 1
  28. rankdowncommand1: server:/perm player setgroup {PLAYER} {RANK}
  29. rankdowncommand2: server:/perm reload
  30. rewardinfo: 'you are now entitled to some new commands! Read the Server Guide for more information'
  31. requirement: time=1440
  32. citizen:
  33. rankupcommand1: server:/perm player addgroup {PLAYER} {RANK}
  34. rankupcommand2: server:/perm reload
  35. rankupcommand3: server:/give {PLAYER} emerald 64
  36. rankupcommand4: server:/give {PLAYER} 302 1
  37. rankupcommand5: server:/give {PLAYER} 303 1
  38. rankupcommand6: server:/give {PLAYER} 304 1
  39. rankupcommand7: server:/give {PLAYER} 305 1
  40. rankupmessage1: '&8--------------------------------------------'
  41. rankupmessage2: ' Congratulatuions! You have earned the [Citizen] rank! This is a huge accomplishment. Thank you for playing on Scandic! Enjoy your presents and your new /sethome command.'
  42. rankupmessage3: '&8--------------------------------------------'
  43. rankdownmessage1: '&8--------------------------------------------'
  44. rankdownmessage2: ' You ranked down to Citizen rank!'
  45. rankdownmessage3: '&8--------------------------------------------'
  46. rankdowncommand1: server:/perm player setgroup {PLAYER} {RANK}
  47. rankdowncommand2: server:/perm reload
  48. rankdowncommand3: server:/give {PLAYER} wood 1
  49. rankdowncommand4: server:/give {PLAYER} dirt 1
  50. requirement: time=10080
  51.  
  52. stats:
  53. line1: '&8--------------------------------------------'
  54. line2: ' &3{RANK} &2{PLAYER}'
  55. line3: '&6 {PVP} &aplayers killed!'
  56. line4: ' &6{PVE} &amonsters/animals killed.'
  57. line5: ' &6{TIME} &aminutes played.'
  58. line6: ' &6${MONEY} &ain wealth.'
  59. line7: '&8--------------------------------------------'
  60. chatformat:
  61. Peon: '&a{RANK} {PLAYER}&3: &9'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement