# Being Social

Our players love to chat! Just remember, we're an American-based server, so we stick to English in main chat. but you can do any language in **/msg**!

To directly message a player, do /**msg** or /**message**.

If someone is bothering you, you can ignore them by typing **/ignore playername**, which will not allow you to receive direct messages (through /msg) from them. You can always unignore them with **/ignore playername** — this works like a toggle — the same command turns them on and off.

{% hint style="info" %}
If you are not sure who you have ignored, but want to unignore someone, the best way to do this is to **/ignoreall** and then **/ignoreall**. This will remove anyone who has been previously ignored.
{% endhint %}

Say hi to new players with /**welcome** -- this will also give you $100 and 10 claim blocks each time and makes the player feel nice!

Say hi again to players returning back with /**wb** -- this will give $50 and 5 claim blocks each time.

Scared of getting killed in the night? The server is set to hard mode, so mobs do take away a lot of hearts when you're first starting out. Try /**sleep** to skip over the night or go to a safe location, like /**spawn**.


---

# 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://docs.mineseed.org/mineseed/being-social.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.
