Advertisement
Guest User

Untitled

a guest
Feb 20th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. VoteSites:
  2. # VoteSite name
  3. Rpg-Paradize:
  4. # Enable voteSite
  5. # If false, votesite will not be loaded by plugin
  6. # Default: false
  7. Enabled: true
  8.  
  9. # Display name of voting site
  10. Name: 'RPG 3H'
  11.  
  12. # Priority of this site
  13. # Used for sorted list
  14. # High prority, higher on the list
  15. Priority: 1
  16.  
  17. # The serviceName from the vote, has to be correct to work correctly
  18. # Gotten from voting on the site (will be in console/log)
  19. # Usually is the main part of the url(e.g. PlanetMinecraft.com)
  20. ServiceSite: 'rpg-paradize.com'
  21.  
  22. # vote url for /vote
  23. # Format for this can be set in Format.yml
  24. # Do not include colors here
  25. VoteURL: 'https://www.rpg-paradize.com/?page=vote&vote=109352'
  26.  
  27. # Time between votes in hours (used for /vote next)
  28. # Most sites are 24 hours
  29. VoteDelay: 3
  30.  
  31. # Reset vote delay each day (for certain sites that do this)
  32. VoteDelayDaily: false
  33.  
  34. # If true, rewards can be executed offline (requires ForceOffline to be true in the reward)
  35. # Setting this to true will execute the reward offline, NOT WHEN THE PLAYER IS OFFLINE
  36. # This basiclly disables offline voting if set to true, don't misinterpret this option
  37. ForceOffline: false
  38.  
  39. # VoteSite Material for GUI's
  40. # Removing this may result in an error, required on each site
  41. Item:
  42. Material: 'DIAMOND'
  43. Amount: 1
  44.  
  45. # Rewards to give
  46. # https://github.com/Ben12345rocks/AdvancedCore/wiki/Rewards
  47. Rewards:
  48. Commands:
  49. - 'cc give Physical Basic 1 %player%'
  50. Messages:
  51. Player: 'You voted'
  52.  
  53. # Reward for any site
  54. # Similar to AnySiteReward
  55. # This requires the site to be configured in order to get the reward.
  56. EverySiteReward: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement