Advertisement
Guest User

Untitled

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