promotional bannermobile promotional banner

ChangeSkinX

Change your ingame skin

File Details

ChangeSkin v3.0

  • R
  • Feb 4, 2018
  • 342.80 KB
  • 165.4K
  • 1.12+5

File Name

ChangeSkin.jar

Supported Versions

  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8.1
  • 1.8
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