Initial commit: Arena plugin for Minecraft 1.21.1 with lobby system

This commit is contained in:
Arena Plugin
2026-02-20 20:01:56 +03:00
commit f0afb726a9
10 changed files with 639 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar
# IDE
.idea/
*.iml
*.iws
*.ipr
.vscode/
.settings/
.project
.classpath
# OS
.DS_Store
Thumbs.db