ChangeSkinX

Change your ingame skin
Back to Files

ChangeSkin v3.0

File nameChangeSkin.jar
Uploader
TuxCodingTuxCoding
Uploaded
Feb 4, 2018
Downloads
165.5K
Size
342.8 KB
File ID
2527963
Type
R
Release
Supported game versions
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8.1
  • 1.8

What's new

2.4.2

Added

  • Added caching for field reflection
  • Migrate SLF4J logging (Fixes #90)
  • Use Gson's TypeAdapter for more type safety
  • Use Optional for possible null values
  • Use migration files or sql storage
  • Add toString methods for better debugging
Changes/Fixes
  • Update preferences without inserting new data every time
  • Send Update_Attribute packet for increased health (Fixes #108)
  • Load the default skins after setting up the storage (Fixes #112)
  • Describe the rate-limit message more precisely
  • Skip same server check for directly connecting players (Fixes #106)
  • Fix slim model encoding
  • Fix FileAlreadyExistsException for sym linked folders (Fixes #109)
  • Ignore skin change on server switch to the same server (Fixes #101)
  • Use ThreadLocalRandom for less overhead
  • Limit SQLite to only one connection (Fixes #93)
  • Dependency injection in Sponge
  • Make use of Try-resources for cleaner code
  • Fix locae messages
  • Remove duplicated task code
  • Refactor project code to share more code between platforms
  • Share auto update implementation