- 修复漏斗计数器启用时如果漏斗内有物品时会重复计数的 bug
- 修复使用
func hoppercounter false后计数器数据不清空的 bug - 给计数器添加最近一分钟的数据(包括总物品数量和速率)
- 修复方块扁平化导致的漏斗计数器无法使用的 bug(#121)
- 支持 1.20.30.02
- 修复部分假人 bug(#105)
- 支持 1.20.11.01
- 修复仙人掌对部分红石方块无效果的问题 (#111)
- 支持 1.20.0.01
- 修复
log pt命令崩溃的问题 (#103) - 修复猫,灾厄村民等生物头顶出现时钟 tag 的问题 (#102)
- 修复假人背包无法保存的问题
- 支持 1.19.81.01
- 修复低耐久不切换同样不同耐久的工具的情况
- 修改快捷指令的配置文件格式,为每个快捷指令添加名字以及
enable选项。因此该版本的配置文件的快捷指令部分不兼容旧版本,请手动替换快捷指令部分的配置 - 修复仙人掌转方块和仙人掌右键混凝土的快捷指令冲突的问题
- 添加
shortcut命令用于在游戏内开关快捷指令 (#96)
- Support 1.19.81.01
- Fix low damage tools can't switch automatically
- Modify the configuration file format of shortcuts, add name as key and
enableoption for each shortcut. Therefore, the configuration file of this version is not compatible with the old version, please replace the configuration of the shortcut command manually. - Fix the issue that the cactus rotation are in conflict with shortcut "hopper counter printer".
- Add
shortcutcommand for en/disable shortcut in game (#96)
- 支持 1.19.81.01
- 修复低耐久不切换同样不同耐久的工具的情况
- Support 1.19.81.01
- Fix Low damage tools can't switch automatically
- 支持 1.19.72.01
- 为
prof添加Trapdoor子项以测量插件自身的 tick 开销 - 优化配置文件的加载方式(便于多人开发)
- 为[hud]添加了显示全局生物上限的功能
- 修复[hud]的漏斗计数器无法正常关闭的 bug
- Support 1.19.72.01
- Add
Trapdooritems to the outputs ofprofcommand to measure the tick overhead of mod itself. - Add global spawn limit to hud command
- Fix a bug in [hud] command that the counter in hud can not be closed
- 修复假人部分刷物品的 bug
- 调整假人的相关命令(
useonpos,useon,destroypos,destroy) - 为假人增加脚本执行功能,具体见假人脚本 API & 教程
- Fixed the bug of simulated player can duplicate items
- Adjust some
playersubcommands (useonpos,useon,destroypos,destroy) - Add script execution features for simulated player, see Dummy Script API & Tutorial for details (Due to limited time, the English document is suspended)
由于installer.exe会自动判别 LL 版本,因此此后不再标出 LL 版本信息
- 支持 1.19.61.01
- 合并
func和tweak指令的内的功能并移除tweak功能,且将其分为全局功能和个人功能,细节参考这里 - 修改配置文件格式,且不和之前的版本兼容,请手动替换和编辑
- 添加
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
- support 1.9.61.01
- Merge the features in the
funcandtweakcommand, removetweak command, and divide them into global features and individual functions. For details, refer to here - Modify the configuration file format, and not compatible with the previous version, please replace and edit manually
- Add
player <name> swapfunction, which can swap the backpack of the player and the fakeplayer - More perfect I18N support (including Chinese and English)
- Fixed the bug that
player setwould modify the items in the fake player's backpack - Now
hud hoppercan be used without pointing to concrete (automatically displays the information of the channel the player interacted with last time)
- 需要 LiteLoader 2.10.0(-beta) 或以上版本
- 支持 1.19.61.01
- 支持 1.19.61.01
- Requires LiteLoader 2.10.0(-beta) or above
- Supports 1.19.61.01
- Supports 1.19.61.01
- 需要 LiteLoader 2.9.0 或以上版本
- 支持 1.19.50.x 以及 1.19.51.x 及以上版本
- 移除
hud show true命令,使用hud add后会自动显示 - 添加
player [name] set slot子命令用于将背包内指定位置的物品交换到手上 - 添加
tweak creativenoclip开启后创造模式能够穿墙 - 添加多语言支持(中文和英文)
- 优化
HSA算法,现在不开生物生成,在虚空下也能显示 HSA - 在 release 中添加
installer.exe简化安装流程
- 需要 LiteLoader 2.9.0 或以上版本
- 支持 1.19.50.x 以及 1.19.51.x 及以上版本
hud redstone现在会显示容器能提供的比较器信号- 添加
prof pt子命令用于评估区块内计刻数量 - 添加
log pt子命令用于显示区块内所有计划刻的详细信息 - 修复假人会攻击自己的问题
- 移除
tick命令的部分倍率限制以及不能在命令方块内执行的限制 - 添加
player info命令用于显示假人的部分元数据信息 - 修复召唤假人时其游戏模式可能和召唤者不一致的问题
- 修复
village head无法关闭村民头顶信息显示的问题 - 调高部分命令的权限等级
- 修复一些 typo
- Requires LiteLoader 2.9.0 or above
- Supports 1.19.50.x and 1.19.51.x
hud redstonenow displays the comparator signals that container can provide- Added the
prof ptsubcommand to evaluate the number of pending ticks in a chunk - Added
log ptsubcommand to display detailed information about all the pending ticks in a chunk - Fix the problem that fake player can attack themselves
- Removed some restrictions of the
tickcommand and the restriction that it cannot be executed within a command block - Add
player infocommand to show some metadata information of the fake player - Fix the problem that the game mode of the fake player may not match with command executor
- Fix the problem that
village headcannot turn off the display of villagers' head information. - Increase the default permission level of some commands.
- Fix some typos
此版本需要同时安装
- https://github.com/OEOTYAN/LiteLoaderBDS-CUI/releases/tag/ll.1.0
- https://github.com/OEOTYAN/Trapdoor-CUI/releases/tag/v5.0
这两个材质包,如果不使用区块边界和史莱姆区块显示功能,可不安装第二个
- 需要 LiteLoader 2.9.0 或以上版本
- 支持 1.19.50.x 以及 1.19.51.x 及以上版本
- 支持 1.19.5x
Both the follow 2 resource packs are required
- https://github.com/OEOTYAN/LiteLoaderBDS-CUI/releases/tag/ll.1.0
- https://github.com/OEOTYAN/Trapdoor-CUI/releases/tag/v5.0
- Requires LiteLoader 2.9.0 or above
- Supports 1.19.50.x and 1.19.51.x
- Support 1.19.5x
此版本需要同时安装
- https://github.com/OEOTYAN/LiteLoaderBDS-CUI/releases/tag/ll.1.0
- https://github.com/OEOTYAN/Trapdoor-CUI/releases/tag/v5.0
这两个材质包,如果不使用区块边界和史莱姆区块显示功能,可不安装第二个
- 需要 LiteLoader 2.8.0 或以上版本
- 理论上支持 1.19.40.02 及以上版本
- 支持 1.19.40.02
Both the follow 2 resource packs are required
- https://github.com/OEOTYAN/LiteLoaderBDS-CUI/releases/tag/ll.1.0
- https://github.com/OEOTYAN/Trapdoor-CUI/releases/tag/v5.0
- Requires LiteLoader 2.8.0 or above
- Theoretically supports 1.19.40.02 and above
- Support 1.19.40.02
此版本需要同时安装
- https://github.com/OEOTYAN/LiteLoaderBDS-CUI/releases/tag/ll.1.0
- https://github.com/OEOTYAN/Trapdoor-CUI/releases/tag/v5.0
这两个材质包,如果不使用区块边界和史莱姆区块显示功能,可不安装第二个
- 需要 LiteLoader 2.7.2 或以上版本
- 理论上支持 1.19.30.04 及以上版本
- 支持 1.19.30.04
- 新增
village dweller命令以显示村民所绑定的 POI 坐标 HUD新增villager选项,功能同上data entity会显示更加精确的坐标和速度数据(#37)- 现在内建命令
ll list Trapdoor会显示正确的版本信息了 - 修复有关漏斗计数器的一系列 bug(#38)
此版本需要同时安装
- https://github.com/OEOTYAN/LiteLoaderBDS-CUI/releases/tag/ll.1.0
- https://github.com/OEOTYAN/Trapdoor-CUI/releases/tag/v5.0
这两个材质包,如果不使用区块边界和史莱姆区块显示功能,可不安装第二个
- 需要 LiteLoader 2.6.1 或以上版本
- 理论上支持 1.19.22.01 及以上版本
- 将粒子调整为 LL 统一使用的材质包
- 在默认配置文件中移除了假人的默认前缀
bot_ village info命令支持补全(同时支持 vid 和 uuid)- 假人支持自动寻路到某处(
player <name> navto <pos>) - 假人支持跟随(除了掉落物外的任意)实体,使用指针指定实体,不指向任何实体时假人会跟随自己(
player <name> follow) - 假人支持丢出背包内物品
drop丢出某种物品一组droptype丢出背包内所有该种物品dropall丢出背包内所有物品(不包含盔甲栏)
- 修复异步保存假人背包导致的潜在刷物品的 bug
- 假人现在可以执行命令了(
player <name> runcmd <command> ...) - 修复部分 typo 错误
- 需要 LiteLoader 2.6.1 或以上版本
- 理论上支持 1.19.22.01 及以上版本
- 支持 1.19.22.01,(应该也支持 1.19.21.01)
- 需要 LiteLoader 2.5.0 或以上版本
- 理论上支持 1.19.20.02 及以上版本
- 开服时的默认配置项将不再打印在控制台
- 添加
traodoor dump命令以打印当前配置项 tweak添加防止爆炸破坏地形的功能- 修复假人背包数据同步滞后的问题(#20)
- 修复假人在死亡时背包不能正确清空的问题 (#24)
- 添加自定义假人名称前缀的功能(生成新假人时会使用)(#21)
- 移除假人自动加入游戏的功能 (#23)
- 修复
tick fz和tick fw会执行两次的问题 - 修复仙人掌转方块和漏斗计数器查看冲突(#28)
- 修复部分拼写错误
- 需要 LiteLoader 2.5.0 或以上版本
- 理论上支持 1.19.20.02 及以上版本
tweak命令现在可以修改计划刻上限了- 修复
prof指令内计划刻数据计算错误的问题 - 修复无法将假人背包数据写如文件的问题(#12)
- 为
prof entity增加合计执行时间 - 添加 trigger 命令以监控部分游戏内事件(新增事件可前往#17 反馈)
- 移除占地方的 banner 并添加相关版权信息和构建时间
- 修复村民头顶信息的部分显示问题
- 修复玩家实体名字显示为
entity.player.name的问题``
- 需要 LiteLoader 2.5.0 或以上版本
- 理论上支持 1.19.20.02 及以上版本
- 支持 1.19.20.02 by @dreamguxiang
- 添加
trapdoor crash命令支持指令崩服 - 添加
trapdoor reload以支持配置文件热重载(不可重载命令部分) - 给
data redstone signal添加更多的信息显示(信号源的 dampening,directlyPowered 等) - 修复
log os可能显示错误的 CPU 占用信息的 bug(#11) - 给
tick指令添加部分短命令以兼容旧版命令 - 给 shortcuts 添加新的触发器
destroy,可在玩家破坏方块时触发 - 修复自动工具选择的耐久阈值设置错误的问题
- 修复部分拼写错误
- 需要 LiteLoader 2.4.1 或以上版本
- 理论上支持 1.19.10 及以上版本
- 修复无法保存中文名的假人的数据的问题(控制台频繁输出
can not write file) - 假人在服务器重启后能自动加回到服务器
- 添加配置项
keep-sim-player-inv以配置是否保存假人背包数据 - 添加配置项
tool-damage-threshold以修改自动切换工具的耐久阈值 - 强化
data redstone指令以查看信号源的连接情况 - 修复少量单词拼写错误
- 需要 LiteLoader 2.4.1 或以上版本
- 理论上支持 1.19.10 及以上版本
- 支持县人装转方块,可使用
trapdoor blockrotate命令开启,感谢@OEOTYAN 的 PR - 支持史莱姆区块显示,可使用
slime命令配置,感谢@quizhizhe 的 PR - 添加计算距离的
dis命令
- 需要 LiteLoader 2.4.1 或以上版本
- 理论上支持 1.19.10 及以上版本
- 增加
seed命令以查看世界种子和玩家附魔种子 - 将
player destroy拆分成份player destroyon和player destroy命令, 前者需要指定方块坐标,后者假人 会自动挖掘其指向的方块 hud添加chunk子命令以支持区块显示
- 需要 LiteLoader 2.4.0 或以上版本
- 理论上支持 1.19.10 及以上版本
- 支持 1.19.10
- 现在可以在配置文件设置
tweak默认是否开启
- 需要 LiteLoader 2.3.1 或以上版本
- 理论上支持所有 1.19.10 之前的版本,不包括 1.19.10
- 添加
log os命令以显示服务器的内存和 CPU 占用 porf会默认执行prof normal 100- 现在绝大部分命令都能在命令方块或者后台执行了
- 修复
hsa无法显示掠夺者前哨站的 bug
这是一个测试CI/CD的版本,只修复了少量 bug
- 需要 LiteLoader 2.3.1 或以上版本
- 理论上支持 1.19.x 的所有版本
player命令现在可以对名字进行补全village显示村庄列表时会顺序显示- 简化自动工具切换的代码,提高准确度和效率
需要 LL 2.3.1 作为支持
- 修复假人生成位置不准确的问题
- 修复假人生成维度不对的问题
- 当不指定坐标时假人会挖掘它视线所指的方块
- 给 hud 添加了全局开关以及数据刷新速度设置
- 给例子效果添加性能调节选项(见 trapdoor 命令)
- 添加发射器/投掷器物品不消耗的功能(创造服)
- 添加强制放方块的功能(创造服)
- 添加无视阻碍打开容器的功能
- 添加挖掘自动换工具的功能(比较 OP,大概率还有一些 bug)
需要 LL 2.3.1 作为支持
- 修复假人的大量 bug,包括数据不匹配,崩服,部分指令无效等等
- 给
player添加set子命令,用于设置手中物品(会自动在背包中查询) - 现在假人死亡后会自动离开游戏
- 给实体/物品名字加上多语言支持(如果需要中文则需要在服务配置文件(server.properties)加上
language='zh_CN') - 优化
spawn analyze print的输出格式,使其更加易用
- 支持 1.19.1.01
- 现在配置文件需要放到
plugins/trapdoor/目录下
- 添加 spawn analyze 命令,分析刷怪生成
- 添加 spawn count 命令以统计实体个数
- HUD 添加
add redstone子命令,用于显示红石原件的强度 - HUD 取消了指向方块名称的显示,添加了所在群系名字的显示
data命令能正常打印方块数据了data新增加了[nbt] [path]子命令以打印部分数据
- 修复部分拼写错误
- 添加自定义修改快捷键功能(use-on command use)
- 修复 tick acc 无法使用的 bug
- 修复 hud 上指向的方块名字多了一个冒号的 bug
- 修复
spawn forcesp没有生成失败提示的 bug - 现在
spawn forcesp可以指定坐标 - 移除了
prof entities的结果中的minecraft:前缀