Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. ##############################
  2. # SkinsRestorer Config.yml #
  3. ##############################
  4. #by Th3Tr0LLeR & Blackfire62 + xknat
  5.  
  6. #This option disables automatic requesting & applying skins on join.
  7. #Commands still work!
  8. DisableOnJoinSkins: false
  9.  
  10. #enables /skin without permissions
  11. #(only works for backend aka spigot servers)
  12. SkinWithoutPerm: false
  13.  
  14. #How long the skin will be in the database (in minutes)
  15. SkinExpiresAfter: 1
  16.  
  17. #This is for preventing skin change spam (in seconds)
  18. #[skinsrestorer.bypasscooldown bypasses this]
  19. SkinChangeCooldown: 30
  20.  
  21. #Enable or disable default skins
  22. #If more nicknames will be in the list, server will always choose a random one.
  23. DefaultSkins:
  24. Enabled: false
  25. Names:
  26. - Steve
  27.  
  28. #Disable skin names
  29. #Put skins you want to disable on the list
  30. #Player wont be able to set these skins
  31. DisabledSkins:
  32. Enabled: false
  33. Names:
  34. - Steve
  35.  
  36. #Multi-Bungee support
  37. #If you use more proxy servers and you
  38. #experience issues with skin visibility between proxies?
  39. #enable this option!
  40. #(RedisBungee enables this option automatically)
  41. MultiBungee:
  42. Enabled: true
  43.  
  44. # MySQL database for large servers
  45. # or just to boost the performance
  46. MySQL:
  47. Enabled: false
  48. Host: localhost
  49. Port: 3306
  50. Database: db
  51. SkinTable: Skins
  52. PlayerTable: Players
  53. Username: root
  54. Password: pass
  55.  
  56. #Enable or disable the updater check.
  57. Updater:
  58. Enabled: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement