Advertisement
Guest User

core protect config

a guest
Jul 22nd, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. #CoreProtect Config
  2.  
  3. # If enabled, extra data is displayed when doing rollbacks and restores.
  4. # If disabled, you can manually trigger it in-game by adding "#verbose"
  5. # to the end of your rollback statement.
  6. verbose: true
  7.  
  8. # MySQL is optional and not required.
  9. # If you prefer to use MySQL, enable the following and fill out the fields.
  10. use-mysql: false
  11. table-prefix: co_
  12. mysql-host: localhost
  13. mysql-port: 3306
  14. mysql-database: database
  15. mysql-username: root
  16. mysql-password:
  17.  
  18. # If enabled, CoreProtect will check for updates when your server starts up.
  19. # If an update is available, you'll be notified via your server console.
  20. check-updates: true
  21.  
  22. # If enabled, other plugins will be able to utilize the CoreProtect API.
  23. api-enabled: true
  24.  
  25. # If no radius is specified in a rollback or restore, this value will be
  26. # used as the radius. Set to "0" to disable automatically adding a radius.
  27. default-radius: 10
  28.  
  29. # The maximum radius that can be used in a command. Set to "0" to disable.
  30. # To run a rollback or restore without a radius, you can use "r:#global".
  31. max-radius: 30000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement