Advertisement
Guest User

This is my config

a guest
Jun 12th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. VoteMessage= [
  2. [
  3. "Vote at ",
  4. "http://pokeuphoria.enjin.com/vote"
  5. ],
  6. "&eGet Rewarded with &9Rare Candies",
  7. "&eor get a lucky vote for a &6Shiny Lucky Crate!"
  8. ]
  9. Voting= {
  10. #<-- The main configuration section for voting
  11. Schemas= [
  12. "NormalVote",
  13. "LuckyVote"
  14. ]
  15. }
  16. OfflineVoting= {
  17. #<-- The main configuration section for offline voting
  18. Enabled= "false //<-- If this is false"
  19. offline= "votes will not considered for schemas. Counts and triggers will still be run normally"
  20. Schemas= []
  21. }
  22. Counting= {
  23. #<-- The main configuration section for counting and triggers
  24. Enabled= "false //<-- If this is false"
  25. no= "triggers will be run. Votes will still be recorded and counted"
  26. Triggers= []
  27. }
  28. ]
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement