File tree Expand file tree Collapse file tree 22 files changed +437
-7
lines changed Expand file tree Collapse file tree 22 files changed +437
-7
lines changed Original file line number Diff line number Diff line change 2929
3030### <a href =" https://socket-manager.github.io/document/extra-close-frame.html " target =" _blank " >▶切断フレームの検証</a >
3131
32+ ### <a href =" https://socket-manager.github.io/document/extra-minecraft-contents.html " target =" _blank " >▶マイクラコンテンツ用</a >
33+
3234## Repositories
3335
3436### <a href =" https://github.com/socket-manager/library/ " target =" _blank " >>> library</a >
4345### <a href =" https://github.com/socket-manager/new-project/ " target =" _blank " >>> new-project</a >
4446> 新規プロジェクト開発環境
4547
48+ ### <a href =" https://github.com/socket-manager/contents-project/ " target =" _blank " >>> contents-project</a >
49+ > マインクラフト専用コンテンツのプロジェクト環境
50+
4651## Contact Us
4752
4853バグ報告やご要望などは<a href =" mailto:lib.tech.engineer@gmail.com " >` こちら ` </a >から受け付けております。
Original file line number Diff line number Diff line change @@ -79,6 +79,8 @@ <h3 class="menu-page-title-link"><a href="./extra-minecraft.html">▶マイン
7979
8080 < h3 class ="menu-page-title-link "> < a href ="./extra-close-frame.html "> ▶切断フレームの検証</ a > </ h3 >
8181
82+ < h3 class ="menu-page-title-link "> < a href ="./extra-minecraft-contents.html "> ▶マイクラコンテンツ用</ a > </ h3 >
83+
8284 </ div >
8385 </ div >
8486 < div class ="main ">
Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ <h3 class="menu-page-title">▼切断フレームの検証</h3>
7676 < li > < a href ="./extra-close-frame.html#last "> おわりに</ a > </ li >
7777 </ ul >
7878
79+ < h3 class ="menu-page-title-link "> < a href ="./extra-minecraft-contents.html "> ▶マイクラコンテンツ用</ a > </ h3 >
80+
7981 </ div >
8082 </ div >
8183 < div class ="main ">
Original file line number Diff line number Diff line change @@ -69,6 +69,9 @@ <h3 class="menu-page-title-link"><a href="./extra-demo-setting.html">▶デモ
6969 < h3 class ="menu-page-title-link "> < a href ="./extra-minecraft.html "> ▶マインクラフトの通信仕様</ a > </ h3 >
7070
7171 < h3 class ="menu-page-title-link "> < a href ="./extra-close-frame.html "> ▶切断フレームの検証</ a > </ h3 >
72+
73+ < h3 class ="menu-page-title-link "> < a href ="./extra-minecraft-contents.html "> ▶マイクラコンテンツ用</ a > </ h3 >
74+
7275 </ div >
7376 </ div >
7477 < div class ="main ">
Original file line number Diff line number Diff line change @@ -64,6 +64,8 @@ <h3 class="menu-page-title-link"><a href="./extra-minecraft.html">▶マイン
6464
6565 < h3 class ="menu-page-title-link "> < a href ="./extra-close-frame.html "> ▶切断フレームの検証</ a > </ h3 >
6666
67+ < h3 class ="menu-page-title-link "> < a href ="./extra-minecraft-contents.html "> ▶マイクラコンテンツ用</ a > </ h3 >
68+
6769 </ div >
6870 </ div >
6971 < div class ="main ">
Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ <h3 class="menu-page-title-link"><a href="./extra-minecraft.html">▶マイン
7373
7474 < h3 class ="menu-page-title-link "> < a href ="./extra-close-frame.html "> ▶切断フレームの検証</ a > </ h3 >
7575
76+ < h3 class ="menu-page-title-link "> < a href ="./extra-minecraft-contents.html "> ▶マイクラコンテンツ用</ a > </ h3 >
77+
7678 </ div >
7779 </ div >
7880 < div class ="main ">
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ <h3 class="menu-page-title">▼マインクラフトの通信仕様</h3>
7676
7777 < h3 class ="menu-page-title-link "> < a href ="./extra-close-frame.html "> ▶切断フレームの検証</ a > </ h3 >
7878
79+ < h3 class ="menu-page-title-link "> < a href ="./extra-minecraft-contents.html "> ▶マイクラコンテンツ用</ a > </ h3 >
80+
7981 </ div >
8082 </ div >
8183 < div class ="main ">
@@ -145,7 +147,7 @@ <h2 class="subtitle">マインクラフトへの送信データ</h2>
145147 </ pre > < br />
146148
147149 サブスクライブデータというのは、マインクラフト側で発生したイベントをWebsocketサーバー側へ配信してもらうための予約データのようなものです。< br />
148- < code > $p_eve</ code > 引数でイベントの種類を指定するのですが、今回は < code > PlayerMessage</ code > のみ使用していますのでプレイヤーがメッセージを送信した時のみイベントデータが配信されます。< br />
150+ < code > $p_eve</ code > 引数でイベントの種類を指定するのですが、デモ版では < code > PlayerMessage</ code > のみ使用していますのでプレイヤーがメッセージを送信した時のみイベントデータが配信されます。< br />
149151
150152 < span > コマンドデータの生成</ span >
151153 < pre color-change ="php ">
@@ -190,7 +192,7 @@ <h2 class="subtitle">マインクラフトへの送信データ</h2>
190192 </ pre > < br />
191193
192194 こちらはマインクラフトのコマンドを実行するためのデータです。実際のコマンド文字列は< code > $p_cmd</ code > 引数で指定します。< br />
193- 今回は < code > say </ code > コマンド(チャットメッセージ )と< code > msg</ code > コマンド(ウィスパー)のみ使用しています。
195+ デモ版では < code > title </ code > コマンド(チャットメッセージ用 )と< code > msg</ code > コマンド(ウィスパー)のみ使用しています。
194196 </ div > < br />
195197
196198 < a id ="command-analysis "> </ a >
@@ -210,7 +212,7 @@ <h2 class="subtitle">コマンド部の解釈</h2>
210212 < dt > ■マインクラフトからの通常のチャットデータ</ dt >
211213 < dd > < code > message</ code > コマンドへ変換</ dd >
212214 < dt > ■マインクラフトからのプライベートチャットデータ</ dt >
213- < dd > < code > <コメント>@ <ユーザー名></ code > の形式で送信されたデータを< code > private</ code > コマンドへ変換</ dd >
215+ < dd > < code > <コメント># <ユーザー名></ code > の形式で送信されたデータを< code > private</ code > コマンドへ変換</ dd >
214216 < dt > ■マインクラフトからの退室要求</ dt >
215217 < dd > < code > $exit</ code > の文字列が送信されたデータを< code > exit</ code > コマンドへ変換</ dd >
216218 </ dl >
You can’t perform that action at this time.
0 commit comments