nguyenquyhy / DiscordBridge

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

Closing Issues. #70

Open axle2005 opened 7 years ago

axle2005 commented 7 years ago

Closes Issue #66 #63 #50 #54 #56

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 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.

Commit f1feaaf - Created String List to store FakePlayer UUID's, and then have it return if the message sender has same UUID.

(Last one for this PR I swear)