> For the complete documentation index, see [llms.txt](https://wiki.lemoncloud.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.lemoncloud.org/gamemodes/factions/rosters.md).

# Rosters

Faction Rosters are a way for factions to lock in who is allowed to play with them during the map.

Instead of freely inviting new players at any time, factions build a roster during grace. Once grace ends, rosters become locked, and only rostered players can join that faction.

***

### What Is A Roster?

A roster is a list of players connected to a faction.

If you are on a faction's roster, you can accept that roster and join the faction without needing a normal invite.

You do not need to be online when you are added to a roster. A faction can add your Minecraft username even if you have not joined the server yet.

***

### Pending vs Accepted

You can only be accepted on one faction roster at a time. If you accept a different faction's roster, your previous accepted roster will be cleared.

***

### Commands

| Command                                  |                                                                                                       |
| ---------------------------------------- | ----------------------------------------------------------------------------------------------------- |
| `/f roster list`                         | Shows your faction's roster.                                                                          |
| `/f roster list <faction>`               | Shows another faction's roster.                                                                       |
| `/f roster add <player>`                 | Adds a player to your faction roster.                                                                 |
| `/f roster remove <player>`              | Removes a player from your faction roster.                                                            |
| `/f roster join <player>`                | Accepts a faction roster invite. If you are factionless, this also tries to join you to that faction. |
| `/f roster leave`                        | Leaves your accepted roster.                                                                          |
| `/f roster role <player> <role>`         | Changes the role a rostered player will receive when they join.                                       |
| `/f roster swap <oldPlayer> <newPlayer>` | Replaces one rostered player with another. After grace, this is limited to 1 per day.                 |

***

### Joining A Full Faction

If you are an accepted roster member and your faction is full, the server may rotate you into the faction by removing an offline regular member.

***

### New Factions

Newly created factions will always get a minimum 5 days to freely change their roster, even when grace period ends.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wiki.lemoncloud.org/gamemodes/factions/rosters.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
