> For the complete documentation index, see [llms.txt](https://docs.metacraft.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metacraft.cc/white-paper/mainland-world/other-worlds.md).

# Other Worlds

The role of Mainland World in the Metacraft universe is mainly an example to all game creators. With the support of Metacraft and creativity, anyone can build other types of Minecraft worlds. Game creators can freely define the game rules in their world, as well as its economic system. Here are a few ideas for reference:

* One Piece World - in this world, there is a golden chest with 1 million USD in it; the first player who finds it will get it; players and alliances in this world will be charged with a fee; the fee will be deposited into the chest smart contract to further accumulate the final reward
* PUBG World - this world has the similar game rule as the well-known PUBG game; players and alliances from the Mainland World can jump into this world to have an exciting battle contests
* Art World - This is a blank world for players to build art pieces and construct architectures, which can be tokenized as assets for sale


---

# 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://docs.metacraft.cc/white-paper/mainland-world/other-worlds.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.
