Skip to content

Commit

Permalink
改名 Discord-MC-Chat
Browse files Browse the repository at this point in the history
  • Loading branch information
Xujiayao committed Feb 11, 2024
1 parent e413e2e commit 9849aed
Show file tree
Hide file tree
Showing 51 changed files with 303 additions and 301 deletions.
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ body:
description: |
Please check that you have done the following things before submitting an issue.
options:
- label: I confirm that I have [searched for existing issues / pull requests](https://github.com/Xujiayao/MC-Discord-Chat/issues?q=) before reporting to avoid duplicate reporting.
- label: I confirm that I have [searched for existing issues / pull requests](https://github.com/Xujiayao/Discord-MC-Chat/issues?q=) before reporting to avoid duplicate reporting.
required: true
- label: I confirm that I followed the [MCDC Docs](https://blog.xujiayao.com/posts/4ba0a17a/) and read the [Changelog](https://github.com/Xujiayao/MC-Discord-Chat/releases/latest), but this problem still exists.
- label: I confirm that I followed the [DMCC Docs](https://blog.xujiayao.com/posts/4ba0a17a/) and read the [Changelog](https://github.com/Xujiayao/Discord-MC-Chat/releases/latest), but this problem still exists.
required: true
- label: I confirm that I noted that if I don't follow the instructions, the issue may be closed directly.
required: true
Expand All @@ -22,7 +22,7 @@ body:
label: Minecraft Version
description: |
The version of Minecraft you are using?
If a version is not listed below, it is not supported by MCDC.
If a version is not listed below, it is not supported by DMCC.
multiple: false
options:
- "1.20.4"
Expand All @@ -47,12 +47,12 @@ body:
validations:
required: true
- type: dropdown
id: mcdiscordchat_version
id: discord_mc_chat_version
attributes:
label: MC-Discord-Chat Version
label: Discord-MC-Chat Version
description: |
The version of MC-Discord-Chat you are using?
Only MCDC v2 versions are supported.
The version of Discord-MC-Chat you are using?
Only DMCC v2 versions are supported.
multiple: false
options:
- "Latest Build (GitHub Actions)"
Expand Down Expand Up @@ -104,7 +104,7 @@ body:
attributes:
label: Config
description: |
Please provide your FULL MC-Discord-Chat config (/config/mcdiscordchat.json file) here.
Please provide your FULL Discord-MC-Chat config (/config/discord_mc_chat.json file) here.
Remember to REDACT the botToken!
render: json
validations:
Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: Example Issue
url: https://github.com/Xujiayao/MC-Discord-Chat/issues/73
url: https://github.com/Xujiayao/Discord-MC-Chat/issues/73
about: You can refer to this example issue to fill in your issue.
- name: MC-Discord-Chat Docs
- name: Discord-MC-Chat Docs
url: https://blog.xujiayao.com/posts/4ba0a17a/
about: Make sure you follow the docs to configure MC-Discord-Chat!
about: Make sure you follow the docs to configure Discord-MC-Chat!
- name: Latest Builds
url: https://github.com/Xujiayao/MC-Discord-Chat/actions
url: https://github.com/Xujiayao/Discord-MC-Chat/actions
about: You can find the latest build JAR files at GitHub Actions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body:
description: |
Please check that you have done the following things before submitting an issue.
options:
- label: I confirm that I have [searched for existing issues / pull requests](https://github.com/Xujiayao/MC-Discord-Chat/issues?q=) before reporting to avoid duplicate reporting.
- label: I confirm that I have [searched for existing issues / pull requests](https://github.com/Xujiayao/Discord-MC-Chat/issues?q=) before reporting to avoid duplicate reporting.
required: true
- label: I confirm that I noted that if I don't follow the instructions, the issue may be closed directly.
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body:
description: |
Please check that you have done the following things before submitting an issue.
options:
- label: I confirm that I have [searched for existing issues / pull requests](https://github.com/Xujiayao/MC-Discord-Chat/issues?q=) before reporting to avoid duplicate reporting.
- label: I confirm that I have [searched for existing issues / pull requests](https://github.com/Xujiayao/Discord-MC-Chat/issues?q=) before reporting to avoid duplicate reporting.
required: true
- label: I confirm that I noted that if I don't follow the instructions, the issue may be closed directly.
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!-- Please check that you have done the following things before submitting a pull request. -->
<!-- Set [ ] to [X] -->

- [ ] I confirm that I have [searched for existing issues / pull requests](https://github.com/Xujiayao/MC-Discord-Chat/issues?q=) before requesting to avoid duplicate requesting.
- [ ] I confirm that I have [searched for existing issues / pull requests](https://github.com/Xujiayao/Discord-MC-Chat/issues?q=) before requesting to avoid duplicate requesting.
- [ ] I confirm that I noted that if I don't follow the instructions, the issue may be closed directly.

### Related Issues
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
- name: Upload Build Artifacts
uses: actions/upload-artifact@v3
with:
name: MC-Discord-Chat ${{ steps.get_short_commit_hash.outputs.short_sha }}
name: Discord-MC-Chat ${{ steps.get_short_commit_hash.outputs.short_sha }}
path: build/*.jar
77 changes: 39 additions & 38 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,28 @@ Language: English <a href="/README_CN.md">中文</a>
</div>

<p align="center">
<img width=128 src="https://cdn.jsdelivr.net/gh/Xujiayao/MC-Discord-Chat@master/wrapper/src/main/resources/assets/mcdiscordchat/icon.png">
<img width=128 src="https://cdn.jsdelivr.net/gh/Xujiayao/Discord-MC-Chat@master/wrapper/src/main/resources/assets/discord-mc-chat/icon.png">
</p>

# MC-Discord-Chat
# Discord-MC-Chat

[![License](https://img.shields.io/github/license/xujiayao/MC-Discord-Chat?logo=github)](https://github.com/Xujiayao/MC-Discord-Chat/blob/master/LICENSE)
[![Release](https://img.shields.io/github/v/release/xujiayao/MC-Discord-Chat?logo=github)](https://github.com/Xujiayao/MC-Discord-Chat/releases)
[![jsDelivr Hits (Old)](https://data.jsdelivr.com/v1/package/gh/Xujiayao/MCDiscordChat/badge?style=rounded)](https://www.jsdelivr.com/package/gh/Xujiayao/MCDiscordChat)
[![jsDelivr Hits (New)](https://data.jsdelivr.com/v1/package/gh/Xujiayao/MC-Discord-Chat/badge?style=rounded)](https://www.jsdelivr.com/package/gh/Xujiayao/MC-Discord-Chat)
[![GitHub Downloads](https://img.shields.io/github/downloads/xujiayao/MC-Discord-Chat/total?logo=github)](https://github.com/Xujiayao/MC-Discord-Chat/releases)
[![Modrinth Downloads](https://img.shields.io/modrinth/dt/mcdiscordchat?label=modrinth%20downloads)](https://modrinth.com/mod/mcdiscordchat)
[![CurseForge Downloads](https://cf.way2muchnoise.eu/full_548539_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/mcdiscordchat)
[![Versions Supported](https://cf.way2muchnoise.eu/versions/548539.svg)](https://www.curseforge.com/minecraft/mc-mods/mcdiscordchat)
[![License](https://img.shields.io/github/license/xujiayao/Discord-MC-Chat?logo=github)](https://github.com/Xujiayao/Discord-MC-Chat/blob/master/LICENSE)
[![Release](https://img.shields.io/github/v/release/xujiayao/Discord-MC-Chat?logo=github)](https://github.com/Xujiayao/Discord-MC-Chat/releases)
[![jsDelivr Hits (Very Old)](https://data.jsdelivr.com/v1/package/gh/Xujiayao/MCDiscordChat/badge?style=rounded)](https://www.jsdelivr.com/package/gh/Xujiayao/MCDiscordChat)
[![jsDelivr Hits (Old)](https://data.jsdelivr.com/v1/package/gh/Xujiayao/MC-Discord-Chat/badge?style=rounded)](https://www.jsdelivr.com/package/gh/Xujiayao/MC-Discord-Chat)
[![jsDelivr Hits (New)](https://data.jsdelivr.com/v1/package/gh/Xujiayao/Discord-MC-Chat/badge?style=rounded)](https://www.jsdelivr.com/package/gh/Xujiayao/Discord-MC-Chat)
[![GitHub Downloads](https://img.shields.io/github/downloads/xujiayao/Discord-MC-Chat/total?logo=github)](https://github.com/Xujiayao/Discord-MC-Chat/releases)
[![Modrinth Downloads](https://img.shields.io/modrinth/dt/discord-mc-chat?label=modrinth%20downloads)](https://modrinth.com/mod/discord-mc-chat)
[![CurseForge Downloads](https://cf.way2muchnoise.eu/full_548539_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/discord-mc-chat)
[![Versions Supported](https://cf.way2muchnoise.eu/versions/548539.svg)](https://www.curseforge.com/minecraft/mc-mods/discord-mc-chat)

MC-Discord-Chat (MCDC), formerly known as MCDiscordChat, a practical and powerful Fabric and Quilt Minecraft <> Discord chat bridge inspired by BRForgers/DisFabric
Discord-MC-Chat (DMCC), formerly known as MC-Discord-Chat (MCDC), a practical and powerful Fabric and Quilt Minecraft <> Discord chat bridge inspired by BRForgers/DisFabric

More information + Docs: [MC-Discord-Chat Docs | Xujiayao's Blog](https://blog.xujiayao.com/posts/4ba0a17a/)
More information + Docs: [Discord-MC-Chat Docs | Xujiayao's Blog](https://blog.xujiayao.com/posts/4ba0a17a/)

## Introduction

[MC-Discord-Chat](https://github.com/Xujiayao/MC-Discord-Chat) (MCDC), formerly known as MCDiscordChat, a practical and powerful Fabric and Quilt Minecraft <> Discord chat bridge inspired by BRForgers/DisFabric.
[Discord-MC-Chat](https://github.com/Xujiayao/Discord-MC-Chat) (DMCC), formerly known as MC-Discord-Chat (MCDC), a practical and powerful Fabric and Quilt Minecraft <> Discord chat bridge inspired by BRForgers/DisFabric.

![0001.png](https://cdn.jsdelivr.net/gh/Xujiayao/BlogSource@master/source/file/posts/4ba0a17a/0001.png)

Expand All @@ -33,21 +34,21 @@ More information + Docs: [MC-Discord-Chat Docs | Xujiayao's Blog](https://blog.x

All releases can be downloaded at the following sites:

- [Modrinth](https://modrinth.com/mod/mcdiscordchat/versions)
- [CurseForge](https://www.curseforge.com/minecraft/mc-mods/mcdiscordchat/files)
- [GitHub](https://github.com/Xujiayao/MC-Discord-Chat/releases)
- [Modrinth](https://modrinth.com/mod/discord-mc-chat/versions)
- [CurseForge](https://www.curseforge.com/minecraft/mc-mods/discord-mc-chat/files)
- [GitHub](https://github.com/Xujiayao/Discord-MC-Chat/releases)

You can find the latest build JAR files at [GitHub Actions](https://github.com/Xujiayao/MC-Discord-Chat/actions).
You can find the latest build JAR files at [GitHub Actions](https://github.com/Xujiayao/Discord-MC-Chat/actions).

## Support

If there is a bug or suggestion, or something you don't understand, you can [submit an issue](https://github.com/Xujiayao/MC-Discord-Chat/issues/new/choose) on GitHub.
If there is a bug or suggestion, or something you don't understand, you can [submit an issue](https://github.com/Xujiayao/Discord-MC-Chat/issues/new/choose) on GitHub.

## Contributing

**You are welcome to contribute to MCDC!**
**You are welcome to contribute to DMCC!**

If you are interested in contributing to MCDC, you can submit a pull request on GitHub.
If you are interested in contributing to DMCC, you can submit a pull request on GitHub.

For code contributions, the build file is located in the `/build/` folder.

Expand All @@ -56,13 +57,13 @@ For translation contributions, language files are located in the `/wrapper/src/m
## Features

- Full multi-language support
- Support multi-server mode (running more than one Minecraft server with MCDC in the same Discord guild)
- Support multi-server mode (running more than one Minecraft server with DMCC in the same Discord guild)
- Minecraft <> Discord cross server chat
- Support disabling Discord and in-game chat broadcasts
- Support displaying server status using Discord channel topic feature
- Support displaying server player count in bot activity status
- Support Discord Webhook feature
- Dynamic-created MCDC Webhook
- Dynamic-created DMCC Webhook
- Customizable Webhook Avatar API
- Use the bot itself to send chat messages when Webhook is disabled
- Support in-game Markdown parsing
Expand All @@ -81,8 +82,8 @@ For translation contributions, language files are located in the `/wrapper/src/m
- Exclude broadcasts for execution of specific commands
- Send all console log messages to Discord
- Discord Commands available
- Use Discord to manage channels that can execute MCDC commands
- Notify in-game players when someone executes an MCDC command
- Use Discord to manage channels that can execute DMCC commands
- Notify in-game players when someone executes an DMCC command
- /console command supports Minecraft command auto-completion
- Normal Commands
- /help | Get a list of available commands
Expand All @@ -92,27 +93,27 @@ For translation contributions, language files are located in the `/wrapper/src/m
- Admin Commands
- /console \<command\> | Execute a command in the server console (admin only)
- /log \<file\> | Get the specified server log (admin only)
- /reload | Reload MC-Discord-Chat config file (admin only)
- /reload | Reload Discord-MC-Chat config file (admin only)
- /stop | Stop the server (admin only)
- Commands with Adjustable Permissions
- /whitelist \<player\> | Add a player to the server whitelist
- Minecraft Commands available
- Admin-only commands require a level 4 operator at minimum
- Normal Commands
- /mcdc help | Get a list of available commands
- /mcdc info | Query server running status
- /mcdc stats \<type\> \<name\> | Query the scoreboard of a statistic
- /mcdc update | Check for update
- /dmcc help | Get a list of available commands
- /dmcc info | Query server running status
- /dmcc stats \<type\> \<name\> | Query the scoreboard of a statistic
- /dmcc update | Check for update
- Admin Commands
- /mcdc reload | Reload MC-Discord-Chat config file (admin only)
- /dmcc reload | Reload Discord-MC-Chat config file (admin only)
- Commands with Adjustable Permissions
- /mcdc whitelist \<player\> | Add a player to the server whitelist
- /dmcc whitelist \<player\> | Add a player to the server whitelist
- Fully customizable message format
- Sending specific server messages to Discord can be disabled
- In-game
- Chat messages from Discord
- Response messages from Discord
- Messages from other MCDC servers
- Messages from other DMCC servers
- Discord
- Server started
- Server stopped
Expand All @@ -128,7 +129,7 @@ For translation contributions, language files are located in the `/wrapper/src/m
- Support Hot Reloading of the config file
- Backup every time the config file is loaded
- Check for updates regularly
- Push MCDC version updates accurately by checking server Minecraft version compatibility
- Push DMCC version updates accurately by checking server Minecraft version compatibility
- Customizable update notification channel
- Check for updates can be disabled

Expand All @@ -149,19 +150,19 @@ Languages currently available:

## Contributors

[![Contributors](https://contrib.rocks/image?repo=Xujiayao/MC-Discord-Chat)](https://github.com/Xujiayao/MC-Discord-Chat/graphs/contributors)
[![Contributors](https://contrib.rocks/image?repo=Xujiayao/Discord-MC-Chat)](https://github.com/Xujiayao/Discord-MC-Chat/graphs/contributors)

## Stargazers over time

[![Stargazers over time](https://starchart.cc/Xujiayao/MC-Discord-Chat.svg)](https://starchart.cc/Xujiayao/MC-Discord-Chat)
[![Stargazers over time](https://starchart.cc/Xujiayao/Discord-MC-Chat.svg)](https://starchart.cc/Xujiayao/Discord-MC-Chat)

## License

This project is licensed under the [MIT license](https://github.com/Xujiayao/MC-Discord-Chat/blob/master/LICENSE).
This project is licensed under the [MIT license](https://github.com/Xujiayao/Discord-MC-Chat/blob/master/LICENSE).

Exceptionally, the `src/main/java/com/xujiayao/mcdiscordchat/utils/MarkdownParser.java` file was obtained from BRForgers/DisFabric on December 31, 2020, licensed under the Mozilla Public License 2.0 (MPL-2.0).
Exceptionally, the `src/main/java/com/xujiayao/discord_mc_chat/utils/MarkdownParser.java` file was obtained from BRForgers/DisFabric on December 31, 2020, licensed under the Mozilla Public License 2.0 (MPL-2.0).

> More details of the `src/main/java/com/xujiayao/mcdiscordchat/utils/MarkdownParser.java` file:
> More details of the `src/main/java/com/xujiayao/discord_mc_chat/utils/MarkdownParser.java` file:
>
> Author: allanf181 (Allan Fernando)
>
Expand Down
Loading

0 comments on commit 9849aed

Please sign in to comment.