# Messages

Following messages are available for the ip banning system in the lang files:

| message            | Description                                                                                                 | placeholders                           |
| ------------------ | ----------------------------------------------------------------------------------------------------------- | -------------------------------------- |
| ipbans.prefix      | Prefix for every ip ban message in chat                                                                     |                                        |
| ipbans.permabanned | The message send to all players that can receive ipban notifications when a permanent ip ban has been added | %issuer%, %ip%                         |
| ipbans.tempbanned  | The message send to all players that can receive ipban notifications when a temporary ip ban has been added | <p>%issuer%, %ip%</p><p>%duration%</p> |
| ipbans.unbanned    | The message send to all players that can receive ipban notifications when an ip ban has been removed        | %issuer%, %ip%                         |
| permabanned-kick   | The message a player sees when he gets kicked from the server as a result from a permanent ip ban           | %issuer%, %ip%                         |
| tempbanned-kick    | The message a player sees when he gets kicked from the server as a result from a temporary ip ban           | <p>%issuer%, %ip%</p><p>%duration%</p> |


---

# 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://wiki.staffplusplus.org/features/banning/ip-banning/messages.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.
