HelpChat Help Repository
Welcome to the 'HelpChat Help' repository – a collaborative space where developers and community members come together to solve issues related to Minecraft, Spigot plugins, and more. This repository is not affiliated with HelpChat officially. Join the discord here.
This repository is organized to maintain clarity and ease of use. The main directories include:
/releases/- Contains the built JAR files for each individual release, you can download right now!Spigot Plugin Projects- The projects in this repository follow a standardized naming convention e.g.001-SomeTopic1, and are automagically generated by the batch script in the root directory.
Each project directory includes all the necessary source code and configuration files related to that specific topic.
Contributions from anyone and everyone are welcome! Whether you're fixing a bug, improving documentation, solving someone elses issue or suggesting a new idea. Here's how you can contribute:
- Fork the Repository: Start by forking the repository to your own GitHub account.
- Create a Branch: Crate a new branch for your work (
git checkout -b <...>) - Commit Your Changes: Make your changes and commit them with clear, descriptive commit messages.
- Submit a Pull Request: Once you're done with your changes, open a pull request for review. It will be reviewed, and merged ASAP.
NOTE: You can generate your own project automagically using create_project.bat and supplying a topic to it! this will ensure your addition of merged.
