This is a guide for people who want to help improve this project.
- Compatibility
- Any changes must be compatible with Paper and Folia.
- Pull request formatting
- Create a new branch for your feature or fix when forking the repository.
- Reference related issues in your pull request description if applicable.
- Write clear and descriptive commit messages.
- Code styling
- Add code comments for complex logic or significant changes.
- Try to keep your code clean and avoid duplication.
- Thoroughly test your changes before submitting your pull request.