mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-19 19:45:14 +00:00
更换 .com 域名
This commit is contained in:
parent
b8bcc6372f
commit
348ee0df8a
9 changed files with 9 additions and 9 deletions
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
|
@ -12,7 +12,7 @@ body:
|
|||
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.
|
||||
required: true
|
||||
- label: I confirm that I followed the [MCDC Docs](https://blog.xujiayao.top/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 [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.
|
||||
required: true
|
||||
- label: I confirm that I noted that if I don't follow the instructions, the issue may be closed directly.
|
||||
required: true
|
||||
|
|
|
|||
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
|
|
@ -4,7 +4,7 @@ contact_links:
|
|||
url: https://github.com/Xujiayao/MC-Discord-Chat/issues/73
|
||||
about: You can refer to this example issue to fill in your issue.
|
||||
- name: MC-Discord-Chat Docs
|
||||
url: https://blog.xujiayao.top/posts/4ba0a17a/
|
||||
url: https://blog.xujiayao.com/posts/4ba0a17a/
|
||||
about: Make sure you follow the docs to configure MC-Discord-Chat!
|
||||
- name: Latest Builds
|
||||
url: https://github.com/Xujiayao/MC-Discord-Chat/actions
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ Language: English <a href="/README_CN.md">中文</a>
|
|||
|
||||
MC-Discord-Chat (MCDC), formerly known as MCDiscordChat, 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.top/posts/4ba0a17a/)
|
||||
More information + Docs: [MC-Discord-Chat Docs | Xujiayao's Blog](https://blog.xujiayao.com/posts/4ba0a17a/)
|
||||
|
||||
## Introduction
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
MC-Discord-Chat (MCDC), formerly known as MCDiscordChat, a practical and powerful Fabric and Quilt Minecraft <> Discord chat bridge inspired by BRForgers/DisFabric
|
||||
|
||||
更多介绍 + 文档:[MC-Discord-Chat 文档 | Xujiayao's Blog](https://blog.xujiayao.top/posts/4ba0a17a/)
|
||||
更多介绍 + 文档:[MC-Discord-Chat 文档 | Xujiayao's Blog](https://blog.xujiayao.com/posts/4ba0a17a/)
|
||||
|
||||
## 简介
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import static top.xujiayao.mcdiscordchat.Main.VERSION;
|
|||
*/
|
||||
public class Config {
|
||||
|
||||
// More information + Docs: https://blog.xujiayao.top/posts/4ba0a17a/
|
||||
// More information + Docs: https://blog.xujiayao.com/posts/4ba0a17a/
|
||||
|
||||
public Generic generic = new Generic();
|
||||
public MultiServer multiServer = new MultiServer();
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ public class Main implements DedicatedServerModInitializer {
|
|||
LOGGER.info("By Xujiayao");
|
||||
LOGGER.info("");
|
||||
LOGGER.info("More information + Docs:");
|
||||
LOGGER.info("https://blog.xujiayao.top/posts/4ba0a17a/");
|
||||
LOGGER.info("https://blog.xujiayao.com/posts/4ba0a17a/");
|
||||
LOGGER.info("-----------------------------------------");
|
||||
|
||||
JDA = JDABuilder.createDefault(CONFIG.generic.botToken)
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ public class ConfigManager {
|
|||
LOGGER.error("Error: The config file cannot be found or is empty!");
|
||||
LOGGER.error("");
|
||||
LOGGER.error("Please follow the documentation to configure MC-Discord-Chat before restarting the server!");
|
||||
LOGGER.error("More information + Docs: https://blog.xujiayao.top/posts/4ba0a17a/");
|
||||
LOGGER.error("More information + Docs: https://blog.xujiayao.com/posts/4ba0a17a/");
|
||||
LOGGER.error("");
|
||||
LOGGER.error("Stopping the server...");
|
||||
LOGGER.error("-----------------------------------------");
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
"Xujiayao"
|
||||
],
|
||||
"contact": {
|
||||
"homepage": "https://blog.xujiayao.top/posts/4ba0a17a/",
|
||||
"homepage": "https://blog.xujiayao.com/posts/4ba0a17a/",
|
||||
"issues": "https://github.com/Xujiayao/MC-Discord-Chat/issues",
|
||||
"sources": "https://github.com/Xujiayao/MC-Discord-Chat"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
"Xujiayao"
|
||||
],
|
||||
"contact": {
|
||||
"homepage": "https://blog.xujiayao.top/posts/4ba0a17a/",
|
||||
"homepage": "https://blog.xujiayao.com/posts/4ba0a17a/",
|
||||
"issues": "https://github.com/Xujiayao/MC-Discord-Chat/issues",
|
||||
"sources": "https://github.com/Xujiayao/MC-Discord-Chat"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue