Beast icon indicating copy to clipboard operation
Beast copied to clipboard

How can i compile this?

Open xandaronox opened this issue 3 months ago • 1 comments

I want to get .jar file. Dont know about which command can I type on intellij idea

xandaronox avatar Sep 26 '25 15:09 xandaronox

I'm having the same issue. I'm not sure how to compile the API or the server. Could you help me, or could someone generate the jar file for me to download?

Or you could contact me on Discord to help me. Discord ID: esmokygg

EsMokyGame avatar Nov 13 '25 15:11 EsMokyGame

It's quite simple. According to this configuration file, we just need to do the following:

  1. Clone this Git repository.
  2. Install Java 8.
  3. Install Maven (both steps can be done via SDKMAN!)
  4. chmod +x ./beast
  5. ./Beast-Server/target/beast-1.12.2.jar is the server itself.

It's worth noting that it's recommended to use Ubuntu for the compilation (though since I could compile it on Debian, other distributions should probably work too), as that's what's indicated in the configuration file.

cygbs avatar Dec 24 '25 12:12 cygbs