minecraft-java-plugin-template/ ├── src/ # Java source files (main and test) ├── pom.xml # Maven configuration ├── .gitignore # Ignore build files, IDE settings, etc. ├── LICENSE # MIT License └── ...