Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmJos committed Feb 25, 2022
2 parents 4c5e9a0 + e1c913d commit e9d4e3f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

custom: ['https://donate.carm.cc']
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@

### 当前功能

- 多种存储格式,按需选择。
- 支持 YAML、JSON 与 MySQL/MariaDB 存储方式
- 支持直接调用 [EssentialsX](https://github.com/EssentialsX/Essentials) 数据,无缝切换
- 可点击的消息(如“点击同意”)
- 基于MineDown语法,可自定义配置
- 玩家间的传送请求
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ check-update: true
# 注意:存储配置不会通过重载指令生效,如有修改请重新启动服务器。
storage:

# 存储方式,可选 [ yaml | json | mysql(跨服推荐) | Essential(须安装ess插件) ]
# 存储方式,可选 [ yaml | json | mysql | Essential(须安装ess插件) ]
method: yaml

# 选择 yaml/json 存储方式时的存储路径
Expand Down Expand Up @@ -66,4 +66,4 @@ death-back: true
# 危险的方块类型,将判断目的地脚下的方块的类型是否在这个列表中
dangerous-blocks:
- LAVA
- AIR
- AIR

0 comments on commit e9d4e3f

Please sign in to comment.