Advertisement
Guest User

Untitled

a guest
Jul 7th, 2016
115
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. "Vote at example.com",
  3. "hello friend!",
  4. "this is another line"
  5. ]
  6. Voting= {
  7. Schemas= [
  8. "ThanksForVote",
  9. "RareCandy",
  10. "VoteMoney"
  11. ]
  12. }
  13. OfflineVoting= {
  14. Schemas= [
  15. "ThanksForVote",
  16. "RareCandy",
  17. "VoteMoney"
  18. ]
  19. Enabled= true
  20. }
  21. Counting= {
  22. Triggers= [
  23. {
  24. Count= 25
  25. Type= "PLAYER_ONLINE_INCREMENT"
  26. Schemas= [
  27. "RandomShiny",
  28. "RandomShinyAnnounce"
  29. ]
  30. },
  31. {
  32. Count= 50
  33. Type= "PLAYER_ONLINE_INCREMENT"
  34. Schemas= [
  35. "RandomLegend",
  36. "RandomLegendAnnounce"
  37. ]
  38. },
  39. {
  40. Count= 100
  41. Type= "PLAYER_ONLINE_INCREMENT"
  42. Schemas= [
  43. "RandomShinyLegend",
  44. "RandomShinyLegendAnnounce"
  45. ]
  46. }
  47. ]
  48. Enabled= true
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement