Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crazy-crew/chatmanager
The kitchen sink of Chat Management
https://github.com/crazy-crew/chatmanager
hacktoberfest hacktoberfest2022 hacktoberfest2023 hacktoberfest2024 minecraft modrinth papermc spigotmc
Last synced: 3 months ago
JSON representation
The kitchen sink of Chat Management
- Host: GitHub
- URL: https://github.com/crazy-crew/chatmanager
- Owner: Crazy-Crew
- License: mit
- Created: 2022-07-29T13:51:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T05:20:44.000Z (3 months ago)
- Last Synced: 2024-10-10T03:41:29.243Z (3 months ago)
- Topics: hacktoberfest, hacktoberfest2022, hacktoberfest2023, hacktoberfest2024, minecraft, modrinth, papermc, spigotmc
- Language: Java
- Homepage: https://modrinth.com/plugin/chatmanager
- Size: 129 MB
- Stars: 26
- Watchers: 2
- Forks: 10
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![chatmanager](https://raw.githubusercontent.com/RyderBelserion/Assets/main/crazycrew/webp/ChatManagerWebsite.webp)](https://modrinth.com/plugin/chatmanager/versions)
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![GPU License][license-shield]][license-url]
[![Contact][discord-shield]][discord-url]
![CodeFactor][codefactor-shield]![Paper](https://cdn.jsdelivr.net/gh/intergrav/devins-badges/assets/compact/supported/paper_vector.svg)
![Purpur](https://cdn.jsdelivr.net/gh/intergrav/devins-badges/assets/compact/supported/purpur_vector.svg)
The kitchen sink of ChatManagement
Explore the docs »
Report Bug
·
Request Feature
·
Get Support
Table of Contents
### Resource Page
![Modrinth](https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/compact/available/modrinth_46h.png)### Beta Builds
Get the latest changes before marked as release.
> https://ci.crazycrew.us/job/ChatManager/
## Getting Started
How to get started with contributing / maintaining your own version of ChatManager!
### Prerequisites
A list of things necessary to make sure you can build ChatManager properly.
* Intellij IDEA
* > https://www.jetbrains.com/idea/download/
* Gradle### Installation
1. Clone the repo
```sh
git clone https://github.com/Crazy-Crew/ChatManager.git
```
2. Open the repository using Intellij IDEA & wait until it finishes downloading/indexing.
3. Run the assemble task.
```gradle
./gradlew assemble
```## Roadmap
Check our public [trello board](https://trello.com/b/Q37AYC3I) for our current plans, any bugs and general tracking of the project progress.
## Contributing
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/yourfeature`)
3. Commit your Changes (`git commit -m 'your amazing feature.'`)
4. Push to the Branch (`git push`)
5. Open a Pull Request to the dev branch to add your feature/fix.## License
Distributed under the MIT License. See [`LICENSE`](/LICENSE) for more information.
[discord-shield]: https://img.shields.io/discord/415940589712965632.svg?style=flat&logo=appveyor
[discord-url]: https://discord.gg/SekseczrWz[contributors-shield]: https://img.shields.io/github/contributors/Crazy-Crew/ChatManager.svg?style=flat&logo=appveyor
[contributors-url]: https://github.com/Crazy-Crew/ChatManager/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/Crazy-Crew/ChatManager.svg?style=flat&logo=appveyor
[forks-url]: https://github.com/Crazy-Crew/ChatManager/network/members
[stars-shield]: https://img.shields.io/github/stars/Crazy-Crew/ChatManager.svg?style=flat&logo=appveyor
[stars-url]: https://github.com/Crazy-Crew/ChatManager/stargazers
[issues-shield]: https://img.shields.io/github/issues/Crazy-Crew/ChatManager.svg?style=flat&logo=appveyor
[issues-url]: https://github.com/Crazy-Crew/ChatManager/issues
[license-shield]: https://img.shields.io/github/license/Crazy-Crew/ChatManager.svg?style=flat&logo=appveyor
[license-url]: https://github.com/Crazy-Crew/ChatManager/blob/master/LICENSE[codefactor-shield]: https://img.shields.io/codefactor/grade/github/crazy-crew/ChatManager/main?style=flat&logo=appveyor