Activity for Forked Minecraft Plugins / Mods

  • WHR WHR committed [1ffad5] on ProtocolSupport Code

    Remove size limits from EncryptionResponse, as the sizes can be increased by tsauth

  • WHR WHR committed [3e6b31] on ViaVersion Code

    Freeze version 2.2.4

  • WHR WHR committed [c2cb2f]

    Make voice input and output devices configurable

  • WHR WHR committed [9fb493]

    Fix authentication implementation throws AuthenticationUnavailableException on authentication failure

  • WHR WHR committed [3693cd]

    Add message and cause for AuthenticationUnavailableException

  • WHR WHR committed [690846]

    Fix NullPointerException when getting tooltip for cardboard box due to no item being associated with specified block

  • Forked Minecraft Plugins / Mods Forked Minecraft Plugins / Mods updated /mekanism/MekanismTools-1.7.10-9.1.1-rivoreo-r2.jar

  • Forked Minecraft Plugins / Mods Forked Minecraft Plugins / Mods updated /mekanism/MekanismGenerators-1.7.10-9.1.1-rivoreo-r2.jar

  • Forked Minecraft Plugins / Mods Forked Minecraft Plugins / Mods updated /mekanism/Mekanism-1.7.10-9.1.1-rivoreo-r2.jar

  • Forked Minecraft Plugins / Mods Forked Minecraft Plugins / Mods updated /mekanism/MekanismAll-1.7.10-9.1.1-rivoreo-r2.jar

  • Forked Minecraft Plugins / Mods Forked Minecraft Plugins / Mods updated /mekanism/Mekanism-1.7.10-9.1.1-rivoreo-r2-src.tar.bz2

  • WHR WHR committed [4106f5]

    Fix missing FluidsTab and ItemsTab GUI images

  • Myles committed [67b31c]

    Initial Commit, need to upload license. You may not claim credit for anything given here if used. All rights reversed excluding extracts from MCProtocolLib.

  • Myles committed [dff7d9]

    README

  • Myles committed [3f0b5c]

    Merge branch 'master' of https://github.com/MylesIsCool/ViaVersion

  • Myles committed [f6b297]

    Update README

  • Myles committed [16e546]

    Remove TODO, format README

  • Myles committed [093042]

    Oops :)

  • Myles committed [135942]

    Warn users that it doesn't work with late-bind (possibly allow it in future), also stop bytebuf input mem leak.

  • Myles committed [59b270]

    Prevent use of 2nd arm slot, items will get thrown on the ground when used.

  • Myles committed [3fa4b7]

    Update README

  • Myles committed [1a1ffe]

    Code Cleanup, remove some of the output debug (Packet debug is still there)

  • Myles committed [156f42]

    We don't need gson here.

  • Myles committed [3cc6bf]

    Remove NMS, now uses reflection. (whew)

  • Myles committed [bf11ed]

    Add sending of hand item back :)

  • Myles committed [c641f0]

    Implement remaining packets, comment out debug info.

  • Mats committed [e6a9cc]

    Fix move packets

  • Myles committed [122a7e]

    Fix signs also bump version to 0.2

  • Mats committed [5738a9]

    Fix map crash

  • Myles committed [e2de17]

    Merge pull request #4 from StamBoom/master

  • Myles committed [e885a1]

    Update version to 0.3, also fix issue with teams haha

  • Myles committed [a6cfca]

    Merge pull request #6 from Zbob750/master

  • Myles committed [c0296f]

    Allow sharing of protocol packet handler and be more verbose to do with metaindex data

  • Myles committed [3b480a]

    Correct boots so they display correctly

  • Myles committed [ad3317]

    Update version number

  • Myles committed [aabd79]

    Force entity meta data remapper to check all non living entity metadata first. (Fixes ArmorStands)

  • HugoDaBosss committed [b66ea0]

    Added support for named sound effect packet.

  • HugoDaBosss committed [db7daa]

    Update OutgoingTransformer.java

  • Myles committed [f95e7f]

    Merge pull request #9 from HugoDaBosss/master

  • Myles committed [954dfb]

    Refactor sounds into its own package, update README and version to 0.3.2 (Now with working sounds, thanks HugoDaBosss!)

  • Myles committed [68bfaf]

    Tiny bit of bracket reformatting just for format consistency

  • Mats committed [7831dc]

    Fix MalformedJsonException on Kick / Disconnect

  • Myles committed [2b980a]

    Merge pull request #13 from StamBoom/master

  • HugoDaBosss committed [ba4e6e]

    Fixed ItemFrame crash

  • HugoDaBosss committed [45dfe7]

    Added remaining missing sounds

  • HugoDaBosss committed [43aaa7]

    Fix Horse Metadata Error

  • Myles committed [dd3668]

    Merge pull request #14 from HugoDaBosss/master

  • Mats committed [6f2509]

    Fixed riding on entities.

  • Myles committed [46ec24]

    Merge pull request #17 from StamBoom/master

  • Myles committed [2a6730]

    Bump version to 0.3.3

  • Mats committed [1f51cf]

    Fix MalformedJsonException on opening renamed containers

  • Mats committed [5c0ba5]

    Bump version to 0.3.3

  • Myles committed [e43968]

    Merge pull request #18 from StamBoom/master

  • Myles committed [6b3fb6]

    Update version to 0.3.4, as it should fix JSON data bug.

  • Myles committed [8ceee3]

    Fix JSON for title packet, #24. Also implement method for generic JSON fixing woo!

  • Paulomart committed [3425ed]

    Fix support for paintings, also add a read and write position method.

  • Myles committed [0209c5]

    Merge pull request #26 from Mystalion/fix-paintings

  • Paulomart committed [bd46c3]

    Reflector Main Class and add API framework.

  • Myles committed [b785fe]

    Add EntityUtil & move utils to util package.

  • Myles committed [2de176]

    Fixed guardian info.

  • Myles committed [1445bd]

    Remove unused method from MetaIndex

  • Myles committed [f9da27]

    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)

  • Myles committed [936834]

    Fix chat which is not got proper JSON

  • Myles committed [8e0833]

    Fix nether & end #30 bump to 0.3.7

  • Myles committed [06296e]

    Merge pull request #32 from StamBoom/master

  • HugoDaBosss committed [442d4d]

    Merge pull request #1 from MylesIsCool/master

  • HugoDaBosss committed [db9cd2]

    Fix USE_ITEM using correct item. Fix SPAWN_OBJECT velocity.

  • Myles committed [6199e1]

    Correct last commit to make it work.

  • Myles committed [8e6d76]

    Update contributors

  • Myles committed [114a7b]

    Format some lines properly

  • HugoDaBosss committed [b6c2a4]

    Merge pull request #2 from MylesIsCool/master

  • Paulomart committed [79e555]

    Drop MetadataPacket where metadata could not be rewritten

  • Myles committed [b5b011]

    Merge pull request #36 from Mystalion/drop-metadata

  • Myles committed [318db7]

    This is a huge commit, adds ProtocolLib support. (To the best extent I can):

  • Myles committed [6c9627]

    Bump the version, we now support ProtocolLib (hopefully it works properly)

  • Myles committed [ccd698]

    Bump to 0.4.1, Fixes bungee issues :) (Some chunk stuff, me being an idiot)

  • Myles committed [4cdfd7]

    Ensure no bytes are left on the bytebufs and ensure it is cancelled properly. Update Version to 0.4.2

  • Myles committed [ea6c64]

    Fix spam, update to version 0.4.3

  • Myles committed [785f06]

    Fix wither & add more debug info to missing metaindex

  • Myles committed [e8cc25]

    Should fix any ClosedConnection output

  • Paulomart committed [222dee]

    Rewrite Metadata system to read the data from the bytebuf instead of

  • Myles committed [e9b61a]

    Merge pull request #50 from Mystalion/awesome-metadata

  • Myles committed [27c2f4]

    Bump version

  • Myles committed [fc00dd]

    Merge pull request #56 from gigosaurus/master

  • Myles committed [3e30d9]

    Print out stack traces instead of throwing them move.

  • gigosaurus committed [573dcc]

    Fix player entity meta data

  • Myles committed [99fd01]

    Merge pull request #63 from gigosaurus/patch-1

  • Myles committed [86d543]

    Add new contributor, update version to 0.4.5 :)

  • HugoDaBosss committed [8764d2]

    Merge pull request #3 from MylesIsCool/master

  • HugoDaBosss committed [e43466]

    Small optimization

  • HugoDaBosss committed [29d233]

    Fixed bracket markup ;)

  • Myles committed [8f132f]

    Merge pull request #64 from HugoDaBosss/master

  • HugoDaBosss committed [72ae12]

    Don't send malformed JSON anymore, preventing kicks.

  • HugoDaBosss committed [ff0544]

    Eclipse is changing my bracket markup x.x

  • HugoDaBosss committed [854e24]

    More formatting

  • Myles committed [615b9f]

    Merge pull request #77 from HugoDaBosss/patch-2

  • Myles committed [b10aa3]

    Change error correction to use super, should restore default functionality to errors.

  • Myles committed [186ba2]

    Update README with chat, and change issue template

  • HugoDaBosss committed [5e34fd]

    Merge pull request #4 from MylesIsCool/master

  • HugoDaBosss committed [e1ba6e]

    Fix animals appearing as babies instead of parent

1 >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.