No description
Find a file
2026-07-06 02:59:10 +04:00
.idea add message formatting 2026-07-06 02:59:10 +04:00
core-bukkit-api cleaned up build process 2026-07-05 23:26:54 +02:00
core-bukkit-impl add message formatting 2026-07-06 02:59:10 +04:00
core-lib cleaned up build process 2026-07-05 23:26:54 +02:00
core-velocity-api cleaned up build process 2026-07-05 23:26:54 +02:00
core-velocity-impl cleaned up build process 2026-07-05 23:26:54 +02:00
gradle cleaned up build process 2026-07-05 23:26:54 +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 23:26:54 +02:00
settings.gradle.kts cleaned up build process 2026-07-05 22:41:48 +02:00

TODO

  • 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
  • /ignore command

environment

  • core-lib: stateless library
  • 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