Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
tutinoko2048 authored Jan 28, 2022
1 parent 9d6ec43 commit 139e4be
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
websocketでマイクラとdiscordを繋ぐやつです。<br>
https://youtu.be/BEv4oozeQKU<br>
<br>
![image](docs/image.jpeg)<br>
![listCommand](docs/list.jpeg)<br>

![example2](docs/example2.jpeg)<br>
![example1](docs/example1.jpeg)<br>
![runCommand](docs/runCommand.jpeg)<br>

## 使い方
### インストール
Expand All @@ -30,3 +30,11 @@ config.jsonにサーバーのポート,discordbotのtoken,メッセージを送
pc版で繋がらないときは<br>
```CheckNetIsolation.exe LoopbackExempt -a -n="Microsoft.MinecraftUWP_8wekyb3d8bbwe```<br>
をコマンドプロンプトで**管理者権限**で実行するといけるみたいです

## config.json
PORT: websocketをlistenするポート<br>
TOKEN: DiscordBOTのトークン<br>
CHANNEL: メッセージを送信するチャンネルのID<br>
PREFIX: コマンドのPrefix<br>
OPROLE: マイクラのコマンドを実行できる管理者ロールのID<br>
cmdResponse: コマンド実行時の結果を表示するかどうか<br>

0 comments on commit 139e4be

Please sign in to comment.