games647 / LambdaAttack

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

How to #24

Closed kratess closed 6 years ago

kratess commented 6 years ago

Can you make a .jar for library or can you write a installation guide for windows with intellij?

games647 commented 6 years ago

Because IntelliJ manages the dependencies in a shared manner, it won't detect the relocation of the package structure correctly. You could work around this by opening each sub project indivuallily. So you follow the guide from the README and then open the file core/pom.xml within IntelliJ. That works.

kratess commented 6 years ago

Why do you not make a .jar. Then how i import the maven?

games647 commented 6 years ago

Why do you not make a .jar.

Because the project is designed to be standalone, but you could make a pull request if you want to.

Then how i import the maven?

Use the import feature of IntelliJ

kratess commented 6 years ago

Can you help me? Where is the import section?

games647 commented 6 years ago

Just take a carefully at the start screen.

kratess commented 6 years ago

Okay... I'll test it