Advertisement
Guest User

Untitled

a guest
Jan 14th, 2016
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. # default config.yml
  2.  
  3. # Database
  4. type: mysql
  5. host: IPHERE
  6. database: minecraft
  7. prefix: ""
  8. port: 3306
  9. username: password
  10. password: password
  11.  
  12. # Redis
  13. redis: false
  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. bungee_command: true
  23.  
  24. # Server name used for per-server Bukkit sided permissions to work. Use the same as in BungeeCord config.
  25. # This is not used Bungee-side.
  26. servername: ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement