games647 / LambdaAttack

Minecraft bot for servers. Currently supports stress testing.
MIT License
275 stars 56 forks source link

Add support for usage from the Command Line #36

Closed CrushedPixel closed 4 years ago

CrushedPixel commented 4 years ago

I'm using this tool to stress-test a server network running on a Linux Machine without a Graphical Environment. Therefore, I needed to be able to use this tool from the command line.

There is an existing fork that adds this functionality, but it doesn't support Minecraft 1.15, and its codebase is rather sub-optimal, so I decided to add it to the main project.

Enjoy!

CrushedPixel commented 4 years ago

Here you go. I also fixed another minor issue I found, where the -h command line option was used as the short version of both --host and --help.