Minecraft-Console-Client/README/README-Chinese_Traditional.md
2022-11-05 20:27:53 +08:00

8.7 KiB
Raw Blame History

Logo

Minecraft Console Client (MCC)

Documentation | Download | Installation | Configuration | Usage

GitHub Actions build status Discord server

關於

Minecraft 主控台客戶端 (MCC) 是一个輕量級、跨平台、基於命令列介面的 Minecraft 客戶端,適用於 Java 版,允許你連接到任何 Minecraft Java 版伺服器,以快速簡單的方式發送命令與接收文字信息,而無需打開 Minecraft 遊戲。

下載

Releases 頁面取得已編譯的開發版程式

如何使用 📚

取得幫助 🙋

Check out the Website, README and existing Discussions: Maybe your question is answered there. If not, please open a New Discussion and ask your question. If you find a bug, please report it in the Issues section. If not, please open a New Discussion and ask your question. If you find a bug, please report it in the Issues section. 如果沒有,請建立新討論串來提出你的問題。 如果沒有,請建立新討論串來提出你的問題。 如果你找到程式錯誤,請到問題頁面回報。

Discord

我們現在有Discord伺服器了按此加入。

幫助我們 ❤️

We are a small community so we need help to implement upgrades for new Minecraft versions, fixing bugs and expanding the project. We are always looking for motivated people to contribute. We are a small community so we need help to implement upgrades for new Minecraft versions, fixing bugs and expanding the project. We are always looking for motivated people to contribute. If you feel like it could be you, please have a look at the issues section :) 我們一直在尋找有動力的人來參與貢獻。 我們一直在尋找有動力的人來參與貢獻。 如果你覺得你是那個人,請查看問題頁面 :)

如何貢獻 📝

If you'd like to contribute to Minecraft Console Client, great, just fork the repository and submit a pull request on the Master branch. To contribute to the website / online documentation see also the Website repository. To contribute to the website / online documentation see also the Website repository. 如果你希望為網站 / 線上文檔做出貢獻,請參閱網站的 git 倉庫。 如果你希望為網站 / 線上文檔做出貢獻,請參閱網站的 git 倉庫

Alt

翻譯 Minecraft Console Client 🌍

要改進 MCC 的翻譯,請到:Crowdin - Minecraft Console Client

MCC 現在支援以下的語言(按英文字母排序):

  • de.ini : Deutsch - German
  • en.ini : English - English
  • fr.ini : Français (France) - French
  • ru.ini : Русский (Russkiy) - Russian
  • tr.ini : Türkçe (Türkiye) - Turkish
  • vi.ini : Tiếng Việt (Việt Nam) - Vietnamese
  • zh-Hans.ini : 简体中文 - Chinese Simplified
  • zh-Hant.ini : 繁體中文 - Chinese Traditional

從原始碼建置 🏗️

此部分已經移到我們的新線上文檔

許可 ⚖️

Unless specifically stated, the code is from the MCC Team or Contributors, and available under CDDL-1.0. Else, the license and original author are mentioned in source file headers. The main terms of the CDDL-1.0 license are basically the following: Else, the license and original author are mentioned in source file headers. The main terms of the CDDL-1.0 license are basically the following: 否則,許可證和原始作者將在原始文件開頭中提及。 CDDL-1.0 許可的主要條款基本上是以下內容:

  • You may use the licensed code in whole or in part in any program you desire, regardless of the license of the program as a whole (or rather, as excluding the code you are borrowing). The program itself may be open or closed source, free or commercial. The program itself may be open or closed source, free or commercial. The program itself may be open or closed source, free or commercial. The program itself may be open or closed source, free or commercial.
  • However, in all cases, any modifications, improvements, or additions to the CDDL code (any code that is referenced in direct modifications to the CDDL code is considered an addition to the CDDL code, and so is bound by this requirement; e.g. a modification of a math function to use a fast lookup table makes that table itself an addition to the CDDL code, regardless of whether it's in a source code file of its own) must be made publicly and freely available in source, under the CDDL license itself.
  • In any program (source or binary) that uses CDDL code, recognition must be given to the source (either project or author) of the CDDL code. In any program (source or binary) that uses CDDL code, recognition must be given to the source (either project or author) of the CDDL code. As well, modifications to the CDDL code (which must be distributed as source) may not remove notices indicating the ancestry of the code. In any program (source or binary) that uses CDDL code, recognition must be given to the source (either project or author) of the CDDL code. As well, modifications to the CDDL code (which must be distributed as source) may not remove notices indicating the ancestry of the code. In any program (source or binary) that uses CDDL code, recognition must be given to the source (either project or author) of the CDDL code. As well, modifications to the CDDL code (which must be distributed as source) may not remove notices indicating the ancestry of the code.

More info at http://qstuff.blogspot.fr/2007/04/why-cddl.html Full license at http://opensource.org/licenses/CDDL-1.0