CraftProxy Rebirth

Discussion in 'Plugin Development' started by justin_393, Aug 29, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    justin_393

    So, as most of you probably know, there used to be this amazing software called CraftProxy. It allowed for client side chunk caching and sent small hashes back and forth to check for chunk updates, and if there was a change it'd send the new chunk. Here is the original thread: http://bukkit.org/threads/misc-craf...andwidth-use-by-caching-chunk-data-1-6.15479/

    I did some digging and found the Client and Plugin source code

    Client: https://github.com/Raphfrk/CraftProxyClient


    Plugin: https://github.com/Raphfrk/CraftProxyPlugin

    Alot of people believe that it was abandoned on mc 1.5, but he has committed up until 1.7.10

    I have tried contacting him, but got no reply, I tried updating it myself, but the client uses some dependencies that I can't find ANYWHERE. If anyone wants to help update this or has ideas, it would be greatly appreciated.
     
  2. What's the list of dependencies that you can't find?
     
  3. Offline

    justin_393

    gnu.trove.set.hash.THashSet;

    I found gnu.trove. But for some reason the class THashSet and other classes used in the library no longer exist.
     
  4. Offline

    rbrick

  5. Offline

    justin_393

    No :/ I've never used maven and would have no clue how to start using it
     
Thread Status:
Not open for further replies.

Share This Page