# Bedrock Adjustments

Mineseed is a java server with bedrock support.

* All bedrock players have a \_ before their name.
* Bedrock players cannot click on links in chat.
* As a bedrock player, you can also go to our /discord [#rules-and-info](https://discord.com/channels/791853136041869331/800522235260829717) to click the links. It is way easier than typing the links in manually.

Bedrock players can do **/geyser offhand** to move things into their left hand. Note that you may not have left hand item functionality.

For [quests](/mineseed/economy/quests.md), bedrock players will need to use a command to cancel quests: **/quest cancel \<QuestCategoryQuestName>**.&#x20;


---

# 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/getting-started/bedrock-adjustments.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.
