Skip to content

Conversation

@carlodrift
Copy link
Contributor

Information

This PR closes #5895.

Details

Proposed feature:
This PR adds a method to the DiscordLinkService interface to get all linked players. The method getAllLinkedPlayers returns a map where the key is the Discord ID and the value is the Minecraft UUID.

@JRoy
Copy link
Member

JRoy commented Nov 25, 2024

Thanks for the contribution :)

@JRoy JRoy added type: enhancement Features and feature requests. module: discord Issues or PRs for the EssentialsDiscord module type: api Issue/Pull Request regards user-facing API labels Nov 25, 2024
@JRoy JRoy enabled auto-merge (squash) November 25, 2024 02:19
@JRoy JRoy merged commit f02eeec into EssentialsX:2.x Nov 25, 2024
1 check passed
Euphillya added a commit to Euphillya/Essentials-Folia that referenced this pull request Dec 10, 2024
EssentialsX@1778bf5 Respect per player locale for command descriptions (EssentialsX#5972)
EssentialsX@2418a6f Improvements to Random Teleport (EssentialsX#4271)
EssentialsX@38e42f9 Add argument to /skull to give skull to other player (EssentialsX#5822)
EssentialsX@1af1565 Discord: Add start time placeholder for start message (EssentialsX#5686)
EssentialsX@bea43e8 Fix mini message parsing in NumberUtil#displayCurrency (EssentialsX#5921)
EssentialsX@3203e97 Parse /pay modifiers more strictly (EssentialsX#5638)
EssentialsX@f02eeec Add method to get all linked players in DiscordLinkService (EssentialsX#5896)
EssentialsX@9590d4c Add translation key for /alts output (EssentialsX#5595)
EssentialsX@3f0a412 Add locale based comma support for /pay (EssentialsX#5962)
EssentialsX@57c9edc Add optional requirements for balance top listing (EssentialsX#5394)
EssentialsX@c7cc1b4 Fix respawn-at-anchor setting. (EssentialsX#5825)
EssentialsX@2a41ea0 Add config options for specific chat type formats
EssentialsX@b560bbd Fix actions permissions on PRs for junit reports
EssentialsX@d31ff55 Remove extraneous code in command preprocess event handling
EssentialsX@bc8aa76 Revert removal of InvalidWorldException (EssentialsX#5984)
EssentialsX@d58db0d Update to 1.21.4
EssentialsX@c37064f Add 1.21.4 Mobs
EssentialsX@baa8258 Add 1.21.4 Tree Types
EssentialsX@424816e Add 1.21.4 Items
Starmism pushed a commit to valence-smp/Essentials that referenced this pull request Jan 8, 2025
…sX#5896)

Co-authored-by: Josh Roy <10731363+JRoy@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

module: discord Issues or PRs for the EssentialsDiscord module type: api Issue/Pull Request regards user-facing API type: enhancement Features and feature requests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add method to get all linked players in DiscordLinkService

2 participants