{"id":21646,"date":"2025-04-19T04:51:31","date_gmt":"2025-04-18T20:51:31","guid":{"rendered":"https:\/\/www.wsisp.com\/helps\/21646.html"},"modified":"2025-04-19T04:51:31","modified_gmt":"2025-04-18T20:51:31","slug":"%e7%94%a8%e8%84%9a%e6%9c%ac%e5%ae%9e%e7%8e%b0minecraft%e6%9c%8d%e5%8a%a1%e5%99%a8%e5%b4%a9%e6%ba%83%e8%87%aa%e5%8a%a8%e9%87%8d%e5%90%af%e5%92%8c%e5%ae%9a%e6%97%b6%e5%bc%80%e5%85%b3%ef%bc%8c%e5%b9%b6","status":"publish","type":"post","link":"https:\/\/www.wsisp.com\/helps\/21646.html","title":{"rendered":"\u7528\u811a\u672c\u5b9e\u73b0Minecraft\u670d\u52a1\u5668\u5d29\u6e83\u81ea\u52a8\u91cd\u542f\u548c\u5b9a\u65f6\u5f00\u5173\uff0c\u5e76\u81ea\u52a8\u6574\u7406\u65e5\u5fd7\uff08\u81ea\u7528\u5907\u5fd8\uff09"},"content":{"rendered":"<p>\u80cc\u666f&#xff1a;\u7531\u4e8e\u79df\u7528\u7684\u4e91\u670d\u52a1\u5668\u6027\u80fd\u6709\u9650&#xff0c;\u591a\u4eba\u8054\u673a\u65f6Minecraft\u670d\u52a1\u5668\u7ecf\u5e38\u5d29\u6e83&#xff0c;\u624b\u52a8\u91cd\u65b0\u542f\u52a8\u4e5f\u6bd4\u8f83\u9ebb\u70e6&#xff0c;\u4e8e\u662f\u7167\u7740\u7f51\u4e0a\u7684\u811a\u672c\u6539\u4e86\u4e00\u4e0b&#xff0c;\u5b9e\u73b0Minecraft\u670d\u52a1\u5668\u5d29\u6e83\u65f6\u81ea\u52a8\u91cd\u542f\u3002<\/p>\n<hr \/>\n<p>\u81ea\u7528\u811a\u672c\u5982\u4e0b<\/p>\n<li>start_mc_server.bash<\/li>\n<p><span class=\"token shebang important\">#!\/bin\/bash<\/span><br \/>\n<span class=\"token function\">screen<\/span> -dmS <span class=\"token string\">&#034;mc_server&#034;<\/span> <span class=\"token function\">bash<\/span> .\/screen_mc_server.bash<\/p>\n<li>screen_mc_server.bash<\/li>\n<p><span class=\"token shebang important\">#!\/bin\/bash<\/span><br \/>\n<span class=\"token comment\"># \u8fdb\u5165\u670d\u52a1\u5668\u76ee\u5f55<\/span><br \/>\n<span class=\"token builtin class-name\">cd<\/span> minecraft<br \/>\n<span class=\"token keyword\">while<\/span> <span class=\"token punctuation\">[<\/span> <span class=\"token boolean\">true<\/span> <span class=\"token punctuation\">]<\/span><span class=\"token punctuation\">;<\/span> <span class=\"token keyword\">do<\/span><br \/>\n    <span class=\"token comment\"># \u68c0\u67e5\u65e5\u5fd7\u76ee\u5f55\u548c\u6587\u4ef6<\/span><br \/>\n    <span class=\"token keyword\">if<\/span> <span class=\"token punctuation\">[<\/span><span class=\"token punctuation\">[<\/span> <span class=\"token operator\">!<\/span> -d <span class=\"token string\">&#034;logs\/mylog&#034;<\/span> <span class=\"token punctuation\">]<\/span><span class=\"token punctuation\">]<\/span><span class=\"token punctuation\">;<\/span> <span class=\"token keyword\">then<\/span><br \/>\n        <span class=\"token function\">mkdir<\/span> <span class=\"token string\">&#034;logs\/mylog&#034;<\/span><span class=\"token punctuation\">;<\/span><br \/>\n    <span class=\"token keyword\">fi<\/span><br \/>\n    <span class=\"token keyword\">if<\/span> <span class=\"token punctuation\">[<\/span><span class=\"token punctuation\">[<\/span> <span class=\"token operator\">!<\/span> -f <span class=\"token string\">&#034;logs\/mylog\/running_status.log&#034;<\/span> <span class=\"token punctuation\">]<\/span><span class=\"token punctuation\">]<\/span><span class=\"token punctuation\">;<\/span> <span class=\"token keyword\">then<\/span><br \/>\n        <span class=\"token function\">touch<\/span> <span class=\"token string\">&#034;logs\/mylog\/running_status.log&#034;<\/span><span class=\"token punctuation\">;<\/span><br \/>\n    <span class=\"token keyword\">fi<\/span><br \/>\n    <span class=\"token builtin class-name\">echo<\/span> <span class=\"token string\">&#034;[<span class=\"token variable\"><span class=\"token variable\">$(<\/span><span class=\"token function\">date<\/span> &#043;<span class=\"token string\">&#034;%Y.%m.%d %T&#034;<\/span><span class=\"token variable\">)<\/span><\/span>] Starting&#034;<\/span> <span class=\"token operator\">&gt;&gt;<\/span> logs\/mylog\/running_status.log<br \/>\n    <span class=\"token comment\"># \u542f\u52a8\u670d\u52a1\u5668\u6307\u4ee4<\/span><br \/>\n    java -Xmx1024M -jar fabric-server-mc.1.21.1-loader.0.16.5-launcher.1.0.1.jar nogui<br \/>\n    <span class=\"token comment\"># \u83b7\u53d6\u9000\u51fa\u72b6\u6001<\/span><br \/>\n    <span class=\"token assign-left variable\">exit_code<\/span><span class=\"token operator\">&#061;<\/span><span class=\"token variable\">$?<\/span><br \/>\n    <span class=\"token keyword\">if<\/span> <span class=\"token punctuation\">[<\/span> <span class=\"token variable\">$exit_code<\/span> <span class=\"token operator\">&#061;&#061;<\/span> <span class=\"token number\">0<\/span> <span class=\"token punctuation\">]<\/span><span class=\"token punctuation\">;<\/span> <span class=\"token keyword\">then<\/span><br \/>\n        <span class=\"token builtin class-name\">echo<\/span> <span class=\"token string\">&#034;[<span class=\"token variable\"><span class=\"token variable\">$(<\/span><span class=\"token function\">date<\/span> &#043;<span class=\"token string\">&#034;%Y.%m.%d %T&#034;<\/span><span class=\"token variable\">)<\/span><\/span>] Stopped&#034;<\/span> <span class=\"token operator\">&gt;&gt;<\/span> logs\/mylog\/running_status.log<br \/>\n        <span class=\"token builtin class-name\">break<\/span><span class=\"token punctuation\">;<\/span><br \/>\n    <span class=\"token keyword\">elif<\/span> <span class=\"token punctuation\">[<\/span> <span class=\"token variable\">$exit_code<\/span> <span class=\"token operator\">&#061;&#061;<\/span> <span class=\"token number\">1<\/span> <span class=\"token punctuation\">]<\/span><span class=\"token punctuation\">;<\/span> <span class=\"token keyword\">then<\/span><br \/>\n        <span class=\"token builtin class-name\">echo<\/span> <span class=\"token string\">&#034;[<span class=\"token variable\"><span class=\"token variable\">$(<\/span><span class=\"token function\">date<\/span> &#043;<span class=\"token string\">&#034;%Y.%m.%d %T&#034;<\/span><span class=\"token variable\">)<\/span><\/span>] Stopped and restarting&#034;<\/span> <span class=\"token operator\">&gt;&gt;<\/span> logs\/mylog\/running_status.log<br \/>\n    <span class=\"token keyword\">fi<\/span><br \/>\n    <span class=\"token function\">sleep<\/span> <span class=\"token number\">10<\/span><br \/>\n<span class=\"token keyword\">done<\/span><\/p>\n<li>stop_mc_server.bash<\/li>\n<p><span class=\"token shebang important\">#!\/bin\/bash<\/span><br \/>\n<span class=\"token assign-left variable\">SES<\/span><span class=\"token operator\">&#061;<\/span><span class=\"token string\">&#034;mc_server&#034;<\/span> <span class=\"token comment\"># \u7a97\u53e3\u540d<\/span><br \/>\n<span class=\"token keyword\">if<\/span> <span class=\"token function\">screen<\/span> -list <span class=\"token operator\">|<\/span> <span class=\"token function\">grep<\/span> -q <span class=\"token string\">&#034;<span class=\"token variable\">$SES<\/span>&#034;<\/span><span class=\"token punctuation\">;<\/span> <span class=\"token keyword\">then<\/span><br \/>\n    <span class=\"token builtin class-name\">echo<\/span> <span class=\"token string\">&#034;\u53d1\u73b0\u670d\u52a1\u5668\u7a97\u53e3&#034;<\/span><br \/>\n    <span class=\"token comment\"># \u68c0\u67e5\u670d\u52a1\u5668\u8fdb\u7a0b\u662f\u5426\u5b58\u5728<\/span><br \/>\n    <span class=\"token keyword\">if<\/span> pgrep -f <span class=\"token string\">&#034;java&#034;<\/span> <span class=\"token operator\">&gt;<\/span> \/dev\/null<span class=\"token punctuation\">;<\/span> <span class=\"token keyword\">then<\/span><br \/>\n        <span class=\"token builtin class-name\">echo<\/span> <span class=\"token string\">&#034;\u670d\u52a1\u5668\u8fdb\u7a0b\u5b58\u5728&#034;<\/span><br \/>\n        <span class=\"token comment\"># \u8f93\u5165\u5173\u670d\u547d\u4ee4<\/span><br \/>\n        <span class=\"token function\">screen<\/span> -S <span class=\"token variable\">$SES<\/span> -p <span class=\"token number\">0<\/span> -X stuff <span class=\"token string\">&#034;stop^M&#034;<\/span><br \/>\n    <span class=\"token comment\"># \u5faa\u73af\u7b49\u5f85\u81f3\u670d\u52a1\u5668\u8fdb\u7a0b\u5173\u95ed<\/span><br \/>\n    <span class=\"token keyword\">while<\/span> pgrep -f <span class=\"token string\">&#034;java&#034;<\/span> <span class=\"token operator\">&gt;<\/span> \/dev\/null<span class=\"token punctuation\">;<\/span> <span class=\"token keyword\">do<\/span><br \/>\n            <span class=\"token function\">sleep<\/span> <span class=\"token number\">2<\/span><br \/>\n    <span class=\"token keyword\">done<\/span><br \/>\n        <span class=\"token builtin class-name\">echo<\/span> <span class=\"token string\">&#034;\u670d\u52a1\u5668\u8fdb\u7a0b\u5df2\u5173\u95ed&#034;<\/span><br \/>\n    <span class=\"token keyword\">fi<\/span><br \/>\n<span class=\"token keyword\">fi<\/span><\/p>\n<p>\u7528\u6cd5&#xff1a;\u6267\u884cstart_mc_server.bash\u5373\u53ef\u542f\u52a8Minecraft\u670d\u52a1\u5668&#xff0c;\u6267\u884cstop_mc_server.bash\u6216\u5728\u6e38\u620f\u4e2d\u4f7f\u7528stop\u6307\u4ee4\u53ef\u505c\u6b62\u670d\u52a1\u5668\u3002\u5f53\u670d\u52a1\u5668\u5f02\u5e38\u9000\u51fa\u65f6&#xff0c;\u4f1a\u81ea\u52a8\u91cd\u542fMinecraft\u670d\u52a1\u5668\u3002 \u5b9a\u65f6\u5f00\u5173\u4f7f\u7528crontab -e\u8bbe\u7f6e\u5b9a\u65f6\u6267\u884c\u811a\u672c&#xff0c;\u6839\u636e\u81ea\u5df1\u811a\u672c\u7684\u8def\u5f84\u4fee\u6539\u3002\u6211\u8bbe\u7f6e\u7684\u662f\u6bcf\u592913:00-23:30\u8fd0\u884c\u3002 <img decoding=\"async\" src=\"https:\/\/www.wsisp.com\/helps\/wp-content\/uploads\/2025\/04\/20250418205129-6802bb5163474.png\" alt=\"\u5728\u8fd9\u91cc\u63d2\u5165\u56fe\u7247\u63cf\u8ff0\" \/><\/p>\n<p>\u811a\u672c\u4f7f\u7528\u4e86\u4e00\u6bb5\u65f6\u95f4&#xff0c;\u6682\u672a\u53d1\u73b0\u95ee\u9898\u3002\u89c2\u5bdflog\u6587\u4ef6&#xff0c;\u53d1\u73b0\u81ea\u52a8\u91cd\u542f\u4e5f\u80fd\u591f\u6b63\u5e38\u8fd0\u884c\u3002 <img decoding=\"async\" src=\"https:\/\/www.wsisp.com\/helps\/wp-content\/uploads\/2025\/04\/20250418205129-6802bb5190783.png\" alt=\"\u5728\u8fd9\u91cc\u63d2\u5165\u56fe\u7247\u63cf\u8ff0\" \/><\/p>\n<hr \/>\n<p>\u66f4\u65b0&#064;2024.10.05&#xff1a; \u7528\u811a\u672c\u5b9e\u73b0Minecraft\u670d\u52a1\u5668\u65e5\u5fd7\u6587\u4ef6\u81ea\u52a8\u5408\u5e76 Minecraft\u670d\u52a1\u5668\u8fd0\u884c\u4f1a\u8bb0\u5f55\u6bcf\u6b21\u8fd0\u884c\u7684\u65e5\u5fd7&#xff0c;\u65e5\u5fd7\u5185\u5bb9\u5927\u6982\u5982\u56fe\u683c\u5f0f <img decoding=\"async\" src=\"https:\/\/www.wsisp.com\/helps\/wp-content\/uploads\/2025\/04\/20250418205129-6802bb51bd180.png\" alt=\"\u5728\u8fd9\u91cc\u63d2\u5165\u56fe\u7247\u63cf\u8ff0\" \/> \u6bcf\u6b21\u4ea7\u751f\u65b0\u7684\u65e5\u5fd7\u65f6&#xff0c;\u65e7\u7684\u65e5\u5fd7\u4f1a\u88ab\u538b\u7f29\u4e3a\u540d\u5b57\u5f62\u59822024-09-17-1.log.gz\u7684\u6587\u4ef6&#xff0c;\u540c\u4e00\u5929\u4e0d\u540c\u7684\u65e5\u5fd7\u4f1a\u88ab\u4fdd\u5b58\u4e3a\u4e0d\u540c\u7684\u6587\u4ef6&#xff0c;\u59822024-09-17-2.log.gz\u3002\u538b\u7f29\u540e\u7684\u6587\u4ef6\u4e0d\u65b9\u4fbf\u76f4\u63a5\u67e5\u770b&#xff0c;\u4e14\u7531\u4e8eMC\u670d\u52a1\u5668\u91cd\u542f&#xff0c;\u540c\u4e00\u5929\u53ef\u80fd\u4ea7\u751f\u591a\u4e2a\u65e5\u5fd7\u6587\u4ef6&#xff0c;\u4e0d\u65b9\u4fbf\u6574\u7406\u3002 \u4e8e\u662f\u6709\u4e86\u4e0b\u9762\u8fd9\u4e2a\u811a\u672c&#xff0c;\u529f\u80fd\u662f\u81ea\u52a8\u89e3\u538b\u65e5\u5fd7&#xff0c;\u4fdd\u5b58\u540c\u4e00\u5929\u7684\u65e5\u5fd7\u4e3a\u4e00\u4e2a\u6587\u4ef6&#xff0c;\u5e76\u4e14\u5220\u9664\u6a21\u7ec4\u542f\u52a8\u7684\u4fe1\u606f&#xff08;\u4e0a\u56feLoading 43 Mods:\u53ca\u5176\u540e\u4e4b\u540e\u82e5\u5e72\u884c&#xff0c;\u5373\u4ee5-\u6216|&#8211;\u6216\\\\&#8211;\u5f00\u5934\u7684\u5185\u5bb9&#xff09;\u3001\u5220\u9664\u4e0d\u91cd\u8981\u7684\u4fe1\u606f&#xff08;\u542b\u6709[main\/INFO]\u7684\u5185\u5bb9&#xff09;<\/p>\n<p><span class=\"token shebang important\">#!\/bin\/bash<\/span><\/p>\n<p><span class=\"token comment\"># \u8bbe\u7f6e\u65e5\u5fd7\u76ee\u5f55<\/span><br \/>\n<span class=\"token assign-left variable\">LOG_DIR<\/span><span class=\"token operator\">&#061;<\/span><span class=\"token string\">&#034;\/root\/minecraft\/logs&#034;<\/span><br \/>\n<span class=\"token comment\"># \u8fdb\u5165\u8f93\u51fa\u8def\u5f84<\/span><br \/>\n<span class=\"token builtin class-name\">cd<\/span> \/home\/kodbox\/mc_logs<br \/>\n<span class=\"token comment\"># \u904d\u5386\u6240\u6709 .log.gz \u6587\u4ef6<\/span><br \/>\n<span class=\"token keyword\">for<\/span> <span class=\"token for-or-select variable\">log_file<\/span> <span class=\"token keyword\">in<\/span> <span class=\"token string\">&#034;<span class=\"token variable\">$LOG_DIR<\/span>&#034;<\/span>\/*.log.gz<span class=\"token punctuation\">;<\/span> <span class=\"token keyword\">do<\/span><br \/>\n    <span class=\"token keyword\">if<\/span> <span class=\"token punctuation\">[<\/span><span class=\"token punctuation\">[<\/span> -f <span class=\"token string\">&#034;<span class=\"token variable\">$log_file<\/span>&#034;<\/span> <span class=\"token punctuation\">]<\/span><span class=\"token punctuation\">]<\/span><span class=\"token punctuation\">;<\/span> <span class=\"token keyword\">then<\/span><br \/>\n        <span class=\"token comment\"># \u63d0\u53d6\u65e5\u671f\u90e8\u5206<\/span><br \/>\n        <span class=\"token assign-left variable\">DATE<\/span><span class=\"token operator\">&#061;<\/span><span class=\"token variable\"><span class=\"token variable\">$(<\/span><span class=\"token function\">basename<\/span> <span class=\"token string\">&#034;<span class=\"token variable\">$log_file<\/span>&#034;<\/span> <span class=\"token operator\">|<\/span> <span class=\"token function\">cut<\/span> -d<span class=\"token string\">&#039;-&#039;<\/span> -f1-3<span class=\"token variable\">)<\/span><\/span><br \/>\n        <span class=\"token assign-left variable\">OUTPUT_FILE<\/span><span class=\"token operator\">&#061;<\/span><span class=\"token string\">&#034;<span class=\"token variable\">${DATE}<\/span>_logs.log&#034;<\/span>  <span class=\"token comment\"># \u6839\u636e\u65e5\u671f\u547d\u540d\u8f93\u51fa\u6587\u4ef6<\/span><br \/>\n        <span class=\"token comment\"># \u89e3\u538b\u5e76\u8fc7\u6ee4\u5185\u5bb9&#xff0c;\u8ffd\u52a0\u5230\u5bf9\u5e94\u7684\u65e5\u671f\u6587\u4ef6<\/span><br \/>\n        gunzip -c <span class=\"token string\">&#034;<span class=\"token variable\">$log_file<\/span>&#034;<\/span> <span class=\"token operator\">|<\/span> <span class=\"token punctuation\">\\\\<\/span><br \/>\n        <span class=\"token function\">grep<\/span> -v <span class=\"token string\">&#039;\\\\[main\/INFO\\\\]&#039;<\/span> <span class=\"token operator\">|<\/span> <span class=\"token punctuation\">\\\\<\/span><br \/>\n        <span class=\"token function\">sed<\/span> <span class=\"token string\">&#039;\/^[[:space:]]*\\\\(|&#8211;\\\\|<span class=\"token entity\" title=\"\\\\\\\\\">\\\\\\\\<\/span>&#8211;\\\\|-\\\\)\/d&#039;<\/span> <span class=\"token operator\">&gt;&gt;<\/span> <span class=\"token string\">&#034;<span class=\"token variable\">$OUTPUT_FILE<\/span>&#034;<\/span><br \/>\n        <span class=\"token function\">chmod<\/span> <span class=\"token number\">777<\/span> <span class=\"token variable\">$OUTPUT_FILE<\/span> <span class=\"token comment\"># \u4fee\u6539\u65e5\u5fd7\u6587\u4ef6\u7684\u6743\u9650<\/span><br \/>\n    <span class=\"token keyword\">fi<\/span><br \/>\n<span class=\"token keyword\">done<\/span><br \/>\n<span class=\"token comment\"># \u79fb\u52a8\u5df2\u7ecf\u590d\u5236\u7684\u65e5\u5fd7\u5230\u5907\u4efd\u6587\u4ef6\u5939<\/span><br \/>\n<span class=\"token function\">mv<\/span> <span class=\"token variable\">$LOG_DIR<\/span>\/*.log.gz <span class=\"token variable\">$LOG_DIR<\/span>\/backup\/<\/p>\n<p>\u8fd9\u91cc\u8fd8\u989d\u5916\u6dfb\u52a0\u4e86\u4fee\u6539\u6587\u4ef6\u6743\u9650\u7684\u6307\u4ee4&#xff0c;\u5c06\u65e5\u5fd7\u5b58\u653e\u5728\u53ef\u9053\u4e91\u8def\u5f84&#xff0c;\u4fbf\u4e8e\u901a\u8fc7\u6d4f\u89c8\u5668\u67e5\u770b\u3002\u6700\u540e\u5c06\u6267\u884c\u811a\u672c\u5199\u5728crontab\u4e2d&#xff0c;\u6bcf\u5929\u670d\u52a1\u5668\u5173\u95ed\u540e\u6267\u884c&#xff0c;\u53ef\u4ee5\u4fdd\u5b58\u524d\u4e00\u5929\u7684\u65e5\u5fd7\u3002<\/p>\n<hr \/>\n<p>\u4e3b\u8981\u53c2\u8003&#xff1a;<\/p>\n<ul>\n<li>How do I automatically restart a Minecraft Spigot server in the event of a crash or \/stop when using screen? &#8211; stackoverflow<\/li>\n<li>\u5b9a\u65f6\u542f\u505cMC\u6e38\u620f\u670d\u52a1\u5668 &#8211; CSDN\u535a\u5ba2 <\/li>\n<\/ul>\n<p>\u5e38\u7528\u9875\u9762\u5907\u5fd8&#xff1a;<\/p>\n<ul>\n<li>server.properties &#8211; Minecraft Wiki<\/li>\n<li>Linux\u547d\u4ee4\u641c\u7d22<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>\u6587\u7ae0\u6d4f\u89c8\u9605\u8bfb2.4k\u6b21\uff0c\u70b9\u8d5e5\u6b21\uff0c\u6536\u85cf3\u6b21\u3002\u4e2a\u4eba\u4f7f\u7528\u7684Minecraft\u670d\u52a1\u5668\u5d29\u670d\u81ea\u52a8\u91cd\u542f\u811a\u672c\u5907\u5fd8_mc\u670d\u52a1\u5668\u81ea\u52a8\u91cd\u542f<\/p>\n","protected":false},"author":2,"featured_media":21643,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[43,305,124],"topic":[],"class_list":["post-21646","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-server","tag-43","tag-305","tag-124"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u7528\u811a\u672c\u5b9e\u73b0Minecraft\u670d\u52a1\u5668\u5d29\u6e83\u81ea\u52a8\u91cd\u542f\u548c\u5b9a\u65f6\u5f00\u5173\uff0c\u5e76\u81ea\u52a8\u6574\u7406\u65e5\u5fd7\uff08\u81ea\u7528\u5907\u5fd8\uff09 - \u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.wsisp.com\/helps\/21646.html\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u7528\u811a\u672c\u5b9e\u73b0Minecraft\u670d\u52a1\u5668\u5d29\u6e83\u81ea\u52a8\u91cd\u542f\u548c\u5b9a\u65f6\u5f00\u5173\uff0c\u5e76\u81ea\u52a8\u6574\u7406\u65e5\u5fd7\uff08\u81ea\u7528\u5907\u5fd8\uff09 - \u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3\" \/>\n<meta property=\"og:description\" content=\"\u6587\u7ae0\u6d4f\u89c8\u9605\u8bfb2.4k\u6b21\uff0c\u70b9\u8d5e5\u6b21\uff0c\u6536\u85cf3\u6b21\u3002\u4e2a\u4eba\u4f7f\u7528\u7684Minecraft\u670d\u52a1\u5668\u5d29\u670d\u81ea\u52a8\u91cd\u542f\u811a\u672c\u5907\u5fd8_mc\u670d\u52a1\u5668\u81ea\u52a8\u91cd\u542f\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.wsisp.com\/helps\/21646.html\" \/>\n<meta property=\"og:site_name\" content=\"\u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3\" \/>\n<meta property=\"article:published_time\" content=\"2025-04-18T20:51:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.wsisp.com\/helps\/wp-content\/uploads\/2025\/04\/20250418205129-6802bb5163474.png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.wsisp.com\/helps\/21646.html\",\"url\":\"https:\/\/www.wsisp.com\/helps\/21646.html\",\"name\":\"\u7528\u811a\u672c\u5b9e\u73b0Minecraft\u670d\u52a1\u5668\u5d29\u6e83\u81ea\u52a8\u91cd\u542f\u548c\u5b9a\u65f6\u5f00\u5173\uff0c\u5e76\u81ea\u52a8\u6574\u7406\u65e5\u5fd7\uff08\u81ea\u7528\u5907\u5fd8\uff09 - \u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3\",\"isPartOf\":{\"@id\":\"https:\/\/www.wsisp.com\/helps\/#website\"},\"datePublished\":\"2025-04-18T20:51:31+00:00\",\"dateModified\":\"2025-04-18T20:51:31+00:00\",\"author\":{\"@id\":\"https:\/\/www.wsisp.com\/helps\/#\/schema\/person\/358e386c577a3ab51c4493330a20ad41\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.wsisp.com\/helps\/21646.html#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.wsisp.com\/helps\/21646.html\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.wsisp.com\/helps\/21646.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/www.wsisp.com\/helps\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u7528\u811a\u672c\u5b9e\u73b0Minecraft\u670d\u52a1\u5668\u5d29\u6e83\u81ea\u52a8\u91cd\u542f\u548c\u5b9a\u65f6\u5f00\u5173\uff0c\u5e76\u81ea\u52a8\u6574\u7406\u65e5\u5fd7\uff08\u81ea\u7528\u5907\u5fd8\uff09\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.wsisp.com\/helps\/#website\",\"url\":\"https:\/\/www.wsisp.com\/helps\/\",\"name\":\"\u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3\",\"description\":\"\u9999\u6e2f\u670d\u52a1\u5668_\u9999\u6e2f\u4e91\u670d\u52a1\u5668\u8d44\u8baf_\u670d\u52a1\u5668\u5e2e\u52a9\u6587\u6863_\u670d\u52a1\u5668\u6559\u7a0b\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.wsisp.com\/helps\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.wsisp.com\/helps\/#\/schema\/person\/358e386c577a3ab51c4493330a20ad41\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/www.wsisp.com\/helps\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/gravatar.wp-china-yes.net\/avatar\/?s=96&d=mystery\",\"contentUrl\":\"https:\/\/gravatar.wp-china-yes.net\/avatar\/?s=96&d=mystery\",\"caption\":\"admin\"},\"sameAs\":[\"http:\/\/wp.wsisp.com\"],\"url\":\"https:\/\/www.wsisp.com\/helps\/author\/admin\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u7528\u811a\u672c\u5b9e\u73b0Minecraft\u670d\u52a1\u5668\u5d29\u6e83\u81ea\u52a8\u91cd\u542f\u548c\u5b9a\u65f6\u5f00\u5173\uff0c\u5e76\u81ea\u52a8\u6574\u7406\u65e5\u5fd7\uff08\u81ea\u7528\u5907\u5fd8\uff09 - \u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.wsisp.com\/helps\/21646.html","og_locale":"zh_CN","og_type":"article","og_title":"\u7528\u811a\u672c\u5b9e\u73b0Minecraft\u670d\u52a1\u5668\u5d29\u6e83\u81ea\u52a8\u91cd\u542f\u548c\u5b9a\u65f6\u5f00\u5173\uff0c\u5e76\u81ea\u52a8\u6574\u7406\u65e5\u5fd7\uff08\u81ea\u7528\u5907\u5fd8\uff09 - \u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3","og_description":"\u6587\u7ae0\u6d4f\u89c8\u9605\u8bfb2.4k\u6b21\uff0c\u70b9\u8d5e5\u6b21\uff0c\u6536\u85cf3\u6b21\u3002\u4e2a\u4eba\u4f7f\u7528\u7684Minecraft\u670d\u52a1\u5668\u5d29\u670d\u81ea\u52a8\u91cd\u542f\u811a\u672c\u5907\u5fd8_mc\u670d\u52a1\u5668\u81ea\u52a8\u91cd\u542f","og_url":"https:\/\/www.wsisp.com\/helps\/21646.html","og_site_name":"\u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3","article_published_time":"2025-04-18T20:51:31+00:00","og_image":[{"url":"https:\/\/www.wsisp.com\/helps\/wp-content\/uploads\/2025\/04\/20250418205129-6802bb5163474.png"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"admin","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"2 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.wsisp.com\/helps\/21646.html","url":"https:\/\/www.wsisp.com\/helps\/21646.html","name":"\u7528\u811a\u672c\u5b9e\u73b0Minecraft\u670d\u52a1\u5668\u5d29\u6e83\u81ea\u52a8\u91cd\u542f\u548c\u5b9a\u65f6\u5f00\u5173\uff0c\u5e76\u81ea\u52a8\u6574\u7406\u65e5\u5fd7\uff08\u81ea\u7528\u5907\u5fd8\uff09 - \u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3","isPartOf":{"@id":"https:\/\/www.wsisp.com\/helps\/#website"},"datePublished":"2025-04-18T20:51:31+00:00","dateModified":"2025-04-18T20:51:31+00:00","author":{"@id":"https:\/\/www.wsisp.com\/helps\/#\/schema\/person\/358e386c577a3ab51c4493330a20ad41"},"breadcrumb":{"@id":"https:\/\/www.wsisp.com\/helps\/21646.html#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.wsisp.com\/helps\/21646.html"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.wsisp.com\/helps\/21646.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/www.wsisp.com\/helps"},{"@type":"ListItem","position":2,"name":"\u7528\u811a\u672c\u5b9e\u73b0Minecraft\u670d\u52a1\u5668\u5d29\u6e83\u81ea\u52a8\u91cd\u542f\u548c\u5b9a\u65f6\u5f00\u5173\uff0c\u5e76\u81ea\u52a8\u6574\u7406\u65e5\u5fd7\uff08\u81ea\u7528\u5907\u5fd8\uff09"}]},{"@type":"WebSite","@id":"https:\/\/www.wsisp.com\/helps\/#website","url":"https:\/\/www.wsisp.com\/helps\/","name":"\u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3","description":"\u9999\u6e2f\u670d\u52a1\u5668_\u9999\u6e2f\u4e91\u670d\u52a1\u5668\u8d44\u8baf_\u670d\u52a1\u5668\u5e2e\u52a9\u6587\u6863_\u670d\u52a1\u5668\u6559\u7a0b","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.wsisp.com\/helps\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"zh-Hans"},{"@type":"Person","@id":"https:\/\/www.wsisp.com\/helps\/#\/schema\/person\/358e386c577a3ab51c4493330a20ad41","name":"admin","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.wsisp.com\/helps\/#\/schema\/person\/image\/","url":"https:\/\/gravatar.wp-china-yes.net\/avatar\/?s=96&d=mystery","contentUrl":"https:\/\/gravatar.wp-china-yes.net\/avatar\/?s=96&d=mystery","caption":"admin"},"sameAs":["http:\/\/wp.wsisp.com"],"url":"https:\/\/www.wsisp.com\/helps\/author\/admin"}]}},"_links":{"self":[{"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/posts\/21646","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/comments?post=21646"}],"version-history":[{"count":0,"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/posts\/21646\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/media\/21643"}],"wp:attachment":[{"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/media?parent=21646"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/categories?post=21646"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/tags?post=21646"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/topic?post=21646"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}