node-link / minecord

Connects Minecraft Server and Discord without any mods or plugins.
MIT License
66 stars 16 forks source link

whitelist plugin is not working #6

Closed Bakudankun closed 5 years ago

Bakudankun commented 5 years ago

バニラ鯖とDiscordの連携に非常に助かっております。ありがとうございます。

Minecraftのwhitelistへの追加・削除のログは以下のようになっています。

[01:23:45] [Server thread/INFO]: [Player1: Added Player2 to the whitelist]

しかし、この変更から、この文字列を渡された場合にmessageに入るのが2つ目の:以降の文字列(上の例ではAdded Player2 to the whitelist])となってしまっており、そのためwhitelistプラグインが機能していません。

-  const regexpLog = /^\[(.*)]\s\[([^/]*)\/(.*)].*:\s(.*)$/
+  const regexpLog = /^\[(.*)]\s\[([^/]*)\/(.*)][^:]*:\s(.*)$/

などとするのが良いかと思います。