# Player Safety

Foundation Craft cares a great deal about the safety and well-being of our players. Our chat filter does a great job protecting players from all kinds of inappropriate language in chat, but additional tools are necessary to protect players from other kinds of unwanted in-game interactions.

This server is a [safe space](https://en.wikipedia.org/wiki/Safe_space) for children, teenagers, and adults because we have a strict chat filter which prevents players from sending any messages which violate the [server rules](/server-rules.md). The Mod and Admin teams monitor suspicious conversations to ensure the safety and well-being of this community.

{% hint style="info" %}
Players are advised not to connect with other players outside of official server channels such as in-game chat or our [official Discord server](http://discord.foundationcraft.com/). If someone invites you to join their Discord server or sends you a direct message on Discord we suggest that you ignore them to protect your safety from strangers online.
{% endhint %}

### The Ignore Command

We believe that players should have the right to choose who they want to interact with, and perhaps more importantly, who they do not want to interact with. Players can limit their interactions with other players using the `/ignore <player>` command which permanently prevents that player from sending them chat messages and hides all of the messages that they send in global chat from them.

### Privacy In Homes

Homes are intended to be private, meaning that home owners should be able to choose who they want to allow in their home and who they do not want to allow in their home. As such, home owners have the ability to kick other players from their home using the `/home kick <player>` command.

### Settlement Bans

Settlement owners can ban players from their settlements using the `/settlement ban <player>` command which permanently prevents the specified player from teleporting to their settlement. Settlement owners can choose to ban other players from their settlement for any reason.


---

# 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://about.foundationcraft.com/player-safety.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.
