Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 642 Bytes

File metadata and controls

38 lines (25 loc) · 642 Bytes

Contributing Guide

Спасибо за интерес к проекту! Прочитайте CODE_OF_CONDUCT.

Setup

git clone https://github.com/Mukller/Hackedserver
mvn clean compile

Development

  1. Feature branch: git checkout -b feature/name
  2. Code changes
  3. Test on server
  4. Commit: git commit -m "feat: description"
  5. Push & PR

Commit Format

<type>: <description>

Types: feat, fix, docs, refactor

Code Style

  • Follow Java conventions
  • No hardcoded configs
  • Test on PaperMC

Pull Request

  • Update CHANGELOG.md
  • Test thoroughly
  • Clear description

Thank you! 🎮