# Full game join rules

Join rules when players try to join a game with full of players, what action the plugin should take.

```yml
full-game-join-rules:
  action: none
```

Available actions:

* `none` - No action will be performed, 'full' message will be sent instead
* `kick` - Kicks a random player from the game and allows the player to join
* `kick:permission` - Kicks a random player from the game who doesn't has the specified permission and allows the player to join
  * If all players has this permission no one will be kicked and a 'full' message will be sent to the player whose trying to join
* `switch_spectator` - The joining player will be spectator till the end of the game, so they can only spectate the game
* `ignore_player_count` - Ignores maximum player limit so any amount of players can join


---

# Agent Instructions: 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:

```
GET https://mdswork.gitbook.io/ragemode-docs/global-game-guides/full-game-join-rules.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
