{"id":16375837,"url":"https://github.com/citymonstret/incendochat","last_synced_at":"2026-02-19T01:31:02.521Z","repository":{"id":81338116,"uuid":"249680506","full_name":"Citymonstret/IncendoChat","owner":"Citymonstret","description":"Simple channel based chat plugin for Minecraft","archived":false,"fork":false,"pushed_at":"2020-04-07T23:38:02.000Z","size":94,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-22T02:51:53.352Z","etag":null,"topics":["bukkit","bukkit-chat","bukkit-plugin","chat-plugin","paper","spigot","spigot-chat","spigot-plugin"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Citymonstret.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-24T10:40:12.000Z","updated_at":"2023-01-20T03:55:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"e181988d-be17-4c09-89e2-8dce5efd84b4","html_url":"https://github.com/Citymonstret/IncendoChat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Citymonstret/IncendoChat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Citymonstret%2FIncendoChat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Citymonstret%2FIncendoChat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Citymonstret%2FIncendoChat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Citymonstret%2FIncendoChat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Citymonstret","download_url":"https://codeload.github.com/Citymonstret/IncendoChat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Citymonstret%2FIncendoChat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29600750,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T00:59:38.239Z","status":"ssl_error","status_checked_at":"2026-02-19T00:59:36.936Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bukkit","bukkit-chat","bukkit-plugin","chat-plugin","paper","spigot","spigot-chat","spigot-plugin"],"created_at":"2024-10-11T03:22:21.679Z","updated_at":"2026-02-19T01:31:02.502Z","avatar_url":"https://github.com/Citymonstret.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IncendoChat\n\nSpigot: [link](https://www.spigotmc.org/resources/incendochat.77124/)\n\n**Work in progress!** \n\nVery simple channel based chat plugin. Will support the following features:\n- Joinable channels, with permissions, and an API that allows you to add custom restrictions\n- Chat formatting, supporting vault and PlaceholderAPI \n- JSON message formatting. Click to message a channel, click to message a player, etc. \n- @player ping notifications\n- API to interact with chat players, channels, etc, plus events for: channel join,\n channel leave, channel creation and channel messages\n- (Optional) chat logging\n- Format fragments. Currently supports `[i]`/`[item]`, which will be replaced by \n  the item in the player's main hand (hoverable!)\n\nOther features may be added further on.\n\nThis plugin will not:\n- Handle mutes, punishments, etc. Use a punishment plugin for this.\n- Handle swear blocking, spam blocking etc. I recommend [ChatControl](https://www.spigotmc.org/resources/chatcontrol™-the-ultimate-chat-plugin-500-000-downloads-1-2-5-1-15-2.271/)\nand [ChatEx](https://dev.bukkit.org/projects/chatex) for this functionality. IncendoChat\nis compatible with plugins such as these, that alter chat messages, and will respect\ntheir rules.\n\n## Requirements\n- You need to have [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/) installed.\n- You need to run (at least) Java 8.\n- The plugin is built for Spigot 1.15+. It may work with earlier versions, but they're entirely unsupported.\n\n## Commands\n- **/ch help** - Display the help text (Permission: `incendochat.channel`)\n- **/ch join \\\u003cchannel\\\u003e** - Join a channel (Permission: `incendochat.channel.join`)\n- **/ch leave \\\u003cchannel\\\u003e** - Leave a channel (Permission: `incendochat.channel.leave`)\n- **/ch set \\\u003cchannel\\\u003e** - Make the channel your active channel (Permission: `incendochat.channel.set`)\n- **/ch send \\\u003cchannel\\\u003e \\\u003cmsg...\\\u003e** - Send a message to a channel you're in (Permission: `incendochat.channel.send`)\n- **/ch list** - List all channels (Permission: `incendochat.channel.list`)\n\n## Configuration Reference\n\n```yaml\n# Pre-configured chat channels\nchannels:\n  # The global (default channel)\n  global:\n    # Name that shows up in the format, and in /ch list\n    display_name: 'Global'\n    # Format fragments. All of them are joined together to form\n    # a single message\n    format:\n        # The text that is sent. Supports PlaceholderAPI placeholders\n        # + %channel% and %channel_displayname%, and \u0026 color codes\n      - text: '\u0026c[\u00266%channel%\u0026c] '\n        # Message sent on text hover. Set to '' to disable \n        hover: '\u00266Click to switch to this channel!'\n        # Action performed on click. Set to '' to disable\n        click_type: 'SUGGEST_COMMAND'\n        # Text inserted on click. Set to '' to disable\n        click_text: '/channel set %channel_id%'\n      - text: '\u0026c[\u00266%player_uuid%\u0026c]'\n        # Only players with the specified permission will receive this\n        # fragment\n        permission: 'incendochat.admin'\n      - text: '%vault_prefix% %player_displayname%\u00267: '\n        hover: '\u00266Click to message this player!'\n        click_type: 'SUGGEST_COMMAND'\n        click_text: '/msg %player_name% '\n      - text: '\u0026r%message%'\n    # Permission needed to join the channel. Set to '' to disable\n    permission: ''\n    # @username ping replacement text. Set to '' to disable\n    ping_format: '\u0026c@%name%\u0026r'\n    # The priority determines which channel will\n    # be the active channel, when channels are\n    # re-calculates\n    priority: -1\npersistence:\n  # Whether chat should be logged to the database\n  chat-logging: false\n  chat-logging-interval: 100 # every 100th tick\n  # Whether channel memberships should persist\n  channel-persistence: false\n  # MySQL settings\n  mysql:\n    host: 'localhost'\n    port: 3306\n    username: 'username'\n    password: 'password'\n    database: 'chat'\n# Configurable messages\nmessages:\n  list-header: '\u00266\u0026lIncendoChat\u00268\u003e \u00267Channel List'\n  list-header-active: '\u0026eActive Channels (Click to leave):'\n  list-header-available: '\u0026eAvailable Channels (Click to join):'\n  list-item: '\u00267- \u00266%channel%'\n  list-item-current: '\u00267- \u00266%channel% (Current)'\n  list-hover-join: '\u00266Click to join the channel'\n  list-hover-leave: '\u00266Click to leave the channel'\n  active-channel-set: '\u00266\u0026lIncendoChat\u00268\u003e \u00267Your active channel was set to: %channel%'\n  channel-joined: '\u00266\u0026lIncendoChat\u00268\u003e \u00267You joined channel: %channel%'\n  channel-left: '\u00266\u0026lIncendoChat\u00268\u003e \u00267You left channel: %channel%'\n```\n\n## Maven Repo [![](https://jitpack.io/v/Sauilitired/IncendoChat.svg)](https://jitpack.io/#Sauilitired/IncendoChat)\n\nWe use [JitPack](https://jitpack.io/#Sauilitired/IncendoCha)\n\nRepository:\n```xml\n\u003crepositories\u003e\n    \u003crepository\u003e\n        \u003cid\u003ejitpack.io\u003c/id\u003e\n        \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n    \u003c/repository\u003e\n\u003c/repositories\u003e\n```\n\nDependency:\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.Sauilitired\u003c/groupId\u003e\n    \u003cartifactId\u003eIncendoChat\u003c/artifactId\u003e\n    \u003cversion\u003emaster-XXXXXXXX\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n**Note: Use the version shown on the badge to stay up to date!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcitymonstret%2Fincendochat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcitymonstret%2Fincendochat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcitymonstret%2Fincendochat/lists"}