MTM123 / Gravel

Small plugin for a server for small group of friends
MIT License
3 stars 0 forks source link

Chat mentions and private messaging #15

Closed NickAcPT closed 2 years ago

NickAcPT commented 5 years ago

This PR focuses on adding chat mentions (Minecraft->Discord) and private messaging between platforms (Minecraft<->Discord). This relies on the -mentions command to decide if the user is able to receive direct messages and mentions from Minecraft users. Also added -msg for starting a private conversation with Minecraft users.

This PR closes #8, #9 and #11.