Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. # default config.yml
  2.  
  3. # Database
  4. type: mysql
  5. host:
  6. database: perms
  7. prefix: ""
  8. port: 3306
  9. username: root
  10. password: hidden
  11.  
  12. # Redis
  13. redis: true
  14. redis_ip:
  15. redis_port: 6379
  16. redis_password: "hidden"
  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. # Highly recommended to set to false.
  24. bungee_command: false
  25.  
  26. # Server name used for per-server Bukkit sided permissions to work. Use the same as in BungeeCord config.
  27. # This is not used Bungee-side.
  28. servername: ""
  29.  
  30. # Set "onlinemode: false" if you run your server in offline mode. Set to "onlinemode: mixed" for mixed mode, more details about this on the PowerfulPerms wiki. Defaults to true.
  31. onlinemode: mixed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement