Advertisement
Guest User

Untitled

a guest
Jun 1st, 2015
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. ###################################################
  2. # VoteShop #
  3. # 1.0 #
  4. # By: Hiztree #
  5. ###################################################
  6.  
  7. #Basic Settings
  8. #The prefix that will be seen on the inventory and in messaging.
  9. Prefix: '&0[&6VoteShop&0]&6'
  10.  
  11. #Enable the /vote command
  12. VoteCommand: true
  13.  
  14. #These are the voting links. Feel free to add more lines. TIP: Spruce it up with colors (&) and a border ------.
  15. VoteLinks:
  16. - '&6------------------------'
  17. - '&6SomeServerList.com'");
  18. - 'AwesomeServerList.&4net'
  19. - '&6------------------------'
  20.  
  21. ###################
  22. # Default Rewards #
  23. ###################
  24.  
  25. #The message that will be broadcasted to the server. Use %p for the player name.
  26. BroadCast: '&6Thanks for voting &4%p! &3You received a bunch of stuff.'
  27.  
  28. #The commands that will be executed.
  29. #TIP: Don't use a /. Also, use %p for the playername.
  30. Commands:
  31. - 'give %p diamond 64'
  32. - 'eco %p Hiztree 100000000'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement