Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FeexRanksConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3. <EnableLevelUpNotification>false</EnableLevelUpNotification>
  4. <EnableLevelUpNotificationGlobal>true</EnableLevelUpNotificationGlobal>
  5. <EnableRankNotificationOnJoin>true</EnableRankNotificationOnJoin>
  6. <EnableRankNotificationOnJoinGlobal>false</EnableRankNotificationOnJoinGlobal>
  7. <EnableRankNotificationOnLeaveGlobal>false</EnableRankNotificationOnLeaveGlobal>
  8. <NotificationColor>Green</NotificationColor>
  9. <NotificationColorGlobal>Gray</NotificationColorGlobal>
  10. <NotificationColorJoinLeaveGlobal>Green</NotificationColorJoinLeaveGlobal>
  11. <FeexRanksDatabase>
  12. <DatabaseAddress>localhost</DatabaseAddress>
  13. <DatabaseUsername>root</DatabaseUsername>
  14. <DatabasePassword /> ---> no password
  15. <DatabaseName>unturned</DatabaseName>
  16. <DatabaseTableName>ranks</DatabaseTableName>
  17. <DatabasePort>3306</DatabasePort>
  18. </FeexRanksDatabase>
  19. <Events>
  20. <Event>
  21. <EventName>KILLS_ZOMBIES_NORMAL</EventName>
  22. <Notify>false</Notify>
  23. <Points>10</Points>
  24. </Event>
  25. <Event>
  26. <EventName>KILLS_ZOMBIES_MEGA</EventName>
  27. <Notify>true</Notify>
  28. <Points>50</Points>
  29. </Event>
  30. <Event>
  31. <EventName>KILLS_PLAYERS</EventName>
  32. <Notify>true</Notify>
  33. <Points>60</Points>
  34. </Event>
  35. </Events>
  36. <Level>
  37. <Level>
  38. <Points>0</Points>
  39. <Name>Pig</Name>
  40. <KitReward>false</KitReward>
  41. <KitNotify>true</KitNotify>
  42. <KitName />
  43. <UconomyReward>false</UconomyReward>
  44. <UconomyNotify>true</UconomyNotify>
  45. <UconomyAmount>0</UconomyAmount>
  46. </Level>
  47. <Level>
  48. <Points>100</Points>
  49. <Name>Small Zombie</Name>
  50. <KitReward>false</KitReward>
  51. <KitNotify>true</KitNotify>
  52. <KitName />
  53. <UconomyReward>true</UconomyReward>
  54. <UconomyNotify>true</UconomyNotify>
  55. <UconomyAmount>100</UconomyAmount>
  56. </Level>
  57. <Level>
  58. <Points>200</Points>
  59. <Name>Zombie</Name>
  60. <KitReward>true</KitReward>
  61. <KitNotify>true</KitNotify>
  62. <KitName>Zombie</KitName>
  63. <UconomyReward>false</UconomyReward>
  64. <UconomyNotify>true</UconomyNotify>
  65. <UconomyAmount>0</UconomyAmount>
  66. </Level>
  67. <Level>
  68. <Points>500</Points>
  69. <Name>Giant Zombie</Name>
  70. <KitReward>true</KitReward>
  71. <KitNotify>true</KitNotify>
  72. <KitName>Giant Zombie</KitName>
  73. <UconomyReward>true</UconomyReward>
  74. <UconomyNotify>false</UconomyNotify>
  75. <UconomyAmount>200</UconomyAmount>
  76. </Level>
  77. </Level>
  78. </FeexRanksConfiguration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement