Guest User

Config.yml

a guest
Apr 28th, 2017
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. #This option disables automatic requesting & applying skins on join
  2. #Commands still work
  3. DisableOnJoinSkins: false
  4.  
  5. #This is for preventing skin change spam
  6. SkinChangeCooldown: 30
  7.  
  8. #Enable or disable default skins
  9. #If more nicknames will be in the list, server will
  10. #always choose a random one
  11. DefaultSkins:
  12. Enabled: false
  13. Names:
  14. - Steve
  15.  
  16. #Disable skin names
  17. #Put skins you want to disable on the list
  18. #Player wont be able to set these skins
  19. DisabledSkins:
  20. Enabled: false
  21. Names:
  22. - Steve
  23.  
  24. #Multi-Bungee support
  25. #If you use more proxy servers and you
  26. #experience issues with skin visibility between proxies
  27. #enable this option
  28. #
  29. #RedisBungee enables this option automatically
  30. MultiBungee:
  31. Enabled: false
  32.  
  33. # MySQL database for large servers
  34. # or just to boost the performance
  35. MySQL:
  36. Enabled: false
  37. Host: localhost
  38. Port: 3306
  39. Database: db
  40. SkinTable: Skins
  41. PlayerTable: Players
  42. Username: root
  43. Password: pass
  44.  
  45. Updater:
  46. Enabled: true
  47. #Enable or disable the updater check on enable.
Add Comment
Please, Sign In to add comment