No description
Find a file
2026-07-05 17:44:01 +02:00
.idea gradle time 2026-07-05 17:44:01 +02:00
core-bukkit-api gradle time 2026-07-05 17:44:01 +02:00
core-bukkit-impl gradle time 2026-07-05 17:44:01 +02:00
core-lib gradle time 2026-07-05 17:44:01 +02:00
core-velocity-api gradle time 2026-07-05 17:44:01 +02:00
core-velocity-impl gradle time 2026-07-05 17:44:01 +02:00
gradle/wrapper lowk want to rename these modules 2026-02-15 11:58:19 +01:00
.gitignore lowk want to rename these modules 2026-02-15 11:58:19 +01:00
build.gradle.kts . 2026-06-28 19:01:06 +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 gradle time 2026-07-05 17:44:01 +02:00
settings.gradle.kts . 2026-06-27 22:56:03 +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

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