Спасибо за интерес к проекту! Прочитайте CODE_OF_CONDUCT.
git clone https://github.com/Mukller/Hackedserver
mvn clean compile- Feature branch:
git checkout -b feature/name - Code changes
- Test on server
- Commit:
git commit -m "feat: description" - Push & PR
<type>: <description>
Types: feat, fix, docs, refactor
- Follow Java conventions
- No hardcoded configs
- Test on PaperMC
- Update CHANGELOG.md
- Test thoroughly
- Clear description
Thank you! 🎮