ScreamingLib is a WIP multiplatform library for creating Minecraft plugins.
- Base module
- Hologram
- Health Indicator
- Lang
- NPC
- Packet library for Minecraft: Java Edition
- Placeholders
- Cloud Command Framework support
- Scoreboards and Sidebars
- Clickable Signs
This project uses Gradle and requires JDK 21 or newer (the compiled artifacts require JDK 11 or newer). To build it, clone the repository and run:
./gradlew clean buildOn Windows, use:
gradlew.bat clean buildThe compiled JAR file for each module will be located in the build/libs folder of each subproject. You can also publish it to your local maven repository (gradlew publishToMavenLocal).
This project is licensed under the Apache License 2.0 License - see the LICENSE file for details.