Advertisement
Guest User

PVListener Config

a guest
Jul 29th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. # PVListener plugin by bys1
  2. # Version: 1.3
  3. # ---
  4. # Message: The message which will be sent to all players when a player votes
  5. # require-online-delay: The delay in ticks (1 tick = 0.05 second) for the rewards with require-online true when the player joins.
  6. # --- For example, when set to 20, when a player joins, it will take one second to execute the commands with require-online true.
  7. # --- Set to 0 to execute everything instantly on join.
  8. # commands: The commands which will be executed when a player votes. All commands MUST be prefixed by a / character!
  9. # pending-votes: The pending votes which require the player to be online
  10. # votetop: Vote count of every player, used for /votetop.
  11. # Full config template: https://www.spigotmc.org/resources/pvlistener.21725/
  12. require-online-delay: 1
  13. messages:
  14. default:
  15. enabled: true
  16. message: '&6$player &ahas voted @ &e$service &aand received &2$ 7500&a!'
  17. lucky:
  18. enabled: true
  19. message: '&6$player &awas &6lucky &aand received &6$ 75000!'
  20. permission:
  21. enabled: false
  22. message: '&7[&9VIP&4&l+&7] &d$player &agot &6$rewardname &afor voting!'
  23. commands:
  24. - command: /eco give $player 7500
  25. require-online: false
  26. - command: /eco give $player 75000
  27. require-online: false
  28. chance: 10
  29. pending-votes:
  30. 7d64c2dd-97c6-4950-bd21-2aaad12227fc:
  31. - votesite.com
  32. - mcserverlist.net
  33. votetop:
  34. 68ae5560-3e26-4371-805d-ab40ba406567: 2
  35. a9effb0b-a5c3-44a9-80c0-875f97bf0cab: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement