Convert to Gradle plugin, add support for modern Paper with reflection and add config.yml option to block bed usage.

This commit is contained in:
天クマ 2026-05-24 18:54:05 -03:00
commit 690fc1a4dc
39 changed files with 1062 additions and 105 deletions

2
settings.gradle.kts Normal file
View file

@ -0,0 +1,2 @@
include(":tenkumaLib")
project(":tenkumaLib").projectDir = file("libs/tenkumaLib")