Advertisement
Guest User

Mine-Home.net

a guest
Nov 2nd, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. # Enable the module system
  2. modules: true
  3.  
  4. # Log the module starting
  5. log-modules: false
  6.  
  7. # Lobby type ''server'', ''world'' or ''region''
  8. type: region
  9.  
  10. # Set the weather in the lobby (''sun'', ''rain'', ''none'')
  11. weather: sun
  12.  
  13. # Enable the chat-prefix for plugin messages
  14. prefix: true
  15.  
  16. # Enables the settings item
  17. settings-item: true
  18.  
  19. # Player joins at the lobby spawn
  20. spawn: true
  21.  
  22. # Restore inventories after exit
  23. save-inv: false
  24.  
  25. # Default GameMode-ID
  26. gamemode: 2
  27.  
  28. # MySQL-Settings for modules
  29. mysql:
  30. enable: false
  31. host: localhost
  32. port: 3306
  33. user: username
  34. pass: password
  35. database: lobby
  36. options:
  37. block-chat: false
  38. block-build: true
  39. block-use: false
  40. block-damage: true
  41. block-join-leave-msg: true
  42. shield:
  43. radius: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement