Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 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. #
  10. # You can also use the following tags for colors:
  11. # %black% %darkblue% %darkgreen% %darkaqua% %darkred% %purple% %gold%
  12. # %grey% %darkgrey% %blue% %green% %aqua% %red% %pink% %yellow% %white%
  13. # %bold% %strikethrough% %underline% %italic% %reset% %magic%
  14. #
  15. # If you need to use quotes, dont forget to escape(backslash) them like this: \"
  16.  
  17. # The following is the message that everyone sees when a player votes
  18. # Available variables:
  19. # %server% - Name of the server
  20. # %player% - Player who voted
  21. # %site% - The website the player voted on
  22.  
  23. server-broadcast-message: "&b[&e%player%&b just voted for %server% on &e%site%&b and got rewarded for it!]"
  24.  
  25. # The following is the message the player sees when they receive a reward/milestone
  26. # Available variables:
  27. # %name% - Name of the reward/milestone
  28. # %player% - Player who is receiving the reward
  29. # %server% - Name of the server
  30. # %type% - The type of award, Reward/Milestone
  31. # %prizes% - The stuff in the reward (money, xp levels, items)
  32.  
  33. player-reward-message: "&bYou have received the %type% &e%name% &bwhich gave you:&e %prizes%"
  34.  
  35. # The following is the message that is broadcasted if usePeriodicReminder is set to true
  36. # in the config.yml file. You can also set how often it broadcasts there.
  37. # Available variables:
  38. # %server%
  39.  
  40. periodic-reminder: "&b*Have you voted for %server% today? Type &e/vote&b to see where you can and get rewarded!"
  41.  
  42. # The following is the message that is sent to the player if useTwentyFourHourReminder is set to true
  43. # in the config.yml file.
  44. # Available variables:
  45. # %player% - Name of player
  46.  
  47. twentyfour-hour-reminder: "&b24 hours have passed since your last vote!"
  48.  
  49. # The following is what the players will see when they type /vote
  50. # The lines must be in a list format!
  51. vote-websites:
  52. - "Vote List:"
  53. - "www.ftbservers.com"
  54.  
  55. #########################################
  56. # No need to touch this
  57. config-version: 1.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement