Skip to content

Commit

Permalink
📝 update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XiYang6666 committed Jun 8, 2024
1 parent f5c1304 commit db1c752
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,21 @@

HashBook 是一个 Paper 插件, 通过将书籍数据存储在外部, 实现 Minecraft 中高密度书籍存储.

## :warning: WIP :warning:

**本项目正在进行中, 部分功能还未支持**

## 功能

序列化书籍内容, 生成并保存哈希值, 并按配置将书籍内容保存在外部存储中.

- [x] PDC 存储哈希
- [x] NBT 存储哈希
- [x] 文件存储书籍数据
- [ ] SQLite 存储书籍数据
- [ ] MySQL 存储书籍数据
- [ ] 更方便的指令

## 注意事项

存储后的书籍会删除书页信息, 以便在 Minecraft 中高密度存储书籍, 并防止区块数据溢出.
Expand Down

0 comments on commit db1c752

Please sign in to comment.