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 931770e33b
38 changed files with 1060 additions and 105 deletions

2
settings.gradle.kts Normal file
View file

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