Advertisement
Guest User

Untitled

a guest
Apr 6th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. # default config.yml
  2.  
  3. # Database
  4. type: mysql
  5. host: clientsql.nitrous-networks.co.uk
  6. database: cody296AhzUBTRbQtJxLHfwrn8
  7. prefix: "pp"
  8. port: 3306
  9. username: cody29
  10. password: kRq0Ov6aKhRI
  11.  
  12. # Redis
  13. redis: true
  14. redis_ip: 127.0.0.1
  15. redis_port: 6379
  16. redis_password: ""
  17.  
  18. # Use Bungee-sided command
  19. # If this is enabled and you have PowerfulPerms installed in your Bungee proxy, it will send the /powerfulperms command through Bungee instead of Bukkit.
  20. # Note: This is only meant to be used if you're using Redis or/and you are running PowerfulPerms on Bungee side only.
  21. # If you're not using Redis your Spigot servers won't be notified of permission changes and you will have to reload all servers manually.
  22. # It will also replace/mess with Bukkit sided PowerfulPerms command.
  23. bungee_command: false
  24.  
  25. # Server name used for per-server Bukkit sided permissions to work. Use the same as in BungeeCord config.
  26. # This is not used Bungee-side.
  27. servername: "hub"
  28.  
  29. # Set "onlinemode: false" if you run your server in offline mode. Defaults to true.
  30. onlinemode: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement