Skip to content

Releases: SourceWriters/vCompat

Fixed weird bukkit thread stuff (debugging this hurts)

27 Apr 12:22
Compare
Choose a tag to compare

Fixes

Fixed weird bukkit thread stuff (debugging this hurts)

Fixed weird bukkit thread stuff

27 Apr 12:09
Compare
Choose a tag to compare

Improvements

Added ability to easier specify a user agent for EasyRequest

Fixes

Fixes that the Profile class doesn't authenticate bc of weird bukkit behavior.

Added small http request lib

27 Apr 11:13
Compare
Choose a tag to compare

Updates

Added small http request lib (..utils.java.net)

Fixes

Fixed skin change request for custom skins

Fixed profile not being authenticated

27 Apr 07:21
Compare
Choose a tag to compare

Fixes

Fixed profile not being authenticated causing custom skin download to not work at all

Fix NPE on NmsPlayer.update()

27 Apr 06:43
2fb2db7
Compare
Choose a tag to compare

Fixes

Fixed NPE on NmsPlayer.update() which was caused by the name or skin being null.

If the skin or name are null then they are ignored and not set, if both are null then the player will not fakeRespawn.

Fixed log type name not being displayed

26 Apr 15:36
Compare
Choose a tag to compare

Improvements

Improved package structure for ..utils.java and refactored tool classes in there

Fixes

Fixed log type name of not being displayed when BukkitLogger.isColored is true

Fixed BukkitLogger format

26 Apr 14:25
Compare
Choose a tag to compare

Fixes

Fixed BukkitLogger format - It was completely broken (didn't even show the message or type)

Added logging lib and reworked skin lib

26 Apr 07:14
Compare
Choose a tag to compare

Updates

Added Logging Lib to bypass Bukkit's logging system
Added PlayerListener (has to be registered by the user)
Completly reworked Skin lib

Improvements

Improved visibility handling of CustomEntities

Fixes

Fixed that ArmorStands wouldn't update if their name changes

Fixed critical bug which caused the lib to not work at all

15 Apr 18:06
Compare
Choose a tag to compare

Fixed

Fixed VersionControl reflection classpath

Fixed some stuff and renamed everything

14 Apr 18:18
Compare
Choose a tag to compare

Updates

Updated SyntaxApi to version 2.1.6

Improvements

Renamed package from ..minecraft.versiontools to ..minecraft.vcompat

Fixed

Fixed #27