Sobky

Voting - config.yml (Until 1.5.0 - 15.10.2017)

Aug 11th, 2016
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.84 KB | None | 0 0
  1. #Available languages: en, sk If you want other, you can create it and insert file to lang folder. And here write name of file (Without .yml)
  2. language: "en"
  3.  
  4. #How many seconds will take voting
  5. countdown: 60
  6. eventCountdown: 60
  7.  
  8. #If you want "break time" between two votings. Set how many seconds will take this "break time".
  9. # Set 0 for pass this step in code...
  10. timeToStartNextVoting: 10
  11.  
  12. #How many players is needed for start of voting or how many players is needed for successfully voting.
  13. minplayersToStartVoting: 2
  14.  
  15. #Worlds where is voting enabled. You can enable others worlds
  16. # someName:
  17. #    name: "realNameOfWorld in server folder"
  18. #    alias: "This alias will be shown in chat when player starts voting"
  19. FirstWorld:
  20.     name: "world"
  21.     alias: "Surival"
  22.  
  23. #List of disabled worlds
  24. disabledWorlds:
  25. - world_the_end
  26. - world_nether
Add Comment
Please, Sign In to add comment