Guest User

Untitled

a guest
Apr 6th, 2018
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. # ________ .__ __________ _____ __ .__
  2. # \______ \ ___.__. ____ _____ _____ |__| ____\______ \__ __ ____ ____ ____ ____ / _ \ __ ___/ |_| |__
  3. # | | < | |/ \\__ \ / \| |/ ___\| | _/ | \/ \ / ___\_/ __ \_/ __ \ / /_\ \| | \ __\ | \
  4. # | ` \___ | | \/ __ \| Y Y \ \ \___| | \ | / | \/ /_/ > ___/\ ___// | \ | /| | | Y \
  5. # /_______ / ____|___| (____ /__|_| /__|\___ >______ /____/|___| /\___ / \___ >\___ >____|__ /____/ |__| |___| /
  6. # \/\/ \/ \/ \/ \/ \/ \//_____/ \/ \/ \/ \/
  7. #
  8. # Author: UraharaNZ Version: 9.05B
  9. #
  10. # MySQL Setup "Make sure your server have the less ping as possible between this server and mysql server for a better performance!".
  11. MySQL:
  12. ip: 'localhost'
  13. port: 3306
  14. database: 'DynamicBungeeAuth'
  15. user: 'DynamicBungeeAuth'
  16. password: ''
  17.  
  18. # Location = spawn area // enable = tp player to the spawn on join.
  19. Location:
  20. enable: false
  21. loc:
  22.  
  23. # Force lobby on player login? in case you have only one lobby and auth server you should enable this.
  24. ForceLobby:
  25. enable: false
  26. server: 'hub'
  27.  
  28. # Extra events.
  29. EnableMovement: true
  30. DisableJoinMSG: true
  31. DisableLeaveMSG: true
  32.  
  33. # Titles on join (SUPPORT COLOR CODES)
  34. Titles:
  35. enable: false
  36. top: '&1Please login or register'
  37. bottom: ''
  38.  
  39. # Enable player effects
  40. Effects:
  41. EnableBlind: false
  42. EnableInvisible: false
Add Comment
Please, Sign In to add comment