# 噩梦模式

## 什么是噩梦模式？

噩梦模式是一个 EliteMobs 模式，它使得世界的白天时刻速度更快（4倍）以使得白天变得更短，同时精英怪物的生成概率在默认情况下也增加了 50%。这个游戏模式还会阻止玩家睡觉，但玩家还是可以使用床来设置它们的重生点。

## 噩梦模式的意义？

噩梦模式 **绝对不是** 用来给服主设置为服务器主要 EliteMobs 游戏内容的系统。它存在的意义是为了让服主可以设置单独的精英怪物世界，在这个世界中玩家可以尽情地与精英怪物战斗，而新手玩家则可以原原实实地在原来普通的生存世界先行发展。

## 如何启用？

你可以在 ValidWorlds.yml 文件启用这个游戏模式。

要启用这个游戏模式，遵循以下格式：

```
nightmareWorlds:
- 第一个世界的名称
- 第二个世界的名称
- 第三个世界的名称
```


---

# 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.superiormc.cn/elitemobs-wiki/you-xi-mo-shi/e-meng-mo-shi.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.
