Advertisement
Guest User

messages.yml

a guest
Jun 3rd, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 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 and the player receives an award
  18. # Available variables:
  19. # %player% - Player who is receiving the reward
  20. # %server% - Name of the server
  21. # %site% - The website the player voted on
  22. # %type% - The type of award, Reward/Milestone
  23. # %name% - Name of the reward/milestone
  24. # %prizes% - The stuff in the reward (money, xp levels, items)
  25.  
  26. server-broadcast-message: "&b[&e%player%&b just voted for %server% on &e%site%&b and received the %type% &e%name%&b!]"
  27.  
  28. # The following is the message that everyone sees when a player votes but doesn’t receive anything
  29. # Available variables:
  30. # %server% - Name of the server
  31. # %player% - Player who voted
  32. # %site% - The website the player voted on
  33.  
  34. server-broadcast-message-no-award: "&b[&e%player%&b just voted for %server% on &e%site%&b!]"
  35.  
  36. # The following is the message the player sees when they receive a reward/milestone
  37. # Available variables:
  38. # %name% - Name of the reward/milestone
  39. # %player% - Player who is receiving the reward
  40. # %server% - Name of the server
  41. # %type% - The type of award, Reward/Milestone
  42. # %prizes% - The stuff in the reward (money, xp levels, items)
  43.  
  44. player-reward-message: "&bThanks for voting! You have received the %type% &e%name% &bwhich gave you:&e %prizes%"
  45.  
  46. # The following is the message that is broadcasted if usePeriodicReminder is set to true
  47. # in the config.yml file. You can also set how often it broadcasts there.
  48. # Available variables:
  49. # %server%
  50.  
  51. periodic-reminder: "&b*Have you voted for %server% today? Type &e/vote&b to see where you can and get rewarded!"
  52.  
  53. # The following is the message that is sent to the player if useTwentyFourHourReminder is set to true
  54. # in the config.yml file.
  55. # Available variables:
  56. # %player% - Name of player
  57.  
  58. twentyfour-hour-reminder: "&b24 hours have passed since your last vote!"
  59.  
  60. # The following is what the players will see when they type /vote
  61. # The lines must be in a list format!
  62. vote-websites:
  63. - "%blue%Vote List:"
  64. - "www.your-server-list-here.com"
  65. - "www.another-server-list.com"
  66.  
  67. # If you are running MC 1.7 or higher and you have "useFancyLinks" turned on in the config.yml,
  68. # you can utilize the Fancy Link feature.
  69. # Fancy Links allow you to set placeholder text for links that players can
  70. # click on, instead of the link itself.
  71. # You can create a Fancy Link by formatting it like this:
  72. # "{Placeholder Text > Link To Website}"
  73. # With the placeholder text and link in brackets, separated by a right-pointing caret.
  74. # Example:
  75. # - "Visit {Planet Minecraft > http://www.planetminecraft.com} to vote!"
  76. # You can include text before and after the Fancy Link as well.
  77. # Lastly, The placeholder text and the text before and after the link support color codes.
  78. # WARNING: Client may crash when clicking on a link that doesn’t start with "http://"
  79.  
  80. #########################################
  81. # No need to touch this
  82. config-version: 1.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement