Skip to content

Add Party Admins#146

Merged
WaitingIdly merged 2 commits intoCleanroomMC:1.12from
WaitingIdly:party-admin-operations
Mar 21, 2026
Merged

Add Party Admins#146
WaitingIdly merged 2 commits intoCleanroomMC:1.12from
WaitingIdly:party-admin-operations

Conversation

@WaitingIdly
Copy link
Copy Markdown
Collaborator

changes in this PR:

  • add the ability for an Owner of a party to promote members to admins, and demote admins back to members.
  • split members view of party into Owner, Admins, and Members (skipping categories without people).
  • when joining a party, sync everyone, not just yourself (fixes name not updating).
  • fix issue where if the name was too long, the kick packet would attempt to process the trimmed name (ie ReallyLong... instead of ReallyLongName), causing it to fail. relevant for promoting/demoting users.

Admins can invite players to the party and kick members (but not admins) from it. note that "Admins" arent a new feature, but there was no way for it to actually be changed in-game. you could theoretically change the file to modify the role to be an admin, but that was the only way to become one.

@WaitingIdly WaitingIdly added the enhancement New feature or request label Mar 19, 2026
Copy link
Copy Markdown

@jchung01 jchung01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@WaitingIdly WaitingIdly merged commit 32ea61f into CleanroomMC:1.12 Mar 21, 2026
2 checks passed
@WaitingIdly WaitingIdly deleted the party-admin-operations branch March 21, 2026 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants