## ✅ 释放说明(Release Notes)
### 🇯🇵 日语版
# BlockRestrictor v1.2 释放说明
**BlockRestrictor** 是一个简单的Minecraft服务器插件,当玩家踩到未指定为允许的方块时会立即死亡。非常适合创建跑酷挑战或限制地图。
---
### ✨ 主要功能
* **指定允许方块**
可以在 `config.yml` 中指定玩家可以安全踩到的方块。
* **即时死亡处理**
踩到不允许的方块的玩家会立即死亡。([x.com][1])
* **轻量级设计**
简单的结构确保对服务器性能的影响最小。
---
### ⚙️ 设置文件示例(`config.yml`)
```yaml
allowed_blocks:
- GRASS_BLOCK
- STONE
- OAK_PLANKS
```
---
### 🛠 未来计划
* **每个玩家的允许方块设置**
计划增加能够为每个玩家设置不同的允许方块的功能。
* **自定义死亡消息**
计划增加能够自定义玩家死亡时显示的的消息的功能。
---
### 🇺🇸 英文版
# BlockRestrictor v1.2 Release Notes
**BlockRestrictor** is a lightweight Minecraft server plugin that instantly kills players who step on blocks not specified as allowed. Ideal for creating parkour challenges or restricted maps.
---
### ✨ Features
* **Specify Allowed Blocks**
Define which blocks are safe to step on using `config.yml`.
* **Instant Death Mechanism**
Players stepping on non-allowed blocks are immediately killed.
* **Lightweight Design**
Simple structure ensures minimal impact on server performance.
---
### ⚙️ Configuration Example (`config.yml`)
```yaml
allowed_blocks:
- GRASS_BLOCK
- STONE
- OAK_PLANKS
```
---
### 🛠 Future Plans
* **Per-Player Allowed Blocks**
Implementing functionality to set different allowed blocks for individual players.
* **Custom Death Messages**
Adding the ability to customize messages displayed upon player death.
---
## 📝 Modrinth 描述
### 🇯🇵 日语
**BlockRestrictor** 是一个Minecraft服务器插件,当玩家踩到指定以外的方块时会立即死亡。非常适合跑酷地图或希望设置特定移动限制的服务器。您可以通过配置文件轻松指定允许方块。([x.com][1])
---
### 🇺🇸 English
**BlockRestrictor** is a Minecraft server plugin that instantly kills players who step on blocks not listed as allowed. Perfect for parkour maps or servers with specific movement restrictions. Easily configure allowed blocks via the configuration file.
---