-
Notifications
You must be signed in to change notification settings - Fork 7
Prototype code for /mail to get sent via Discord #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Works on local server. It might be good to return a help case if discord is applied in the regular command ie. |
Garsooon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see previous comment for what I think might be beneficial
# Conflicts: # Essentials/pom.xml # EssentialsChat/pom.xml # EssentialsGeoIP/pom.xml # EssentialsProtect/pom.xml # EssentialsSpawn/pom.xml # pom.xml
Improves the Discord mail forwarding feature by: - Ensuring mail forwarding only occurs if both Discord plugins are enabled. - Preventing forwarding to online players. - Preventing forwarding to players who have disabled the feature. - Adds logging for successful and failed Discord mail attempts. - Fixes a typo in the UserData class that was preventing UUID's being set correctly.
* Stop players /ignore'ing staff JPerms groups * Update trial helper group name * Refactors ignore command for staff exemption Changes the ignore command to use the `essentials.ignore.exempt` permission instead of relying on JPerms for staff identification. This allows admins to easily configure staff members who cannot be ignored, regardless of their group membership. Also, ensures that exempted players are automatically unignored by all other players upon joining. * Code for /mail to get sent via Discord (#11) * Prototype code for /mail to get sent via Discord * Remove ] * Resolve stale pr conflicts * Versioning * Fix merge error * Enhances Discord mail integration Improves the Discord mail forwarding feature by: - Ensuring mail forwarding only occurs if both Discord plugins are enabled. - Preventing forwarding to online players. - Preventing forwarding to players who have disabled the feature. - Adds logging for successful and failed Discord mail attempts. - Fixes a typo in the UserData class that was preventing UUID's being set correctly. --------- Co-authored-by: Garsooon <carson12345678910@hotmail.com> Co-authored-by: Garsooon <46406077+Garsooon@users.noreply.github.com> * Resolve build issues * Stop players /ignore'ing staff JPerms groups * Update trial helper group name * Refactors ignore command for staff exemption Changes the ignore command to use the `essentials.ignore.exempt` permission instead of relying on JPerms for staff identification. This allows admins to easily configure staff members who cannot be ignored, regardless of their group membership. Also, ensures that exempted players are automatically unignored by all other players upon joining. * Make ignore check occur earlier --------- Co-authored-by: Rhys B <jetpackingwolf@gmail.com>
No description provided.