# Friends and Parties

The **Friends and Party System** is a feature designed to enhance social interaction and cooperative gameplay on the server. It allows players to connect with friends, form parties, and communicate effectively while exploring the world and participating in various activities together.

## **Friends**

* Players can add others as friends by using the command:\
  `/friend add [player]`
* To view your list of friends, use:\
  `/friend list`
* To check pending friend requests, use:\
  `/friend requests`
* To accept a friend request, use:\
  `/friend accept [all/player]`
* To deny a friend request, use:\
  `/friend deny [all/player]`
* To remove a friend, use:\
  `/friend remove [player]`

## **Private Messages**

* Send private messages using:\
  `/msg [player] [message]`
* Control your friend requests, private messages, and notifications with these commands:
  * `/friend toggleinvites` to enable or disable friend requests.
  * `/friend togglemsgs` to control private messages.
  * `/friend togglenotifies` to manage notifications for when friends join or leave the server.

## **Parties**

* To create a party and invite others, use:\
  `/party invite [player]`
* Party leaders have the ability to manage the party:
  * **Kick a member**: `/party kick [player]`
  * **Promote a member**: `/party promote [player]`
  * **Demote a member**: `/party demote [player]`
* To chat with your party, use:\
  `/p [message]`

Parties can embark on adventures together and easily jump to the party leader's server for smooth gameplay with:\
`/party jump`

## **Benefits of Friends and Parties:**

* **Stay Connected**: Easily manage your friends and communicate privately or in groups.
* **Adventure Together**: Form parties, plan activities, and journey through the server with your closest companions.
* **Enhanced Gameplay**: Control your interactions, customize your notifications, and enjoy seamless cooperative play with party features.

<br>


---

# 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://dgzyt.gitbook.io/eluria-mc/survival/friends-and-parties.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.
