-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bd8c612
commit f1d7dec
Showing
1 changed file
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
## 概要 | ||
|
||
このコードは、`!help` などのコマンドを実行できるアドオンです。`!chest` や `!dev` などのコマンドも追加されており、プレフィックス `!` は `handler.ts` で変更可能です。多言語にも対応しています。 | ||
このコードは、`!help` などのコマンドを実行できるアドオンです。`!chest`、`!dev`、`!lang` などのコマンドも追加されており、プレフィックス `!` は `handler.ts` で変更可能です。多言語にも対応しています。 | ||
|
||
## コマンド | ||
|
||
* `!help`: helpコマンド | ||
* `!chest`: chestコマンド | ||
* `!lang`: Lang コマンド | ||
* `!dev`: デベロッパー専用コマンド(tag OPが必要) | ||
* その他、追加予定 | ||
* **`!help`**: helpコマンド - 利用可能なコマンド一覧を表示します。 | ||
* **`!chest`**: chestコマンド - (chestコマンドの機能説明を追加してください) | ||
* **`!lang`**: Lang コマンド - 言語設定を変更します。(詳細は後述) | ||
* **`!dev`**: デベロッパー専用コマンド - tag OPが必要。(devコマンドの機能説明を追加してください) | ||
* その他、コマンドは追加予定です。 | ||
|
||
## プレフィックスの変更 | ||
|
||
コマンドのプレフィックスは `handler.ts` で変更できます。 | ||
|
||
## 多言語対応 | ||
|
||
このアドオンは多言語に対応しています。 | ||
現在の対応言語は | ||
"ja_JP" | ||
"en_US" | ||
"zh_CN" | ||
"ru_RU" | ||
"ko_KR" | ||
"fi_FI" | ||
です | ||
このアドオンは多言語に対応しています。現在対応している言語は以下の通りです。 | ||
|
||
## 使用方法 | ||
* **`ja_JP`**: 日本語 | ||
* **`en_US`**: 英語 | ||
* **`zh_CN`**: 中国語 (簡体字) | ||
* **`ru_RU`**: ロシア語 | ||
* **`ko_KR`**: 韓国語 | ||
* **`fi_FI`**: フィンランド語 | ||
|
||
**`!lang` コマンド** を使用して言語を変更できます。 | ||
|
||
リリースからアドオンをダウンロードして | ||
マインクラフトの実験機能の-betaを有効にすれば使えます! | ||
## 使用方法 | ||
|
||
あとはワールドに参加して !help でコマンドを見てみてください | ||
1. リリースからアドオンをダウンロードしてください。 | ||
2. マインクラフトの実験機能の `-beta` を有効にしてください。 | ||
3. ワールドに参加し、`!help` でコマンド一覧を確認してください。 | ||
|
||
## その他 | ||
|
||
只今更新中 | ||
現在も更新中です! |