Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexaoxide/carbon
Carbon is a modern chat plugin built on channels, with just about every single setting and format configurable.
https://github.com/hexaoxide/carbon
chat fabric-mod minecraft minecraft-mod minecraft-plugin paper-plugin sponge-plugin velocity-plugin
Last synced: 30 days ago
JSON representation
Carbon is a modern chat plugin built on channels, with just about every single setting and format configurable.
- Host: GitHub
- URL: https://github.com/hexaoxide/carbon
- Owner: Hexaoxide
- License: gpl-3.0
- Created: 2020-06-13T07:28:25.000Z (over 4 years ago)
- Default Branch: trunk
- Last Pushed: 2024-10-14T01:44:17.000Z (30 days ago)
- Last Synced: 2024-10-14T06:21:28.173Z (30 days ago)
- Topics: chat, fabric-mod, minecraft, minecraft-mod, minecraft-plugin, paper-plugin, sponge-plugin, velocity-plugin
- Language: Java
- Homepage: https://modrinth.com/mod/carbon
- Size: 4.91 MB
- Stars: 128
- Watchers: 8
- Forks: 40
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Carbon is a modern chat Java Edition plugin built on channels, with just about every single setting and format configurable.## Support
Support is given through [GitHub Issues](https://github.com/Hexaoxide/Carbon/issues)
and [Discord](https://discord.gg/S8s75Yf).
Please use the discord for help setting up the plugin, and use issues for bug reports.## Checkstyle
Carbon uses (a fork of) checkstyle to ensure code style is consistent across the entire project.
For checkstyle support in IDEA:1. Install the [checkstyle plugin](https://github.com/jshiell/checkstyle-idea).
2. Compile https://gitlab.com/stellardrift/stylecheck
3. `Settings` -> `Tools` -> `Checkstyle` `Third-Party Checks`, add the compiled stylecheck jar
4. While still in the `Checkstyle` tab, go to `Configuration File`, add `.checkstyle/checkstyle.xml` and tick the check
box.