Advertisement
Guest User

Untitled

a guest
Mar 29th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. # PremiumVanish v1.4.2 - Bungeecord proxy extension config
  2. Configuration:
  3. Database:
  4. # The credentials of the database you use for the sub-servers.
  5. # This has to be enabled for this plugin to work.
  6. Enable: true
  7. # The ip of your database
  8. Ip: "127.0.0.1"
  9. # The host/port of your database, usually 3306. Just let it empty if there is no specific host.
  10. Host: "3306"
  11. # The name of your database user
  12. User: "vanish_db"
  13. # The password of your database user
  14. # WARNING: Make sure only people who are allowed to know the password can access this file
  15. Password: "********"
  16. # The name of the database, which PremiumVanish will use.
  17. # Note: PremiumVanish won't create this database, it must be pre-created.
  18. Database: "vanish_db"
  19. Features:
  20. # Should PremiumVanish hide invisible players in the bungeecord commands /glist, /server and /find?
  21. # Note: You can use 'pv.see' as a bungeecord permission to determine which players should be able to see
  22. # invisible players in these commands. (This doesn't replace the bukkit permission, it's recommended to use both)
  23. ReplaceBungeeCommands: true
  24. # Should PremiumVanish adjust the playercount in the serverlist? (-1 per invisible player)
  25. AdjustPlayerCount: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement