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
- # Available variables:
- # %server% - Name of the server
- # %player% - Player who voted
- # %site% - The website the player voted on
- server-broadcast-message: "&b[&e%player%&b just voted for %server% on &e%site%&b and got rewarded for it!]"
- # 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: "&bYou 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:
- - "Vote List:"
- - "www.ftbservers.com"
- #########################################
- # No need to touch this
- config-version: 1.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement