An open API service indexing awesome lists of open source software.

https://github.com/sp0ook/helpchat

A repository full of all the issues I've helped members of the HelpChat community solve!
https://github.com/sp0ook/helpchat

development java minecraft spigot

Last synced: about 2 months ago
JSON representation

A repository full of all the issues I've helped members of the HelpChat community solve!

Awesome Lists containing this project

README

          


File Searcher Demo



HelpChat Help Repository

# Information

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](https://discord.gg/APFzNrNqjw).

# Repository Structure

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.

# How to Contribute

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:

1. **Fork the Repository:** Start by forking the repository to your own GitHub account.
2. **Create a Branch:** Crate a new branch for your work (`git checkout -b <...>`)
3. **Commit Your Changes:** Make your changes and commit them with clear, descriptive commit messages.
4. **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.