Initial commit: setup GamingCore plugin skeleton with Gradle, Paper API, Kyori Adventure and XSeries

This commit is contained in:
2026-08-18 21:44:53 +02:00
commit 9be2e2dccf
10 changed files with 548 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
.gradle/
build/
!gradle/wrapper/gradle-wrapper.jar
.kotlin
### IntelliJ IDEA ###
.idea/
*.iws
*.iml
*.ipr
out/
### VS Code & Eclipse ###
.vscode/
.classpath
.project
.settings/
### OS ###
.DS_Store
Thumbs.db