Skip to content

๐Ÿ‘ฅ Team Panel Configuration

The Team Panel appears on the right-hand side of the loading screen and showcases your server staff or contributors.

You can fully customize each member by editing the teamMembers array in your configuration file.


JSON Structure

"teamMembers": [
    { "name": "GucciFlipFlops", "role": "Head Developer", "discord": "pakinextdoor", "image": "./assets/png/fakalheadshot.png" }
]

Field Breakdown

Field Description
name The display name for the team member (shown prominently)
role A smaller subheading to indicate their position or responsibility
discord Optional field โ€” usually a Discord username, but can be any text or label
image Path to the avatar or profile picture to be shown in a circle (recommended: 1:1 aspect)

Adding More Members

To add more team members, simply add more objects inside the teamMembers array.

Team Panel Preview