Advertisement
Guest User

ChatReaction Addon default config.yml

a guest
Jun 3rd, 2017
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.40 KB | None | 0 0
  1. #
  2. # ChatReaction Winner Addon by iShadey/TrollStar12345
  3. #
  4. # This plugin automatically pulls the following configuration data from ChatReaction:
  5. # Disabled worlds, ignore case.
  6. #
  7. # Config help:
  8. # options:
  9. #   maxTimeAfterWin: How long after the original win can the 2nd, and 3rd place prize be claimed? (in seconds, integer only)
  10. #   enableThirdPlace: The plugin adds a 2nd place, but if you also want a 3rd place winner set this to true.
  11. #   secondPlaceWinCommands: What commands should we run for the 2nd place winner? (Run as console, @p replaced with user, exclude /)
  12. #   thirdPlaceWinCommands: What commands should we run for the 3rd place winner? (Run as console, @p replaced with user, exclude /)
  13.  
  14.  
  15.  
  16. options:
  17.   maxTimeAfterWin: 5
  18.   enableThirdPlace: false
  19.   secondPlaceWinCommands:
  20.  - eco give @p 500
  21.   thirdPlaceWinCommands:
  22.  - eco give @p 250
  23.  
  24. messages:
  25.   secondPlaceWin: '&8[&e&lReaction&8] &f%player% &agot 2nd place in &f%time% &aseconds!'
  26.   secondPlaceWinScrambled: '&8[&e&lReaction&8] &f%player% &agot 2nd place in unscrambling the word &f%word% &awith &f%time% &aseconds!'
  27.   thirdPlaceWin: '&8[&e&lReaction&8] &f%player% &agot 3rd place with &f%time% &aseconds!'
  28.   thirdPlaceWinScrambled: '&8[&e&lReaction&8] &f%player% &agot 3rd place in unscrambling the word &f%word% &awith &f%time% &aseconds!'
  29.   noPermission: '&cInsufficient permission.'
  30.   unknownCommand: '&cUnknown sub-command.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement