A lot of people have suggested that I leak a WorldDownloader mod that can bypass Anti World Downloader plugins for people to download and/or leak servers' worlds. Hopefully you all enjoy this!
Installation Instructions:
http://www.minecraftforum.net/forum...-8-9-world-downloader-mod-create#Installation
Remember: This modded version can be installed the exact same way as the original version. You can look around for installation instructions if you get stuck (except that you use this zip instead of the original zip, of course). Make sure that you use the base-edit instructions or the Multi-MC instructions.
How it works:
How does a plugin detect WDL?
1. WDL changes the ClientBrandRetriever to its build.
2. WDL sends custom payload packets to the server. (WDLPluginChannels.java) This way is used to detect WDL mods.
However, custom plugins can easily utilize the other method, allowing for blockage.
How does this work and how is it different?
ClientBrandRetriever.java is changed to vanilla, normally its sent through CPacketCustomPayload
WDLPluginChannels.java is changed to clear onPluginChannelPacket, sendRequests
Installation Instructions:
http://www.minecraftforum.net/forum...-8-9-world-downloader-mod-create#Installation
Remember: This modded version can be installed the exact same way as the original version. You can look around for installation instructions if you get stuck (except that you use this zip instead of the original zip, of course). Make sure that you use the base-edit instructions or the Multi-MC instructions.
How it works:
How does a plugin detect WDL?
1. WDL changes the ClientBrandRetriever to its build.
2. WDL sends custom payload packets to the server. (WDLPluginChannels.java) This way is used to detect WDL mods.
However, custom plugins can easily utilize the other method, allowing for blockage.
How does this work and how is it different?
ClientBrandRetriever.java is changed to vanilla, normally its sent through CPacketCustomPayload
WDLPluginChannels.java is changed to clear onPluginChannelPacket, sendRequests