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 (Taken from the server.properties file)
- # %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: "&8[&4Vote&8] &7%player% just voted on &e%site%&7 and recieved &e%name%&7!"
- ## The following is the message that everyone sees when a player votes and the player
- # didnt win anything.
- # Available variables:
- # %server% - Name of the server (Taken from the server.properties file)
- # %player% - Player who voted
- # %site% - The website the player voted on
- server-broadcast-message-no-award: "&8[&4Vote&8] &7%player% just voted on &e%site%&7!"
- ## The following is the message the player sees when they receive an award.
- # Available variables:
- # %name% - Name of the reward/milestone
- # %player% - Player who is receiving the reward
- # %server% - Name of the server (Taken from the server.properties file)
- # %type% - The type of award, Reward/Milestone
- # %prizes% - The stuff in the reward (money, xp levels, items)
- player-reward-message: "&8[&4Vote&8] &7You just voted and recieved &e%name%&7!"
- ## The following is the message that the players sees when they vote but
- # didnt win anything.
- # Available variables:
- # %server% - Name of the server (Taken from the server.properties file)
- # %player% - Player who voted
- # %site% - The website the player voted on
- # %cycle% - The players current vote cycle, for when a vote threshold is used.
- player-no-reward-message: "&8[&4Vote&8] &7You just voted on &e%site%&7! No reward this time!"
- ## The following is the message sent to players when they claim all awards or have awards
- # auto claimed during log in. This is similar to the "player-reward-message" but
- # summarizes multiple awards into one message.
- # Available variables:
- # %names% - Name of the Rewards or Milestones
- # %player% - Player who is receiving the reward
- # %server% - Name of the server (Taken from the server.properties file)
- # %type% - The type of award, Rewards/Milestones
- # %prizes% - The stuff in the reward (money, xp levels, items)
- player-awards-summary-message: "&8[&4Vote&8] &7You have received the %type% &e%names%&7!"
- ## 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% - (Taken from the server.properties file)
- periodic-reminder: "&8[&4Tips&8] &7Help out the server by voting every day! Use /vote!"
- ## 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: "&8[&4Vote&8] &cTwenty four hours have passed since your last /vote!"
- # The following is what the players will see when they type /vote, /votelinks,
- # or /votesites
- # The lines must be in a list format!
- vote-websites:
- - "&7+------------------------&4HH&7------------------------+"
- - "&61. {&ePlanet Minecraft > http://www.planetminecraft.com/server/havoc-heaven/vote/}"
- - "&62. {&eMCSL > http://minecraft-server-list.com/server/305118/vote/}"
- - "&63. {&eMCS > http://minecraftservers.org/vote/252594}"
- - "&64. {&eMC Multiplayer > http://minecraft-mp.com/server/88896/vote/}"
- - "&65. {&eMinestatus > https://www.minestatus.net/134068-havoc-heaven/vote}"
- - "&7+------------------------&4HH&7------------------------+"
- ## 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 doesnt start with "http://"
- #########################################
- # No need to touch this
- config-version: 1.3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement