1
mirror of https://github.com/CarmJos/MoeTeleport.git synced 2024-09-19 13:25:56 +00:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Carm Jos 2022-02-26 00:56:07 +08:00
commit e9d4e3f9bc
3 changed files with 7 additions and 2 deletions

2
.github/FUNDING.yml vendored Normal file
View File

@ -0,0 +1,2 @@
custom: ['https://donate.carm.cc']

View File

@ -21,6 +21,9 @@
### 当前功能
- 多种存储格式,按需选择。
- 支持 YAML、JSON 与 MySQL/MariaDB 存储方式
- 支持直接调用 [EssentialsX](https://github.com/EssentialsX/Essentials) 数据,无缝切换
- 可点击的消息(如“点击同意”)
- 基于MineDown语法可自定义配置
- 玩家间的传送请求

View File

@ -18,7 +18,7 @@ check-update: true
# 注意:存储配置不会通过重载指令生效,如有修改请重新启动服务器。
storage:
# 存储方式,可选 [ yaml | json | mysql(跨服推荐) | Essential(须安装ess插件) ]
# 存储方式,可选 [ yaml | json | mysql | Essential(须安装ess插件) ]
method: yaml
# 选择 yaml/json 存储方式时的存储路径
@ -66,4 +66,4 @@ death-back: true
# 危险的方块类型,将判断目的地脚下的方块的类型是否在这个列表中
dangerous-blocks:
- LAVA
- AIR
- AIR