nguyenquyhy / DiscordBridge

A Sponge plugin to integrate Minecraft server with a Discord channel
MIT License
31 stars 18 forks source link

Closes Several Issues. #68

Closed axle2005 closed 7 years ago

axle2005 commented 7 years ago

Closes Issue #63 #66 #50 #54 #44

Commit f376de9 - Added a simple permission check to check if player had nucleus.connectionmessages.disable and return if true.

Commit 336c4f9 - Added method setDescription to ChannelUtil and added to GameStoppingServerEvent event.

Commit bb73f49 - Added new variable, playerCount. Increases and decreases as clients connect. Updates description using previous commit.

Commit 063ac85 - Added a check for Discord messages starting with '!', using as an escape character to create discord commands.

Commit d74003e - I screwed up making a package on the previous commit :P Shit happens lol

Commit 0e9409f - Added 'removeColor' method to strip minecraft color codes from any message sent to discord.

Commit 0b44d8f - Added Support for 'Boop'. Creates 'hooks' package for future support of plugins.

Commit d743f3a - Moved the string for the Nucleus Staff channel to Nucleus class in hooks package created in previous commit.

Mohron commented 7 years ago

I'm going to borrow some of this for my fork if you don't mind :D

Mohron commented 7 years ago

Recommend splitting discord commands and Twitter support to their own PRs. Also if you would update the Readme and example configs with documentation of your additions.

axle2005 commented 7 years ago

Well, Ill do some splitting and resubmit.