No description
| .idea | ||
| core-bukkit-api | ||
| core-bukkit-impl | ||
| core-lib | ||
| core-velocity-api | ||
| core-velocity-impl | ||
| gradle/wrapper | ||
| .gitignore | ||
| build.gradle.kts | ||
| gradlew | ||
| gradlew.bat | ||
| Makefile | ||
| README.md | ||
| settings.gradle.kts | ||
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
- logging in general, log some exceptions to game chat
- notification: Friend is now offline/online
- messages across server
- /ignore command
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