From 42d42c9109fb54fe306f3795b82eac535cff0378 Mon Sep 17 00:00:00 2001 From: bingling-sama Date: Sat, 5 Aug 2023 22:10:43 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20chore(format):=20format=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 - components/LauncherBadge.vue | 86 +- components/analyzer.vue | 833 +++++++++--------- components/comment.vue | 115 ++- docs/.vitepress/config.ts | 44 +- docs/.vitepress/scripts/pwa.ts | 4 +- docs/.vitepress/theme/components/Author.vue | 26 +- .../theme/components/ReloadPrompt.vue | 85 +- docs/.vitepress/theme/index.ts | 28 +- docs/.vitepress/theme/style.css | 7 +- docs/analyzer.md | 6 +- docs/basis.md | 11 +- docs/client/mods.md | 37 +- docs/client/system.md | 49 +- docs/contribute/contributing.md | 2 +- docs/mixin.md | 7 +- docs/server/mods.md | 3 +- docs/server/plugins.md | 1 - docs/server/shared.md | 4 +- docs/server/vanilla.md | 2 +- 20 files changed, 674 insertions(+), 677 deletions(-) diff --git a/README.md b/README.md index 1a0473d3..ab5498aa 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,6 @@ - [ ] 实现全自动分析日志 - ## 鸣谢 - [XieXiLin](https://github.com/XieXiLin2):提供域名资金支持 diff --git a/components/LauncherBadge.vue b/components/LauncherBadge.vue index c32a1401..87d0a966 100644 --- a/components/LauncherBadge.vue +++ b/components/LauncherBadge.vue @@ -1,8 +1,8 @@ \ No newline at end of file + .LauncherBadge.pcl { + border-color: var(--vp-badge-pcl-border); + color: var(--vp-badge-pcl-text); + background-color: var(--vp-badge-pcl-bg); + } + diff --git a/components/analyzer.vue b/components/analyzer.vue index 3ec8b130..e9ba4756 100644 --- a/components/analyzer.vue +++ b/components/analyzer.vue @@ -5,8 +5,7 @@ @dragenter="handleDragEnter" @dragover="handleDragOver" @drop="handleDrop" - @dragleave="handleDragLeave" - > + @dragleave="handleDragLeave">

请点击按钮上传导出的 .zip/.txt/.log 文件,并尽量不要更改导出文件的名称。

@@ -19,8 +18,7 @@ v-bind:disabled="isBtnDisabled" id="file_uploader_btn" data-umami-event="Analysis Button Click" - onclick="file_uploader.click();" - > + onclick="file_uploader.click();"> {{ btnMsg }} + style="display: none" />

