the-obsidian / DiscordBridge

:speech_balloon: Chat bridge between Minecraft and Discord
Other
45 stars 7 forks source link

Minecraft -> Discord using bot: Message shows up twice in MC #44

Closed gjerm closed 7 years ago

gjerm commented 7 years ago

If a player sends a message in the Minecraft chat, it will correctly show up in Discord. The bot will also pick its own message up and relay it back to Minecraft again, essentially duplicating every message.

Here's an example: Duplicate message

Perhaps it would be possible to have a list of ignored usernames from the Discord side?

LividJava commented 7 years ago

does this persist after a server restart??

gjerm commented 7 years ago

Yup.

jacobwgillespie commented 7 years ago

There is a an ignored username setting in the config.yml and that's username. You'll want it to be your Discord user's username without the numbers or pound sign. For you, that's likely:

username: CCBridge
gjerm commented 7 years ago

Yeah, I must have read the documentation too quickly. Sorry.

jacobwgillespie commented 7 years ago

No prob - glad it's working for you!