# FAQ

<figure><img src="/files/zEuNpKPZKD3NgsXSAFCz" alt=""><figcaption></figcaption></figure>

{% content-ref url="/pages/kb2tDSWTbt1Px3HavI3u" %}
[FAQ](/docs/game-knowledge-base/minecraft/faq.md)
{% endcontent-ref %}

<details>

<summary>How can i set autohealing?</summary>

find the *server.properties* file called “auto-healing=”. \
To enable healing please ensure the field is set to true.

</details>

<details>

<summary>How do I become an admin (OP) on my server?</summary>

In the server console or terminal, run:

```
op <playername>
```

You can also edit `ops.json` manually.<br>

</details>

<details>

<summary>Why can’t my friends join my server?</summary>

Common reasons include:

* Incorrect **IP address given to them**
* Server is set to **offline-local** only
* Version mismatch

Please Contact Rampart Support so we can help you find the issue if it exists.

</details>

<details>

<summary>How do I install plugins? (Spigot/Paper)</summary>

* Download plugins in `.jar` format.
* Place them into the `/plugins` folder.
* Restart the server.\
  Only Spigot/Paper/Purpur servers support plugins—**Vanilla does not.**

</details>

<details>

<summary>How do I add mods? (Forge/Fabric)</summary>

* Install the correct version of **Forge** or **Fabric** on both the server and client.
* Place mod files in the `/mods` folder.
* Restart the server.\
  All players must have the same mods installed.

</details>

<details>

<summary>How do I change server settings?</summary>

Edit the **server.properties** file.\
Common options include:

* Difficulty
* Whitelist
* Max players
* MOTD
* View distance
* Game mode

Restart required after changes.

</details>

<details>

<summary>How do I whitelist players?</summary>

Enable the whitelist in `server.properties`:

```
white-list=true
```

Add players via console:

```
whitelist add <playername>
```

</details>

<details>

<summary>Can I upload my own world?</summary>

Yes. Replace the `/world` folder (and other dimension folders) with your own.\
Make sure the world matches the server version.

</details>

<details>

<summary>Can Bedrock and Java players join together?</summary>

Not by default.\
However, you *can* with:

* **GeyserMC** (Bedrock → Java compatibility)
* **Floodgate** (optional add-on for Bedrock authentication)\
  Paper/Spigot/Purpur servers support these best.

</details>


---

# 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://rampart-games-ltd.gitbook.io/docs/game-knowledge-base/minecraft/faq.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.
