crpmax / minecraft-bot-flood

PHP Minecraft bot flood stress tester
22 stars 7 forks source link

Doesn't work. #7

Open NoxiWave opened 1 month ago

NoxiWave commented 1 month ago

Is it even working for this days? I tried it, it "created" bots. And after some time program just ends without any bots on the Server.

crpmax commented 1 month ago

Hello, please read README

This script is used for stress testing Minecraft servers, it can connect a lot of bots very fast. These bots will not respond to any server packets, so they will time out after 30 seconds by default.

NoxiWave commented 1 month ago

I saw, but I wanted try this project, if it's not working, atleast include it.

crpmax commented 1 month ago

What MC version / protocol version are you using?

NoxiWave commented 1 month ago

What MC version / protocol version are you using?

I tried 1.19.4 and 1.20.4

NoxiWave commented 1 month ago

Could you fix it to work? Or make something smilliar in Java?

crpmax commented 1 month ago

Yes, you were right, it is not working on latest versions. I am working on a fix, I fixed it on MC 1.19 to 1.20.1 but on 1.20.2 and up there is some problem.

NoxiWave commented 1 month ago

It is possible to fix the upper versions?

crpmax commented 1 month ago

Download the new version and try it now.

NoxiWave commented 1 month ago

I will try

NoxiWave commented 1 month ago

It's seem working, also do you plan adding proxy support?

NoxiWave commented 1 month ago

For me also seem only 1 bot join not more

crpmax commented 1 month ago

Proxy support is possible, but because it is written in PHP, it would slow down all connections. I do not plan to add proxy support.

Do you have set connection throttle to -1 on the server?

NoxiWave commented 1 month ago

Yea now I figured it out. By the way what about rewriting this project into Java and then adding proxy support? It would be good