Advertisement
Guest User

Untitled

a guest
Feb 19th, 2014
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. #########################
  2. # VoteRoulette Messages #
  3. #########################
  4.  
  5. # Here you can edit all the default messages
  6.  
  7. # All messages support color codes using the & symbol!
  8. # For example, &4 would make text red.
  9. # If you need to use quotes, dont forget to escape(backslash) them like this: \"
  10.  
  11. # The following is the message that everyone sees when a player votes
  12. # Available variables:
  13. # %server% - Name of the server
  14. # %player% - Player who voted
  15. # %site% - The website the player voted on
  16.  
  17. server-broadcast-message: "&b&l[ShoutOut] &a%player% just voted for HawkGaming Network and received 10 free diamonds! Vote now at http://pmc.la/5S4ze"
  18.  
  19. # The following is the message the player sees when they receive a reward/milestone
  20. # Available variables:
  21. # %name% - Name of the reward/milestone
  22. # %player% - Player who is receiving the reward
  23. # %server% - Name of the server
  24. # %type% - The type of award, Reward/Milestone
  25. # %prizes% - The stuff in the reward (money, xp levels, items)
  26.  
  27. player-reward-message: "&bYou have received the %type% &e%name% &bwhich gave you:&e %prizes%"
  28.  
  29. # The following is the message that is broadcasted if usePeriodicReminder is set to true
  30. # in the config.yml file. You can also set how often it broadcasts there.
  31. # Available variables:
  32. # %server%
  33.  
  34. periodic-reminder: "&b&l[Reminder] &aHave you voted for the HawkGaming Network today? Vote now at http://pmc.la/5S4ze and get 10 free diamonds! :D"
  35.  
  36. # The following is the message that is sent to the player if useTwentyFourHourReminder is set to true
  37. # in the config.yml file.
  38. # Available variables:
  39. # %player% - Name of player recieving vote
  40.  
  41. twentyfour-hour-reminder: "&b24 hours have passed since your last vote!"
  42.  
  43. # The following is the websites players will see when they type /vote
  44.  
  45. vote-websites:
  46. &bhttp://pmc.la/5S4ze
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement