Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. enableMoTD: false
  2. MoTD: "&3&lSpeedBuilders %GAMESTATE%"
  3. game-ending-mode: "stop" #Available modes: reload, restart(Only available for Spigot)
  4. lobby-server-name: "lobby"
  5. stats-item-slot: 8 #Hotbar slot. (Minimum: 1, Maximum: 9)
  6. lobby-item-slot: 9 #Hotbar slot. (Minimum: 1, Maximum: 9)
  7.  
  8. needed-to-start: 4 #Players
  9. start-time: 15 #Seconds
  10. game-start-time: 10 #Seconds
  11. showcase-time: 10 #Seconds
  12. build-time: 40 #Seconds
  13. judge-time: 10 #Seconds
  14.  
  15. stats:
  16. enabled: true #Stats ENABLED = 'true', Stats DISABLED = 'false'.
  17. system-type: sqlite #SQLite database = 'sqlite'. MySQL database = 'mysql'.
  18.  
  19. MySQL:
  20. Host: localhost
  21. Port: 3306
  22. Database: speedbuilders
  23. Username: mc_
  24. Password: mc_
  25.  
  26. # Remove '#' infront of both of the following lines to get commands working. Multiple commands are supported.
  27. #winner-commands:
  28. # - "give %PLAYER% diamond_block 1"
  29.  
  30. # Remove '#' infront of both of the following lines to get commands working. Multiple commands are supported.
  31. #loser-commands:
  32. # - "give %PLAYER% dirt 1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement