cleaned up build process

This commit is contained in:
kento2 2026-07-05 23:26:54 +02:00
parent 821ed43d7b
commit cf3dbf14b2
8 changed files with 40 additions and 36 deletions

View file

@ -1,16 +1,15 @@
TODO
- /friend add command is behaving weird: silent return no error
- improve error handling in Task ig
- try with InMemory db and debug postgres implementation
- fix kencommandapi greedy strings & arguments: probably issue with shading
- make core-lib-impl: a library -> avoid shading massive core-lib
- logging in general, log some exceptions to game chat
- notification: Friend is now offline/online
- messages across server
- /ignore command
- maybe make kencommandapi-{bukkit,velocity} depend on -core
environment
-----------
- **core-lib**: stateless library
- **core-bukkit** stateful plugin/api for minecraft development, depends on core-lib
- **core-velocity** stateful plugin/api for proxy development, depends on core-lib
- **core-bukkit-api** stateful api, for minecraft development, depends on core-lib
- **core-bukkit-api** stateful plugin, same as core-bukkit-api but implements it
- **core-velocity-api** stateful api, for proxy development, depends on core-lib
- **core-velocity-impl** stateful plugin, same as core-velocity-api but implements it