diff --git a/README.md b/README.md index 193c3e26..9a57360f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Leaves > Fork of [Paper](https://github.com/PaperMC/Paper) aimed at repairing broken vanilla properties. +> You can see what we modify and fix in [this](https://github.com/LeavesMC/Leaves/blob/master/docs/MODIFICATION.md) + > Waring: This fork will have low mspt as Paper ## How To (Server Admins) diff --git a/README_cn.md b/README_cn.md index aa6ae235..da0fb0b8 100644 --- a/README_cn.md +++ b/README_cn.md @@ -5,6 +5,8 @@ Leaves > 一个致力于修复原版服务端被破坏特性的 [Paper](https://github.com/PaperMC/Paper) 分支 +> 你可以在[这里](https://github.com/LeavesMC/Leaves/blob/master/docs/MODIFICATION_cn.md)查看所有的修改和修复内容 + > 此服务端的性能可能会略低于Paper原版 并不适合所有服务器使用 ## 对于服务器管理员 diff --git a/CONTRIBUTING.md b/docs/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to docs/CONTRIBUTING.md diff --git a/CONTRIBUTING_cn.md b/docs/CONTRIBUTING_cn.md similarity index 100% rename from CONTRIBUTING_cn.md rename to docs/CONTRIBUTING_cn.md diff --git a/docs/MODIFICATION.md b/docs/MODIFICATION.md new file mode 100644 index 00000000..f4ec104f --- /dev/null +++ b/docs/MODIFICATION.md @@ -0,0 +1,18 @@ +Leaves Modification +-------- + +**English** | [中文](https://github.com/LeavesMC/Leaves/blob/master/docs/MODIFICATION_cn.md) + +## Fix + +> All of it will don't have configuration + +- Gravity block duper +- Trading with the void + +## Modify + +> All of it will have configuration + +- Player edit can sign +- Snowball and egg can knockback player \ No newline at end of file diff --git a/docs/MODIFICATION_cn.md b/docs/MODIFICATION_cn.md new file mode 100644 index 00000000..42e02b10 --- /dev/null +++ b/docs/MODIFICATION_cn.md @@ -0,0 +1,18 @@ +Leaves Modification +-------- + +[English](https://github.com/LeavesMC/Leaves/blob/master/docs/MODIFICATION.md) | **中文** + +## 修复 + +> 所有的修复内容都不会存在配置项 + +- 重力方块复制 +- 虚空交易 + +## 修改 + +> 所有的修改内容都会存在配置项 + +- 玩家可以编辑已经放置的告示牌 +- 雪球和鸡蛋可以击退玩家 \ No newline at end of file