Skip to content

Commit

Permalink
Add: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hhhxiao committed Feb 21, 2023
1 parent c21ff66 commit ae47ed2
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 23 deletions.
36 changes: 36 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
### trapdoor-ll-0.30.0-1.19.61.01

**由于`installer.exe`会自动判别LL版本,因此此后不再标出LL版本信息**

#### 更新日志

- 支持1.19.61.01
- 合并`func``tweak`
指令的内的功能并移除`tweak`
功能,且将其分为全局功能和个人功能,细节参考[这里](https://github.com/bedrock-dev/trapdoor-ll/blob/1.19.61.01/docs/func.md)
- 修改配置文件格式,且**不和之前的版本兼容**,请手动替换和编辑
- 添加`player <name> swap`功能,可交换玩家和其面向的假人的背包
- 更完善的多语言支持(包括中文和英文)
- 修复`player set`会修改假人背包内物品的bug
- 现在`hud hopper`不需要指向混凝土也能使用(自动显示玩家上一次交互的频道的信息)

---


**Due to `installer.exe` will automatically identify the LL version, so the changelog won't display LL version
information**

#### update log

- support 1.9.61.01
- Merge the features in the `func` and `tweak` command, remove `tweak command`, and divide them into global features
and individual functions. For details, refer
to [here](https://github.com/bedrock-dev/trapdoor-ll/blob/1.19.61.01/docs/func.md)
- Modify the configuration file format, and **not compatible with the previous version**, please replace and edit
manually
- Add `player <name> swap` function, which can swap the backpack of the player and the fakeplayer
- More perfect I18N support (including Chinese and English)
- Fixed the bug that `player set` would modify the items in the fake player's backpack
- Now `hud hopper` can be used without pointing to concrete (automatically displays the information of the channel the
player interacted with last time)

### trapdoor-ll-0.26.0-1.19.61.01

#### 依赖和版本支持
Expand Down
22 changes: 1 addition & 21 deletions docs/功能和权限的分配.md → docs/func.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,14 @@
- 创造模式无碰撞
- 仙人掌转方块
- 自动换工具
- 强制开容
- 只能全局生效的功能/配置
- 漏斗计数器
- 发射器无消耗
- 计划刻上限修改
- 安全爆炸
- 禁止NC更新
- 强制开容

对于全局功能,使用全局功能配置指令`func`全局开启即可,配置文件可配置
对于个人功能,需要 `func`全局开启以及`self`指令个人开启才能生效(部分功能因为产生冗余可以自动生效,如HUD)

- 修改`func`的配置项目,具有如下子命令
- /func hud
- /func no-clip
- /func block-rotate
- /func autotool
- /func fcopen
- /func fcplace
- /func nocost
- /func no-nc-update
- /func hoppercounter
- /func safe-explode
- /func max-pt-size

- 添加`self`命令,具有如下子命令
- /self hud(默认开启)
- /self no-clip
- /self block-rotate
- /self auto-tool
- /self fcopen
- 移除`tweak`命令
4 changes: 2 additions & 2 deletions metadata
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
0.26.0
0.30.0
1.19.61.01
2.10.0
2.10.1

0 comments on commit ae47ed2

Please sign in to comment.