Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.08 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.08 KB

ScreamingLib

ScreamingLib is a multiplatform library for creating Minecraft plugins.

Module list

Modules for servers

Modules for proxy

Compiling

Requirements:

  • JDK 21 and higher (compiled artifacts are than compatible with Java 11 and higher)
  • Internet connection

Clone this repo and run ./gradlew screamCompile. Binaries for each module will be present in the build/libs folder of each subproject and also in your local maven repository.