Advertisement
Guest User

Untitled

a guest
Jul 9th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. VoteMessage= [
  2. "Vote at http://xtcrmc.net/vote"
  3. ]
  4. Voting= {
  5. Schemas= [
  6. "RareCandy",
  7. "VoteMoney"
  8. ]
  9. }
  10. OfflineVoting= {
  11. Schemas= [
  12. "RareCandy",
  13. "VoteMoney"
  14. ]
  15. Enabled= true
  16. }
  17. Counting= {
  18. Triggers= [
  19. {
  20. Count= 25
  21. Type= "PLAYER_ONLINE_INCREMENT"
  22. Schemas= [
  23. "RandomShiny"
  24. ]
  25. },
  26. {
  27. Count= 50
  28. Type= "PLAYER_ONLINE_INCREMENT"
  29. Schemas= [
  30. "RandomLegend"
  31. ]
  32. },
  33. {
  34. Count= 100
  35. Type= "PLAYER_ONLINE_INCREMENT"
  36. Schemas= [
  37. "RandomShinyLegend"
  38. ]
  39. }
  40. ]
  41. Enabled= true
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement