Advertisement
Guest User

Untitled

a guest
Jul 5th, 2016
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 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. # Mojang API (Used to get our skin data) has request limit:
  9. # You can only request skin data of the same player only once in 10 minutes
  10. #
  11. # To bypass this, here are some our default alternative APIs to get the skin data
  12. # Feel free to change them to your own
  13. Alternatives:
  14. SkinPropertyURL: https://mcapi.ca/name/uuid/
  15. UUIDURL: https://us.mc-api.net/v3/uuid/
  16.  
  17. # MySQL database for large servers
  18. # or just to boost the performance
  19. MySQL:
  20. Enabled: false
  21. Host: localhost
  22. Port: 3306
  23. Database: db
  24. SkinTable: Skins
  25. PlayerTable: Players
  26. Username: root
  27. Password: pass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement