# 无法在聊天中输入和无法移动

## Worldguard

如果你遇到车辆卡住（被卡在地下等奇怪的 bug），请打开 WorldGuard 的 config.yml 文件并设置以下内容：

```
block-plugin-spawning: false
```

## Towny

{% hint style="warning" %}
如果你遇到车辆问题并且你正在使用 Towny 插件，请打开 Towny 的 config.yml 文件并从中删除 Slime：
{% endhint %}

```yaml
town_mob_removal_entities: Monster,Flying,Shulker,SkeletonHorse,ZombieHorse
```

## Mob Farm Manager

如果你拥有[Mob Farm Manager](https://www.spigotmc.org/resources/mob-farm-manager-supports-1-7-10-up-to-1-16-hopper-support.15127/)插件，请确保检查是否设置了任何实体类型\*\*`SLIME`\*\*规则，这可能会移除作为车辆一部分的史莱姆并导致此 bug。

## Residence

在**Residence**中使用命令`/res set monsters t/r`。\
我已经联系了 Residence 开发者，希望[他们会修复这个问题](https://github.com/Zrips/Residence/issues/469#issuecomment-801425643)

## 其他生物移除/分组/合并插件

请移除任何关于实体类型\*\*`SLIME`\*\*的分组/合并/移除功能。


---

# 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://itemsadder.devs.beer/chinese/faq/cant-write-in-chat-and-cant-move.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.
