Advertisement
Guest User

Untitled

a guest
Dec 17th, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. # default config.yml
  2. # Database
  3. type: mysql
  4. host: selectandstart.com
  5. database: sasbackend_pp
  6. prefix: ""
  7. port: 3306
  8. username: sasbackend
  9. password: vYUT9TyQzs
  10. # Redis
  11. redis: true
  12. redis_ip: 127.0.0.1
  13. redis_port: 6379
  14. redis_password: ""
  15. # Server name used for per-server Bukkit sided permissi
  16. # This is not used Bungee-side.
  17. servername: ""
  18. # Set "onlinemode: false" if you run your server in off
  19. # This should be set to the mode of the network, not th
  20. onlinemode: true
  21. # Chat format used along with PlaceholderAPI. Placehold
  22. # Use PlaceholderAPI's placeholders but with brackets i
  23. # This is not used Bungee-side.
  24. use_chatformat: true
  25. chatformat: "{powerfulperms_prefix}{player_name}{powerf
  26. # Disable all chat formatting(If you want to use vanill
  27. disable_chatformat: false
  28. # Vault assumption is either "local" or "global". If it
  29. # global. For example, if you add a permission through
  30. # This is not used Bungee-side.
  31. vault_assumption: local
  32. # Should Vault support offline player checks?
  33. # Will cause heavy lag on server main thread.
  34. vault_offline: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement