Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #########################
- # VoteRoulette Messages #
- #########################
- # Here you can edit all the default messages
- # All messages support color codes using the & symbol!
- # For example, &4 would make text red.
- #
- # You can also use the following tags for colors:
- # %black% %darkblue% %darkgreen% %darkaqua% %darkred% %purple% %gold%
- # %grey% %darkgrey% %blue% %green% %aqua% %red% %pink% %yellow% %white%
- # %bold% %strikethrough% %underline% %italic% %reset% %magic%
- #
- # If you need to use quotes, dont forget to escape(backslash) them like this: \"
- # The following is the message that everyone sees when a player votes and the player receives an award
- # Available variables:
- # %player% - Player who is receiving the reward
- # %server% - Name of the server
- # %site% - The website the player voted on
- # %type% - The type of award, Reward/Milestone
- # %name% - Name of the reward/milestone
- # %prizes% - The stuff in the reward (money, xp levels, items)
- server-broadcast-message: "&b[&e%player%&b just voted for %server% on &e%site%&b and received the %type% &e%name%&b!]"
- # The following is the message that everyone sees when a player votes but doesn’t receive anything
- # Available variables:
- # %server% - Name of the server
- # %player% - Player who voted
- # %site% - The website the player voted on
- server-broadcast-message-no-award: "&b[&e%player%&b just voted for %server% on &e%site%&b!]"
- # The following is the message the player sees when they receive a reward/milestone
- # Available variables:
- # %name% - Name of the reward/milestone
- # %player% - Player who is receiving the reward
- # %server% - Name of the server
- # %type% - The type of award, Reward/Milestone
- # %prizes% - The stuff in the reward (money, xp levels, items)
- player-reward-message: "&bThanks for voting! You have received the %type% &e%name% &bwhich gave you:&e %prizes%"
- # The following is the message that is broadcasted if usePeriodicReminder is set to true
- # in the config.yml file. You can also set how often it broadcasts there.
- # Available variables:
- # %server%
- periodic-reminder: "&b*Have you voted for %server% today? Type &e/vote&b to see where you can and get rewarded!"
- # The following is the message that is sent to the player if useTwentyFourHourReminder is set to true
- # in the config.yml file.
- # Available variables:
- # %player% - Name of player
- twentyfour-hour-reminder: "&b24 hours have passed since your last vote!"
- # The following is what the players will see when they type /vote
- # The lines must be in a list format!
- vote-websites:
- - "%blue%Vote List:"
- - "www.your-server-list-here.com"
- - "www.another-server-list.com"
- # If you are running MC 1.7 or higher and you have "useFancyLinks" turned on in the config.yml,
- # you can utilize the Fancy Link feature.
- # Fancy Links allow you to set placeholder text for links that players can
- # click on, instead of the link itself.
- # You can create a Fancy Link by formatting it like this:
- # "{Placeholder Text > Link To Website}"
- # With the placeholder text and link in brackets, separated by a right-pointing caret.
- # Example:
- # - "Visit {Planet Minecraft > http://www.planetminecraft.com} to vote!"
- # You can include text before and after the Fancy Link as well.
- # Lastly, The placeholder text and the text before and after the link support color codes.
- # WARNING: Client may crash when clicking on a link that doesn’t start with "http://"
- #########################################
- # No need to touch this
- config-version: 1.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement