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!
- Host: GitHub
- URL: https://github.com/sp0ook/helpchat
- Owner: sp0oOk
- Created: 2025-03-28T10:06:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-31T17:19:20.000Z (about 1 year ago)
- Last Synced: 2025-03-31T18:31:27.940Z (about 1 year ago)
- Topics: development, java, minecraft, spigot
- Language: Java
- Homepage: https://helpch.at/
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.