# Attollo
## 描述
Attollo 是一个用于 Paper 的简单现代电梯插件。
## 动机
我们的自由建造服务器有很多建筑物。为了更快地上下,我们需要一个电梯插件。我们发现了很多插件,但它们要么太复杂,要么不再维护。所以我们决定编写自己的插件。
## 重点
我们的重点在于 Attollo 的基本实现,其核心,并在以后达到稳定的构建状态以便在生产中使用。
## 更多信息 / 外部链接
Hangar: https://hangar.papermc.io/OneLiteFeather/Attollo
Modrinth: https://modrinth.com/plugin/attollo
Discord: https://discord.onelitefeather.de
## 权限
- `attollo.use` - 允许玩家使用电梯
- `attollo.command.attollo` - 为错误票据创建调试粘贴
## 指令
- `attollo debugpaste` - 为错误票据创建调试粘贴
## 配置
```yaml
# 允许更改电梯方块
# 默认是: DAYLIGHT_DETECTOR
elevatorBlock: 'DAYLIGHT_DETECTOR'
```