PHP-Minecraft-Rcon icon indicating copy to clipboard operation
PHP-Minecraft-Rcon copied to clipboard

Packets larger than 4096, any progress?

Open SomKen opened this issue 9 years ago • 3 comments

I know this is a known issue, but has there been any progress to getting packets larger than 4096 working?

https://github.com/xPaw/PHP-Source-Query/blob/master/SourceQuery/SourceRcon.php has it done, but I like the way your API is setup.

SomKen avatar Feb 08 '16 22:02 SomKen

I haven't had a need for it myself. However if you would like to add this functionality in and make a pull request I'll see about merging it. :)

thedudeguy avatar May 06 '16 22:05 thedudeguy

I'm working on that: https://github.com/MCMainiac/PHP-Minecraft-Rcon/blob/bigger-packet-sizes/rcon.php.

.

ricardoboss avatar Nov 20 '16 16:11 ricardoboss

I doubt there are any commands that exist that would even output this much information. 4096 bytes is quite a bit of text. If you know of a command (likely from a plugin) that even outputs that much text, let me know. Here is a reference of how much text is in 4096 bytes: https://pastebin.com/cDV7wyiq

thedudeguy avatar May 26 '17 05:05 thedudeguy