No description
Find a file
2026-07-05 22:41:48 +02:00
.idea cleaned up build process 2026-07-05 22:41:48 +02:00
core-bukkit-api cleaned up build process 2026-07-05 22:41:48 +02:00
core-bukkit-impl cleaned up build process 2026-07-05 22:41:48 +02:00
core-lib cleaned up build process 2026-07-05 22:41:48 +02:00
core-velocity-api cleaned up build process 2026-07-05 22:41:48 +02:00
core-velocity-impl cleaned up build process 2026-07-05 22:41:48 +02:00
gradle cleaned up build process 2026-07-05 22:41:48 +02:00
.gitignore lowk want to rename these modules 2026-02-15 11:58:19 +01:00
build.gradle.kts cleaned up build process 2026-07-05 22:41:48 +02:00
gradlew lowk want to rename these modules 2026-02-15 11:58:19 +01:00
gradlew.bat . 2026-06-03 01:30:08 +02:00
Makefile currently refactoring a lot 2026-07-05 00:36:22 +02:00
README.md cleaned up build process 2026-07-05 22:41:48 +02:00
settings.gradle.kts cleaned up build process 2026-07-05 22:41:48 +02:00

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
  • 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