Improve invite system and fix kick message#24
Open
ZekeZDev wants to merge 2 commits intoNucleoidMC:mainfrom
Open
Improve invite system and fix kick message#24ZekeZDev wants to merge 2 commits intoNucleoidMC:mainfrom
ZekeZDev wants to merge 2 commits intoNucleoidMC:mainfrom
Conversation
This was referenced Mar 31, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a change to add selector support for the /invite command aswell as fix the kick command.
This is highly useful for events with large players especially on servers that don't primarily serve minigames as this gives the option for players to opt into the event party.
Examples
/party invite @a/party invite @aafter a player joining partyerror messages besides party not existing are suppressed for bulk invites as it would otherwise create spam for each player.
inviting a player already in the party


/party invite bobby1has same error for owner
/kicknow shows the player name instead of the owner nameSending Multiple Invites
A point of issue we have found when the server is active is that players are missing the party invite or not paying attention so this change also allows a party owner to resend a party invite.
/party invite bobby1x2this changes the already in party error to not cause a block and instead show the alternate message.