@@ -44,442 +41,448 @@ diff --git a/components/comment.vue b/components/comment.vue index 24ba44fd..211fdb6c 100644 --- a/components/comment.vue +++ b/components/comment.vue @@ -1,68 +1,67 @@ diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 433d5a0b..376a58db 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -1,10 +1,10 @@ -import { withPwa } from "@vite-pwa/vitepress"; -import process from "node:process"; -import { defineConfig } from "vitepress"; -import { pwa } from "./scripts/pwa"; +import { withPwa } from "@vite-pwa/vitepress" +import process from "node:process" +import { defineConfig } from "vitepress" +import { pwa } from "./scripts/pwa" -const COMMIT_ID = process.env.CF_PAGES_COMMIT_SHA || process.env.COMMIT_REF; -const commitRef = COMMIT_ID?.slice(0, 8); +const COMMIT_ID = process.env.CF_PAGES_COMMIT_SHA || process.env.COMMIT_REF +const commitRef = COMMIT_ID?.slice(0, 8) export default withPwa( defineConfig({ @@ -27,8 +27,8 @@ export default withPwa( items: [ { text: "系统问题", link: "/client/system" }, { text: "原版问题", link: "/client/vanilla" }, - { text: "Mod 问题", link: "/client/mods"}, - ] + { text: "Mod 问题", link: "/client/mods" }, + ], }, { text: "服务端崩溃", @@ -39,7 +39,7 @@ export default withPwa( { text: "Mod 端问题", link: "/server/mods" }, { text: "插件端问题", link: "/server/plugins" }, { text: "整合端问题", link: "/server/hybrid" }, - ] + ], }, { text: "Mixin", link: "/mixin" }, { @@ -47,10 +47,13 @@ export default withPwa( activeMatch: "/contribute/*", items: [ { text: "贡献指南", link: "/contribute/contributing" }, - { text: "崩溃提交", link: "https://github.com/GlobeMC/crashmc.com/issues/new/choose" } - ] + { + text: "崩溃提交", + link: "https://github.com/GlobeMC/crashmc.com/issues/new/choose", + }, + ], }, - { text: "关于我们", link: "/about" } + { text: "关于我们", link: "/about" }, ], footer: { @@ -119,7 +122,7 @@ export default withPwa( { text: "系统问题", link: "/client/system" }, { text: "原版问题", link: "/client/vanilla" }, { text: "Mod 问题", link: "/client/mods" }, - ] + ], }, { text: "服务端崩溃", @@ -130,22 +133,23 @@ export default withPwa( { text: "Mod 端问题", link: "/server/mods" }, { text: "插件端问题", link: "/server/plugins" }, { text: "整合端问题", link: "/server/hybrid" }, - ] + ], }, { text: "Mixin", link: "/mixin" }, ], }, { text: "工具", - items: [ - { text: "崩溃分析工具", link: "/analyzer" }, - ] + items: [{ text: "崩溃分析工具", link: "/analyzer" }], }, { text: "贡献", items: [ { text: "贡献指南", link: "/contribute/contributing" }, - { text: "崩溃提交", link: "https://github.com/GlobeMC/crashmc.com/issues/new/choose" }, + { + text: "崩溃提交", + link: "https://github.com/GlobeMC/crashmc.com/issues/new/choose", + }, ], }, { text: "关于我们", link: "/about" }, @@ -182,5 +186,5 @@ export default withPwa( ], pwa, - }) -); + }), +) diff --git a/docs/.vitepress/scripts/pwa.ts b/docs/.vitepress/scripts/pwa.ts index 898fa3d8..0fb73925 100644 --- a/docs/.vitepress/scripts/pwa.ts +++ b/docs/.vitepress/scripts/pwa.ts @@ -1,4 +1,4 @@ -import type { VitePWAOptions } from "vite-plugin-pwa"; +import type { VitePWAOptions } from "vite-plugin-pwa" export const pwa: Partial = { outDir: ".vitepress/dist", @@ -71,4 +71,4 @@ export const pwa: Partial = { }, ], }, -}; +} diff --git a/docs/.vitepress/theme/components/Author.vue b/docs/.vitepress/theme/components/Author.vue index 1015d160..1eed107d 100644 --- a/docs/.vitepress/theme/components/Author.vue +++ b/docs/.vitepress/theme/components/Author.vue @@ -5,24 +5,22 @@ --> \ No newline at end of file + diff --git a/docs/.vitepress/theme/components/ReloadPrompt.vue b/docs/.vitepress/theme/components/ReloadPrompt.vue index 1b9af039..dc7c5329 100644 --- a/docs/.vitepress/theme/components/ReloadPrompt.vue +++ b/docs/.vitepress/theme/components/ReloadPrompt.vue @@ -1,24 +1,24 @@ diff --git a/docs/.vitepress/theme/index.ts b/docs/.vitepress/theme/index.ts index cad9cbbc..da8223bf 100644 --- a/docs/.vitepress/theme/index.ts +++ b/docs/.vitepress/theme/index.ts @@ -1,19 +1,19 @@ -import { h } from "vue"; -import Theme from "vitepress/theme"; -import "./style.css"; -import comment from "../../../components/comment.vue"; +import { h } from "vue" +import Theme from "vitepress/theme" +import "./style.css" +import comment from "../../../components/comment.vue" import Author from "./components/Author.vue" -import ReloadPrompt from './components/ReloadPrompt.vue' +import ReloadPrompt from "./components/ReloadPrompt.vue" export default { - ...Theme, - Layout: () => { - return h(Theme.Layout, null, { - // https://vitepress.dev/guide/extending-default-theme#layout-slots + ...Theme, + Layout: () => { + return h(Theme.Layout, null, { + // https://vitepress.dev/guide/extending-default-theme#layout-slots "doc-after": () => h(comment), "doc-footer-before": () => h(Author), - 'layout-bottom': () => h(ReloadPrompt), - }); - }, - // ... -}; \ No newline at end of file + "layout-bottom": () => h(ReloadPrompt), + }) + }, + // ... +} diff --git a/docs/.vitepress/theme/style.css b/docs/.vitepress/theme/style.css index 47731940..01297630 100644 --- a/docs/.vitepress/theme/style.css +++ b/docs/.vitepress/theme/style.css @@ -7,7 +7,7 @@ * Colors * -------------------------------------------------------------------------- */ - :root { +:root { --vp-c-brand: #646cff; --vp-c-brand-light: #747bff; --vp-c-brand-lighter: #9499ff; @@ -93,8 +93,7 @@ * Component: Launcher Bage * -------------------------------------------------------------------------- */ - - :root { +:root { --vp-badge-bakaxl-border: #1689ca; --vp-badge-bakaxl-text: #ffffff; --vp-badge-bakaxl-bg: #28b0ea; @@ -104,4 +103,4 @@ --vp-badge-pcl-border: #2264ae; --vp-badge-pcl-text: #ffffff; --vp-badge-pcl-bg: #0069df; - } \ No newline at end of file +} diff --git a/docs/analyzer.md b/docs/analyzer.md index 81944de1..113aded2 100644 --- a/docs/analyzer.md +++ b/docs/analyzer.md @@ -19,13 +19,15 @@ import analyzer from '../components/analyzer.vue' --- :::tip 帮助 + - 如分析模块长时间未响应请刷新页面重试。 - 如果分析工具提供的解决方案无效,或者本工具还未收录您遇到的错误时,请在页面下方留言。 - 本工具仍在起步阶段,我们会不断优化用户体验。 -::: + ::: :::warning 隐私声明 + - 所有文件的分析仅会在本地进行,仅会有部分错误信息被上传到云端。 -::: + ::: --- diff --git a/docs/basis.md b/docs/basis.md index 8acfba1b..99f6fd38 100644 --- a/docs/basis.md +++ b/docs/basis.md @@ -54,6 +54,7 @@ A:要对 `Minecraft` 的游戏错误 / 崩溃进行处理,您首先要对游 `日志` 是在包括 `Minecraft` 错误分析的程序调试过程中十分重要的提供有效信息的文件,而 `Minecraft` 的日志通常需要玩家亲自进入游戏文件夹寻找,而具体的日志文件位置大致有如下几种: - 客户端崩溃日志:`.minecraft\crash-reports\crash-***.txt` + > 若启用了 `版本隔离` ,则位于:`.minecraft\versions\***\crash-reports\crash-***.txt` - 服务端崩溃日志:位于你服务端根目录下,如果你的服务器经常出现问题崩溃的话,你应该能在这看到很多 ~~你的服务端发出的抱怨~~ 崩溃日志 @@ -68,10 +69,10 @@ A:要对 `Minecraft` 的游戏错误 / 崩溃进行处理,您首先要对游 - Windows 记事本(说实话, `Windows 10 / 11` 的记事本还是很好用的,如果你不想下载什么软件就用它吧) - [NotepadNext: A cross-platform, reimplementation of Notepad++.](https://github.com/dail8859/NotepadNext) -:::details Q&A - > Q:为什么不用 Notepad++? + :::details Q&A + > Q:为什么不用 Notepad++? > A:Notepad++ 的作者存在一些严重的政治立场问题,在这里不过多提及,但他本人将这种问题带入了他的作品之中,因此我本人并不推荐使用 Notepad++。 -::: + > ::: - [Visual Studio Code: A source-code editor made by Microsoft](https://code.visualstudio.com) > 一个轻量的、美观的文本编辑器,深受广大程序员喜爱。 @@ -85,9 +86,9 @@ A:要对 `Minecraft` 的游戏错误 / 崩溃进行处理,您首先要对游 `Forge`、`NeoForge`、`Fabric`、`Quilt`、`LiteLoader` 均为 Mod 加载器,绝大多数的崩溃和 Mod 安装不正确有关。 -`OptiFine`*(高清修复)* 是一个 Mod,它可以提高游戏的帧率,减少游戏的卡顿和延迟,并提供更多的图像设置。不正确的使用此 Mod 很容易导致崩溃,不建议和多个优化 Mods 同时安装。 +`OptiFine`_(高清修复)_ 是一个 Mod,它可以提高游戏的帧率,减少游戏的卡顿和延迟,并提供更多的图像设置。不正确的使用此 Mod 很容易导致崩溃,不建议和多个优化 Mods 同时安装。 -`Java` 是 Minecraft *(我的世界)* 启动所必须的环境。在 1.16 及之前的版本推荐使用 Java 8。在 1.17 及以后的版本,需要使用 Java 17 及更高的版本。 +`Java` 是 Minecraft _(我的世界)_ 启动所必须的环境。在 1.16 及之前的版本推荐使用 Java 8。在 1.17 及以后的版本,需要使用 Java 17 及更高的版本。 ## 第一站结束 diff --git a/docs/client/mods.md b/docs/client/mods.md index d1d1f61d..a86a3aba 100644 --- a/docs/client/mods.md +++ b/docs/client/mods.md @@ -15,7 +15,7 @@ 解决方法:根据 Log 引导使用正确的 Java 版本启动游戏。检查括号内的 `class file version` 后跟随的数字,然后在 Java 版本列表里查找对应的 Java 大版本。 ``` -// 示例中是因为使用的 Java 与 Minecraft 要求的 Java 版本不符导致崩溃,应当使用 Java 17 +// 示例中是因为使用的 Java 与 Minecraft 要求的 Java 版本不符导致崩溃,应当使用 Java 17 // 因为安装了 Mod 导致崩溃时, net/minecraft/client/main/Main 部分会改变 // 因此建议只检索 java.lang.UnsupportedClassVersionError 部分 java.lang.UnsupportedClassVersionError: net/minecraft/client/main/Main has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0 @@ -25,8 +25,8 @@ java.lang.UnsupportedClassVersionError: net/fabricmc/loader/impl/launch/knot/Kno Unsupported class file major version ``` -| 关键词 | 解决方法 | -| ------------------------------------------------------ | ----------------------------------- | +| 关键词 | 解决方法 | +| ------------------------------------------------------ | --------------------------------------- | | `no such method: sun.misc.Unsafe.defineAnonymousClass` | Java 版本过高,降低 Java 版本至 17 以下 | 附 Java 版本查询列表 @@ -34,20 +34,20 @@ Unsupported class file major version :::details Java 版本查询列表 | Java 大版本 | Class File Version | |------------|--------------------| -| Java 20 | 64 | -| Java 19 | 63 | -| Java 18 | 62 | -| Java 17 | 61 | -| Java 16 | 60 | -| Java 15 | 59 | -| Java 14 | 58 | -| Java 13 | 57 | -| Java 12 | 56 | -| Java 11 | 55 | -| Java 10 | 54 | -| Java 9 | 53 | -| Java 8 | 52 | -| Java 7 | 51 | +| Java 20 | 64 | +| Java 19 | 63 | +| Java 18 | 62 | +| Java 17 | 61 | +| Java 16 | 60 | +| Java 15 | 59 | +| Java 14 | 58 | +| Java 13 | 57 | +| Java 12 | 56 | +| Java 11 | 55 | +| Java 10 | 54 | +| Java 9 | 53 | +| Java 8 | 52 | +| Java 7 | 51 | ::: ### 其他 Java 问题 @@ -134,9 +134,11 @@ Invalid module name: '' is not a Java identifier 重置核心 :前往 `核心列表` -> `核心高级设置` -> `恢复 / 删除` -> `重置此核心` 尝试重置核心。 关键词: + ``` Found multiple arguments for option fml.forgeVersion, but you asked for only one ``` + ## NeoForge ## Fabric @@ -285,7 +287,6 @@ java.lang.NoSuchMethodError: net.minecraft.world.server.ChunkManager$ProxyTicket - 若显示 `Forge N/A` 则代表该版本的 OptiFine 不兼容任何 Forge 版本 - 你可以复制下面的关键词,然后在日志中查找是否有匹配,以确定是否是该原因导致崩溃(关键词仅供参考) ``` diff --git a/docs/client/system.md b/docs/client/system.md index 4650ae75..1965a52c 100644 --- a/docs/client/system.md +++ b/docs/client/system.md @@ -4,20 +4,19 @@ ## 通用问题 - 这些问题在各种系统中都会出现,因此放在最前面。 ### OpenGL 错误(聊天栏中出现) -| 错误码 | 可能原因 | 解决方法 | -| ------ | --------------------------------- | ------------------------------------------------------------ | -| 1280 | OptiFine / Mods 冲突 / OpenGL 版本错误 | 更换 OptiFine 版本、检查 Mods 冲突或尝试更新显卡驱动 | -| 1281 | Mods / 图像设置 / 显卡驱动 / 光影 | 尝试更新显卡驱动或检查 Mods 问题(如检查后无问题,则暂时无解) | +| 错误码 | 可能原因 | 解决方法 | +| ------ | -------------------------------------- | ------------------------------------------------------------------------------------ | +| 1280 | OptiFine / Mods 冲突 / OpenGL 版本错误 | 更换 OptiFine 版本、检查 Mods 冲突或尝试更新显卡驱动 | +| 1281 | Mods / 图像设置 / 显卡驱动 / 光影 | 尝试更新显卡驱动或检查 Mods 问题(如检查后无问题,则暂时无解) | | 1282 | 显卡驱动 / Mods 冲突 / 着色器出错 | 更换游戏版本,更换 OptiFine 版本,检查 Mods 问题,检查材质包和光影包,或更换显卡驱动 | -| 1283 | Mods | 更换光影或检查 Mods 问题 | -| 1284 | 显卡驱动 / Mods 冲突 / 着色器出错 | 更换光影或检查 Mods 问题 | -| 1285 | 配置文件冲突 / 内存不足 / Mods 冲突 | 给游戏分配更多的内存或尝试重新安装游戏 | -| 1286 | 内存溢出 / 显卡驱动 | 给游戏分配更多的内存或尝试更新显卡驱动 | +| 1283 | Mods | 更换光影或检查 Mods 问题 | +| 1284 | 显卡驱动 / Mods 冲突 / 着色器出错 | 更换光影或检查 Mods 问题 | +| 1285 | 配置文件冲突 / 内存不足 / Mods 冲突 | 给游戏分配更多的内存或尝试重新安装游戏 | +| 1286 | 内存溢出 / 显卡驱动 | 给游戏分配更多的内存或尝试更新显卡驱动 | ### 显卡 / 显卡驱动问题 @@ -110,11 +109,10 @@ OpenJ9 is incompatible 解决方法: -1. -:::warning 注意 -此方法仅适用于 64 位系统。 -::: -卸载当前 Java ,然后去其他地方重新获取 64 位的 Java。 +1. :::warning 注意 + 此方法仅适用于 64 位系统。 + ::: + 卸载当前 Java ,然后去其他地方重新获取 64 位的 Java。 :::details 常见的第三方启动器获取 Java 方法 在启动器设置中获取 Java:前往 `本体设置` -> `Java 虚拟机与内存` ,点击获取对应的 Java 版本。 @@ -130,17 +128,15 @@ OpenJ9 is incompatible 获取 (Java 9+) 且已存档的 JDK 包: ::: -2. -:::warning 注意 -不推荐使用此方法,可能会导致游戏卡顿,但 32 位系统只能这么做。 -::: -在启动器的内存设置中调整游戏内存分配至小于等于 1G (1G = 1024M)。 +2. :::warning 注意 + 不推荐使用此方法,可能会导致游戏卡顿,但 32 位系统只能这么做。 + ::: + 在启动器的内存设置中调整游戏内存分配至小于等于 1G (1G = 1024M)。 -3. -:::warning 注意 -需要一定技术基础,适用于 32 位系统,但为 64 位处理器。 -::: -自行重装系统为 64 位。你可以使用微软官方提供的重装工具,抑或是使用 `EasyRC 一键重装` 等无捆绑一键重装工具。 +3. :::warning 注意 + 需要一定技术基础,适用于 32 位系统,但为 64 位处理器。 + ::: + 自行重装系统为 64 位。你可以使用微软官方提供的重装工具,抑或是使用 `EasyRC 一键重装` 等无捆绑一键重装工具。 关键词: @@ -169,13 +165,13 @@ net.minecraft.util.ResourceLocationException: Non [a-z0-9_.-] character in names 1. 进入搜索栏, 搜索 `终端` 或 `Terminal`, 并打开该软件 2. (可选) 使用 `cd <游戏路径>` 指令进入游戏目录 - 注 1: 官启的 `<游戏路径>` 为 `"~/Library/Application Support/minecraft/"` - - 注 2: 其他第三方启动器的 `<游戏路径>` 一般是与启动器文件同级的 `.minecraft` 文件夹 + - 注 2: 其他第三方启动器的 `<游戏路径>` 一般是与启动器文件同级的 `.minecraft` 文件夹 - **注 3: `.DS_Store` 用于保存文件移动记录 _(可见并不是非常重要)_ 。但若不在游戏目录下执行本操作, 将无法撤回任何文件移动操作, 并且 `find` 指令耗时也会很长** 3. 执行如下指令: ```sh rm $(find . -name .DS_Store 2>/dev/null) ``` -::: + ::: ### 不兼容 Mac 的 Mod @@ -197,4 +193,3 @@ java.lang.IllegalStateException: GLFW error before init: [0x10008]Cocoa: Failed ## Linux 问题 TO BE COLLECTED - diff --git a/docs/contribute/contributing.md b/docs/contribute/contributing.md index 9775afac..61f5a863 100644 --- a/docs/contribute/contributing.md +++ b/docs/contribute/contributing.md @@ -29,7 +29,7 @@ import LauncherBadge from '../../components/LauncherBadge.vue' ```vue ``` diff --git a/docs/mixin.md b/docs/mixin.md index 35976aa1..8ed71e2a 100644 --- a/docs/mixin.md +++ b/docs/mixin.md @@ -10,10 +10,9 @@ > Mixin is a trait/mixin and bytecode weaving framework for Java using ASM > SpongePowered Mixin 在各个 Mod 加载器中都有广泛应用 - ## 如何判断我的 Minecraft 中是否有 Mixin 的参与? -在日志中查找 `SpongePowered MIXIN Subsystem` 这段文字, 如果找到说明您的 Mod 加载器中使用了 Mixin +在日志中查找 `SpongePowered MIXIN Subsystem` 这段文字, 如果找到说明您的 Mod 加载器中使用了 Mixin ## 在此之前... @@ -22,6 +21,7 @@ ### Rubidium 与 OptiFine 冲突 若看见了 `OptiFine ZIP file:` ,说明您安装了 OptiFine ,这一行后面是您的 OptiFine 路径 + ``` // 在示例中,您的 OptiFine 的路径为 C:\.minecraft\libraries\optifine\OptiFine\1.19.2_HD_U_I2\OptiFine-1.19.2_HD_U_I2.jar OptiFine ZIP file: C:\.minecraft\libraries\optifine\OptiFine\1.19.2_HD_U_I2\OptiFine-1.19.2_HD_U_I2.jar @@ -44,6 +44,3 @@ org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @At( 删除掉其中任意一个模组 ### Mod 版本 / Mod 所适用的 Minecraft 版本错误 - - - diff --git a/docs/server/mods.md b/docs/server/mods.md index 54ec9f03..a8aa9d93 100644 --- a/docs/server/mods.md +++ b/docs/server/mods.md @@ -1,10 +1,11 @@ # Mod 问题 + ### Fabric ### Forge :::tip 提示 -请确认您是否在服务器里安装了 **OptiFine** *(高清修复)* 等渲染优化模组,例如 **Oculus** +请确认您是否在服务器里安装了 **OptiFine** _(高清修复)_ 等渲染优化模组,例如 **Oculus** ::: 当 log 内含有 `加载类 net.coderbot.iris.Iris 失败` 或 `Failed to load class net.coderbot.iris.Iris` 时,请移除 Oculus 或包含 Iris 的 Mod。 diff --git a/docs/server/plugins.md b/docs/server/plugins.md index 184f67eb..1326d58b 100644 --- a/docs/server/plugins.md +++ b/docs/server/plugins.md @@ -21,7 +21,6 @@ java.lang.RuntimeException: Server attempted to load chunk saved with newer vers > 关于应该使用的游戏版本,请查阅 [数据版本 - Minecraft Wiki](https://minecraft.fandom.com/zh/wiki/数据版本#数据版本列表)。 - ## 代理端 ### BungeeCord 及其衍生服务端 diff --git a/docs/server/shared.md b/docs/server/shared.md index a25e889d..32d0aa1f 100644 --- a/docs/server/shared.md +++ b/docs/server/shared.md @@ -5,11 +5,13 @@ ``` You need to agree to the EULA in order to run the server. Go to eula.txt for more info. ``` -解决方法:前往服务端所在目录下的 eula.txt 中将 `eula=false` 更改为 `eula=true` + +解决方法:前往服务端所在目录下的 eula.txt 中将 `eula=false` 更改为 `eula=true` ## 端口被占用 ``` Perhaps a server is already running on that port? ``` + 解决方法:多个服务端不可占用同一个端口,请修改服务端的代理端口 diff --git a/docs/server/vanilla.md b/docs/server/vanilla.md index f97c8b30..5484aee4 100644 --- a/docs/server/vanilla.md +++ b/docs/server/vanilla.md @@ -1,3 +1,3 @@ # 原版问题 -TO BE COMPLETED \ No newline at end of file +TO BE COMPLETED