No description
Find a file
2026-07-07 08:23:33 +02:00
.idea add .idea/* to gitignore 2026-07-06 19:25:38 +04:00
core-bukkit-api cleaned up build process 2026-07-05 23:26:54 +02:00
core-bukkit-impl Update core-bukkit-impl/src/main/java/de/kentoj/scrow/bukkit/listener/ChatStyleListener.java 2026-07-06 18:03:53 +02:00
core-lib doc 2026-07-07 08:23:33 +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 . 2026-07-06 16:43:18 +02:00
.gitignore add .idea/* to gitignore 2026-07-06 19:25:38 +04: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 . 2026-07-06 16:43:18 +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

modules

  • 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