> For the complete documentation index, see [llms.txt](https://lodestone-technologies.gitbook.io/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lodestone-technologies.gitbook.io/knowledgebase/minecraft-java.md).

# Minecraft Java

- [Make a player an operator](https://lodestone-technologies.gitbook.io/knowledgebase/minecraft-java/make-a-player-an-operator.md): How to make a player an operator on your Minecraft server.
- [Add a player to the whitelist](https://lodestone-technologies.gitbook.io/knowledgebase/minecraft-java/add-a-player-to-the-whitelist.md): How to add players to your Minecraft server's whitelist.
- [Change server world seed](https://lodestone-technologies.gitbook.io/knowledgebase/minecraft-java/change-server-world-seed.md): How to change the world seed of your Minecraft server.
- [Add a server icon](https://lodestone-technologies.gitbook.io/knowledgebase/minecraft-java/add-a-server-icon.md): How to upload a custom icon for your Minecraft server to use.
- [Customise server properties](https://lodestone-technologies.gitbook.io/knowledgebase/minecraft-java/customise-server-properties.md): How to customise your Minecraft server's default configuration.
- [Connect a custom domain](https://lodestone-technologies.gitbook.io/knowledgebase/minecraft-java/connect-a-custom-domain.md): How to link a custom domain name to your Minecraft server.
- [Reduce memory usage](https://lodestone-technologies.gitbook.io/knowledgebase/minecraft-java/reduce-memory-usage.md): How to optimise your Minecraft server's memory usage.
- [Configure GeyserMC](https://lodestone-technologies.gitbook.io/knowledgebase/minecraft-java/configure-geysermc.md): How to configure cross-platform support on your Minecraft server.
- [Analyse timings with Spark](https://lodestone-technologies.gitbook.io/knowledgebase/minecraft-java/analyse-timings-with-spark.md): How to analyse Minecraft server performance using Spark.
- [Using Minehut external](https://lodestone-technologies.gitbook.io/knowledgebase/minecraft-java/using-minehut-external.md): How to connect your Minecraft server to Minehut's network.
- [Configure Dynmap](https://lodestone-technologies.gitbook.io/knowledgebase/minecraft-java/configure-dynmap.md): How to configure a web-based world map of your Minecraft server.
- [Delete player data](https://lodestone-technologies.gitbook.io/knowledgebase/minecraft-java/delete-player-data.md): How to delete a player's data on your Minecraft server.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://lodestone-technologies.gitbook.io/knowledgebase/minecraft-java.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.
