feat: NickCore v1.0.0 - enterprise nickname plugin for Paper/Folia/Velocity

This commit is contained in:
2026-05-30 21:05:02 -05:00
parent 8a42740875
commit f0b35e89ac
54 changed files with 5393 additions and 0 deletions

43
.gitignore vendored Normal file
View File

@@ -0,0 +1,43 @@
# ── Build outputs ────────────────────────────────────────────
build/
out/
bin/
# ── Gradle ───────────────────────────────────────────────────
.gradle/
!gradle/wrapper/gradle-wrapper.jar
!gradle/wrapper/gradle-wrapper.properties
# ── IDE ──────────────────────────────────────────────────────
.idea/
*.iml
*.ipr
*.iws
.project
.classpath
.settings/
.vscode/
*.swp
*.swo
*~
# ── OS ───────────────────────────────────────────────────────
.DS_Store
Thumbs.db
desktop.ini
# ── Java ─────────────────────────────────────────────────────
*.class
*.jar
*.war
*.ear
hs_err_pid*
replay_pid*
# ── Database (runtime-generated) ─────────────────────────────
*.db
*.sqlite
# ── Logs ─────────────────────────────────────────────────────
*.log
logs/