cleaned up build process
This commit is contained in:
parent
821ed43d7b
commit
cf3dbf14b2
8 changed files with 40 additions and 36 deletions
13
README.md
13
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue