> For the complete documentation index, see [llms.txt](https://docs.ecosmp.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ecosmp.net/guides/resource-world.md).

# Resource World

The Resource World is a special, unclaimable world designed purely for gathering materials. It offers a more challenging and exploration-focused experience than the main world.

### Overview

* **Size**: 15,000 x 15,000 blocks
* **Purpose**: A place to collect resources like wood, ores, and stone
* **No Claims**: You cannot claim land, place chest shops, lock blocks, or use portals here
* **Resets**: This world is wiped and replaced periodically — do not build anything here that you aren't okay with losing

### How It's Different

The Resource World is intentionally more challenging than the normal world. Here's what to expect:

* **No online map**
* **No `/wild` command**
* **No `/home` or `/sethome`**
* **No `/sleep` skipping**
* **Angel Chests still work**
* **/tpa is enabled**
* **Jobs EXP Bonus is active** (see below)

These changes encourage exploration and make resource gathering more exciting and rewarding.

### Jobs EXP Bonus

While gathering resources in this world, you’ll receive bonus experience for certain jobs:

* **Mining** and **Woodcutting** receive an extra **+1% to +10%** EXP boost here, depending on your in-game rank
* Combined with your normal rank EXP bonus, the total boost can range from **+1% at Novice** to **+40% at Legend**

### Getting There

Use the command:\
`/warp resource`


---

# 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.ecosmp.net/guides/resource-world.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.
