Remove size limits from EncryptionResponse, as the sizes can be increased by tsauth
Freeze version 2.2.4
Make voice input and output devices configurable
Fix authentication implementation throws AuthenticationUnavailableException on authentication failure
Add message and cause for AuthenticationUnavailableException
Fix NullPointerException when getting tooltip for cardboard box due to no item being associated with specified block
Fix missing FluidsTab and ItemsTab GUI images
Initial Commit, need to upload license. You may not claim credit for anything given here if used. All rights reversed excluding extracts from MCProtocolLib.
README
Merge branch 'master' of https://github.com/MylesIsCool/ViaVersion
Update README
Remove TODO, format README
Oops :)
Warn users that it doesn't work with late-bind (possibly allow it in future), also stop bytebuf input mem leak.
Prevent use of 2nd arm slot, items will get thrown on the ground when used.
Update README
Code Cleanup, remove some of the output debug (Packet debug is still there)
We don't need gson here.
Remove NMS, now uses reflection. (whew)
Add sending of hand item back :)
Implement remaining packets, comment out debug info.
Fix move packets
Fix signs also bump version to 0.2
Fix map crash
Merge pull request #4 from StamBoom/master
Update version to 0.3, also fix issue with teams haha
Merge pull request #6 from Zbob750/master
Allow sharing of protocol packet handler and be more verbose to do with metaindex data
Correct boots so they display correctly
Update version number
Force entity meta data remapper to check all non living entity metadata first. (Fixes ArmorStands)
Added support for named sound effect packet.
Update OutgoingTransformer.java
Merge pull request #9 from HugoDaBosss/master
Refactor sounds into its own package, update README and version to 0.3.2 (Now with working sounds, thanks HugoDaBosss!)
Tiny bit of bracket reformatting just for format consistency
Fix MalformedJsonException on Kick / Disconnect
Merge pull request #13 from StamBoom/master
Fixed ItemFrame crash
Added remaining missing sounds
Fix Horse Metadata Error
Merge pull request #14 from HugoDaBosss/master
Fixed riding on entities.
Merge pull request #17 from StamBoom/master
Bump version to 0.3.3
Fix MalformedJsonException on opening renamed containers
Bump version to 0.3.3
Merge pull request #18 from StamBoom/master
Update version to 0.3.4, as it should fix JSON data bug.
Fix JSON for title packet, #24. Also implement method for generic JSON fixing woo!
Fix support for paintings, also add a read and write position method.
Merge pull request #26 from Mystalion/fix-paintings
Reflector Main Class and add API framework.
Add EntityUtil & move utils to util package.
Fixed guardian info.
Remove unused method from MetaIndex
Fix lightning, track entities sent to the client and use them for mapping MetaIndex instead of previous method. (Allows custom entities and client side packets properly. Echo Pet works!!! + fixes some latency with methods)
Fix chat which is not got proper JSON
Fix nether & end #30 bump to 0.3.7
Merge pull request #32 from StamBoom/master
Merge pull request #1 from MylesIsCool/master
Fix USE_ITEM using correct item. Fix SPAWN_OBJECT velocity.
Correct last commit to make it work.
Update contributors
Format some lines properly
Merge pull request #2 from MylesIsCool/master
Drop MetadataPacket where metadata could not be rewritten
Merge pull request #36 from Mystalion/drop-metadata
This is a huge commit, adds ProtocolLib support. (To the best extent I can):
Bump the version, we now support ProtocolLib (hopefully it works properly)
Bump to 0.4.1, Fixes bungee issues :) (Some chunk stuff, me being an idiot)
Ensure no bytes are left on the bytebufs and ensure it is cancelled properly. Update Version to 0.4.2
Fix spam, update to version 0.4.3
Fix wither & add more debug info to missing metaindex
Should fix any ClosedConnection output
Rewrite Metadata system to read the data from the bytebuf instead of
Merge pull request #50 from Mystalion/awesome-metadata
Bump version
Merge pull request #56 from gigosaurus/master
Print out stack traces instead of throwing them move.
Fix player entity meta data
Merge pull request #63 from gigosaurus/patch-1
Add new contributor, update version to 0.4.5 :)
Merge pull request #3 from MylesIsCool/master
Small optimization
Fixed bracket markup ;)
Merge pull request #64 from HugoDaBosss/master
Don't send malformed JSON anymore, preventing kicks.
Eclipse is changing my bracket markup x.x
More formatting
Merge pull request #77 from HugoDaBosss/patch-2
Change error correction to use super, should restore default functionality to errors.
Update README with chat, and change issue template
Merge pull request #4 from MylesIsCool/master
Fix animals appearing as babies instead of parent