# Essential

[Essential](https://github.com/EssentialsX/Essentials) 是 Minecraft 基础插件, 提供一系列常用命令.

## Home

```
/sethome
```

在当前坐标创建"家", 若已设置过"家"则会覆盖上一次的设置.

```
/home
```

传送回此前设置的"家".

## Spawn

```
/spawn
```

传送至当前世界的出生点.

```
/firstspawn
```

传送至新玩家第一次进入服务器时的出生点(若服务器规则未额外说明, 则与 /spawn 传送到的地点一致).

## Warp

```
/warp list
```

查看当前服务器所有地标(由管理员设定).

```
/warp {name}
```

传送至某个地标(可能不在当前世界).

## TPA

这是玩家间传送的主要方式

```
/tpa {playerName}
```

请求传送至某个玩家(必须在线), 目标玩家会收到一个传送请求.

```
/tpahere {playerName}
```

请求将某个玩家传送到自己所在的坐标, 目标玩家会收到一个传送请求.

```
/tpaccept
```

收到传送请求时同意此请求.

```
/tpdeny
```

收到传送请求时拒绝此请求.

## 杂项

```
/rtp
```

此命令会将使用者随机传送到某个地点, 可能会传送入岩石/掉入岩浆/被怪物炸死. 若因此造成任何损失, 欢迎多试几次.

```
/gc
```

查看服务器当前运行状况.


---

# 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://mc-help.211server.com/cha-jian-bang-zhu/nucleus.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.
