ChangeSkin v3.0

Details

  • Filename
    ChangeSkin.jar
  • Uploaded by
  • Uploaded
    Feb 4, 2018
  • Size
    342.80 KB
  • Downloads
    164,318
  • MD5
    71ff6f9271ae76985f9272ce9c00bb4b

Supported Bukkit Versions

  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8.1
  • 1.8

Changelog

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