Skip to main content
The Party Menu Config creates the main configuration for the Party GUI system.
title
String
default:"Party Menu"
Title of the menu.
rows
Int
default:"6"
Number of rows (1-6).
memberSlots
List<Int>
[10..16] Slots where party member heads appear.
memberTemplate
Item
Configuration for the player head items representing members.

Buttons

inviteButton
ButtonConfig
Button to invite a new player.
leaveButton
ButtonConfig
Button to leave the party (for members).
disbandButton
ButtonConfig
Button to disband the party (for leaders).

Limits

maxPartySize
Int
default:"5"
Default maximum members allowed in a party.
maxPartySizePermissions
Map<String, Int>
Permission nodes to override max size (e.g., party.vip: 10).