This commit is contained in:
Suwings 2020-08-09 18:29:13 +08:00
commit ec069873af
5 changed files with 8 additions and 8 deletions

View File

@ -10,7 +10,7 @@
[中文简体](https://github.com/Suwings/MCSManager) | [中文繁體](README-traditional.md) | [API 文档](https://github.com/Suwings/MCSManager/wiki)
[中文简体](https://github.com/Suwings/MCSManager) | [中文繁體](README-traditional.md) | [API 文档](https://github.com/Suwings/MCSManager/wiki/API-Documentation) | [二次开发参考文档](https://gitee.com/Suwingser/MCSManager/wikis/Development_Document)
<br />

View File

@ -10,7 +10,7 @@
"main": "app.js",
"author": "Suwings",
"readmeFilename": "README.md",
"license": "AGPL-3.0-or-later",
"license": "MIT",
"contributors": [
"Suwings",
"pppploi8",

View File

@ -48,7 +48,7 @@
"broadcast-rcon-to-ops": "向OP广播RCON信息",
"broadcast-console-to-ops": "向OP广播服务器控制台信息",
"enforce-whitelist": "在服务器上强制使用白名单",
"spawn-protection": "通过将该值进行 2x+1 的运算来决定出生点的保护半径。设置为0将不会禁用出生点保护"
"spawn-protection": "通过将该值进行 2x+1 的运算来决定出生点的保护半径设置为0将只保护出生点下方那一个方块。"
}
if (SuwingsLoveYou.hasOwnProperty(key)) {

View File

@ -3947,9 +3947,9 @@
"dev": true
},
"elliptic": {
"version": "6.5.2",
"resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.2.tgz",
"integrity": "sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw==",
"version": "6.5.3",
"resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.3.tgz",
"integrity": "sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==",
"dev": true,
"requires": {
"bn.js": "^4.4.0",

View File

@ -87,7 +87,7 @@
<div class="PanelTitle">创建服务器相关协议</div>
<div class="PanelBody">
<p>您使用本控制面板创建 Minecraft 之后,请遵循您所使用的那个服务端的相关协议;</p>
<p>面板不会自动同意Minecraft EULA最终用户协议请首次启动后手动修改elua.txt文件更改。</p>
<p>面板不会自动同意Minecraft EULA最终用户协议请首次启动后手动修改eula.txt文件更改。</p>
<p>尊重版权,请支持 Minecraft 正版。</p>
</div>
</div>
@ -168,4 +168,4 @@
});
MI.rListener('onend', function () { });
</script>
</script>