Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1.  
  2. # default config.yml
  3.  
  4. # Database
  5. type: mysql
  6. host: localhost
  7. database: minecraft
  8. prefix: ""
  9. port: 3306
  10. username: root
  11. password: potato
  12.  
  13. # Redis
  14. redis: true
  15. redis_ip: 127.0.0.1
  16. redis_port: 6379
  17. redis_password: ""
  18.  
  19. # Server name used for per-server Bukkit sided permissions to work. Use the same as in BungeeCord config.
  20. # This is not used Bungee-side.
  21. servername: ""
  22.  
  23. # 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.
  24. # This should be set to the mode of the network, not the mode of the current server. If Bungee is running online mode it will forward online mode UUIDs to Spigot(hopefully) which means onlinemode should be set to true.
  25. onlinemode: true
  26.  
  27. # Chat format used along with PlaceholderAPI. PlaceholderAPI must be installed. Disable if you are using a different chat plugin.
  28. # Use PlaceholderAPI's placeholders but with brackets instead of percentage.
  29. # This is not used Bungee-side.
  30. use_chatformat: true
  31. chatformat: "{powerfulperms_prefix}{player_name}{powerfulperms_suffix}{message}"
  32.  
  33. # Disable all chat formatting(If you want to use vanilla formatting)
  34. disable_chatformat: false
  35.  
  36. # Vault assumption is either "local" or "global". If it's local, any Vault modifications will have the current server as a parameter. If it's global, the modification will be executed as
  37. # global. For example, if you add a permission through Vault and this is set to "local" it will be added only for the current server. (See the command reference)
  38. # This is not used Bungee-side.
  39. vault_assumption: local
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement