一个简单的插件,当玩家输入/spawn时,将玩家传送到重生点。
## 指令
### /spawn
- 传送到重生点。
- 无需权限:`none`
### /spawn set
- 允许玩家设置重生点。
- 需要权限:`universalspawn.spawn.set`
## 配置文件
```
teleport-on-join:
enabled: true
teleport-on-death:
enabled: true
teleport-out-of-void:
enabled: true
check-height: 0
spawn:
world: world
x: 0.0
y: 64.0
z: 0.0
yaw: 0.0
pitch: 0.0
```