Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/screamingsandals/screaminglib
Cross-platform library for Minecraft development.
https://github.com/screamingsandals/screaminglib
bukkit-library cross-platform-api java minecraft minestom-library
Last synced: about 2 months ago
JSON representation
Cross-platform library for Minecraft development.
- Host: GitHub
- URL: https://github.com/screamingsandals/screaminglib
- Owner: ScreamingSandals
- License: apache-2.0
- Created: 2020-03-28T20:43:37.000Z (over 4 years ago)
- Default Branch: ver/2.0.x
- Last Pushed: 2024-05-14T19:59:15.000Z (7 months ago)
- Last Synced: 2024-05-15T15:14:59.077Z (7 months ago)
- Topics: bukkit-library, cross-platform-api, java, minecraft, minestom-library
- Language: Java
- Homepage:
- Size: 7.39 MB
- Stars: 27
- Watchers: 8
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ScreamingLib
ScreamingLib is a multiplatform library for creating Minecraft plugins.## Module list
### Modules for servers
* [Base module](core/README.md)
* [Hologram](extensions/hologram/README.md)
* [Health Indicator](extensions/healthindicator/README.md)
* [Lang](extensions/lang/README.md)
* [NPC](extensions/npc/README.md)
* [Packet library for Minecraft: Java Edition](extensions/packets/README.md)
* [Placeholders](extensions/placeholders/README.md)
* [Cloud Command Framework support](extensions/cloud/README.md)
* [Scoreboards and Sidebars](extensions/sidebar/README.md)
* [Clickable Signs](extensions/signs/README.md)### Modules for proxy
* [Base module](proxy/README.md)
* [Lang](extensions/lang/README.md)
* [Cloud Command Framework support](extensions/cloud/README.md)## Compiling
Requirements:
* JDK 21 and higher (compiled artifacts are than compatible with Java 11 and higher)
* Internet connectionClone 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.