Advertisement
EtnoCraft

SkinsRestorer 12.9.4 - Configuración

Dec 4th, 2016
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. #
  2. # Mojang API (Used to get our skin data) has request limit:
  3. # You can only request skin data of the same player only once in 10 minutes
  4. #
  5. # To bypass this, here are some our default alternative APIs to get the skin data
  6. # Feel free to change them to your own
  7. DisableOnJoinSkins: false
  8. SkinChangeCooldown: 3600
  9. Alternatives:
  10. SkinPropertyURL: https://mcapi.ca/name/uuid/
  11. NEWUUID: http://mcapi.ca/uuid/player/
  12. DefaultSkins:
  13. Enabled: false
  14. Names:
  15. - Steve
  16. DisabledSkins:
  17. Enabled: false
  18. Names:
  19. - Steve
  20. MultiBungee:
  21. Enabled: false
  22. MySQL:
  23. Enabled: true
  24. Host: 127.0.0.1
  25. Port: 3306
  26. Database: 33533
  27. SkinTable: Skins
  28. PlayerTable: Players
  29. Username: 33533
  30. Password: 61a3547b1c
  31. Updater:
  32. Enabled: true
  33. AutoUpdate: false
  34. CrashSkullFix: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement