update to paper 1.18.2 and switch to gradle + fix up command sender to handle perms

This commit is contained in:
Taah
2022-04-10 22:06:13 -07:00
commit 6de67cce13
29 changed files with 2648 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven {
url = uri("https://nexus.telesphoreo.me/repository/gradle-plugins-snapshots/")
}
}
}
rootProject.name = 'bukkittelnet'