Sinuce

BungeeUnscramble auto.yml

Feb 2nd, 2015
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.84 KB | None | 0 0
  1. # The time between games in minutes. This time includes the length of the game, so it is the real interval.
  2. interval: 1
  3. # The length of the game in seconds
  4. length: 30
  5. # The warning period (in seconds) given so people have time to get ready
  6. warning-period: 5
  7. # The time between each hint given in seconds. 0 will disable hints
  8. hint-interval: 7
  9. # The minimum number of players online needed to run this game
  10. min-players: 1
  11. # The words the game can draw from. You can have as many words as you want and they may include spaces. Leave empty to use the normal random word list
  12. words:
  13. - 'Aabyhøj'
  14. - 'Aalborg'
  15. - 'Aarhus'
  16. - 'Assens'
  17. # The prizes that will be given out.
  18. prizes:
  19. - '1': item Diamond 1
  20. - '2': item Gold_ingot 5
  21. - '3': item Golden_apple 0 1
  22. - '4': item Cake 1
  23. - '5': item Glowstone 10
  24. - '6': item Saddle 1
  25. # - '2': $10
  26. # - '1': $20
Advertisement
Add Comment
Please, Sign In to add comment