This commit is contained in:
kento2 2026-05-31 17:09:19 +02:00
parent e4fd6a8c5f
commit d3e20606d9
10 changed files with 130 additions and 37 deletions

View file

@ -17,14 +17,15 @@ access the mongo-db web interface at http://localhost:8081; username `a`, passwo
## modules
### APIs
### core-lib
* core-api contains api for all java development
* core-bukkit-api contains api for bukkit development
* depends on core-api
core-lib is a stateless java util library
### core-bukkit-api
core-bukkit-api is stateful and contains api for bukkit development
* depends on core-lib
### implementations
the `-impl` suffix indicates that this module implements the API with the same prefix.
So `core-impl` implements `core-api`.
* core-bukkit-impl is a spigot plugin. It shades core-impl.
core-bukkit-impl is a spigot plugin. It shades and implements core-bukkit-api