英文名称 | Metatool |
中文名称 | |
作者 | -SX- - ContentDB |
语言 | 英语 |
版本 | Minetest Minetest Version: 5.6.0 |
依赖Mode或插件 | |
Mode类型 | |
开源协议 | |
视频 | |
代码仓库 | https://github.com/S-S-X/metatool.git |
下载地址 | Metatool - ContentDB |
简历 | 提供 API 来注册节点元数据工具以及一些有用的工具 |
Metatool Minetest mod 提供了一些有用的工具和 API 来注册元数据操作工具和其他主要专注于特殊节点数据操作的工具。
Tube Tool、Lua Tool、Magic Pen、Tron Wrench 和 Container Tool 的主要用途是将配置/代码/内存/通道从一个节点复制到另一个节点,对于传送管,还有网络列表和航点。
这些工具是可制作的,不会提供任何过分强大的功能,主要是为了使某些任务更快并允许备份节点数据。大多数功能都经过精心挑选,只包含普通玩家也可以在不使用工具的情况下手动执行的实用程序。
- 复制/读取节点数据:特殊+使用。
- 对于信息功能/特殊功能:潜行+使用(如果节点没有信息,则执行复制)。
- 对于粘贴/写入节点数据:使用。
Sharetool 是一种特殊的管理/节点共享工具,可以更改节点所有者并将所有权设置为特殊的共享帐户。使用命令/metatool:give metatool:sharetool
获取工具,ban
默认需要权限。
- 要求所有权:特殊+使用。
- 对于信息功能/特殊功能:潜行+使用
- 恢复所有权:使用。
工具可以在机器中使用,尤其是在节点断路器中。为了允许任何人这样做,“machine_use_priv”可以设置为“interact”,默认需要的权限是“server”。
包含的工具:
Tubetool
- 管道喷射器
- 管道传送管
- 管道可调真空管
- 管道分拣管
- 管道自动工匠
Luatool
- Pipeworks lua 管(带有可选的内存克隆/备份)
- Mesecons 微控制器
- Mesecons lua 控制器(带有可选的内存克隆/备份)
- Digistuff 存储芯片
- 保存/调试/克隆代码和内存 lua 控制器/管
- 也可以将代码粘贴到一些书籍/海报上。
Magic Pen
- 在多个节点之间复制/粘贴文本
- 列表太长,请参阅可选依赖项。
- 还对一些未列出的模组提供通用支持。
Tron Wrench
- 复制/粘贴 digtron 组件配置。
Container Tool
- 复制/粘贴容器配置。
- 安装技术机器升级。
- Pipeworks 接收器拆分堆栈支持。
- 完全支持技术箱。
- 可能会为某些未列出的 mod 提供通用字段克隆支持。
Sharetool
- 家居装饰书籍
- 旅游网电梯
- 旅游网旅游网
- 地图服务器 POI 和标签
- 任务块
- 全局内存控制器
- 管道传送管
- Travelnet 数据库验证/修复的管理功能
- 有限节点/区域/保护所有权转移和检查的管理功能。
- 公共设施管理的共享帐户支持的东西很少。
计划发布 v2.0.0:
- API 的版本信息。
- 日志清理并使用正确的日志记录。
- 检查并修复工具配方。
- 通用 API 更新
- 更好(更简单)的支持通知玩家(不)支持的节点。
- 通用清理。
变更日志:
v2.0-RC1:
- 这个版本虽然是候选版本,但对于任何服务器都应该足够稳定。
- 在https://github.com/SSX/metatool/pull/58中通过 @SSX 为节点特定设置添加一些测试
- 在https://github.com/SSX/metatool/pull/59中通过 @SSX 对配置值进行类型转换
- @SSX 在https://github.com/SSX/metatool/pull/61中的 Api 重构
- 通过@SSX 在https://github.com/SSX/metatool/pull/64中移动 mineunit 以供所有工具模组使用
- @SSX 在https://github.com/SSX/metatool/pull/63中的容器工具
- @SSX 在https://github.com/SSX/metatool/pull/57中的魔术笔
- 在https://github.com/SSX/metatool/pull/66中通过 @SSX链接 Magic pen 和 Container 工具README.md文件
- 在https://github.com/SSX/metatool/pull/68中通过 @SSX 将全局规范移回 metatool 目录
- (#70) 在https://github.com/SSX/metatool/pull/71中通过@SSX 转让所有权
- @SSX 在https://github.com/SSX/metatool/pull/72中更新 Sharetool 转让所有者功能
- 在https://github.com/SSX/metatool/pull/76中通过@SSX 添加 digtron 工具
- @SSX 在https://github.com/SSX/metatool/pull/77中缺少工具节点
- Sharetool 通过 @SSX 在https://github.com/SSX/metatool/pull/80支持全局内存控制器
- Sharetool 通过 @SSX 在https://github.com/SSX/metatool/pull/81修复 mod.conf 可选依赖项
- 在https://github.com/SSX/metatool/pull/87中通过 @SSX 添加对彩色旅行网的支持
- 在https://github.com/SSX/metatool/pull/82中通过 @SSX 添加对 containertool 的完整 SCI 支持
- @SSX 在https://github.com/SSX/metatool/pull/88中支持 digistuff ram 和 eeprom
- Sharetool 在https://github.com/SSX/metatool/pull/89中通过 @SSX 增加默认半径限制
- @SSX 在https://github.com/SSX/metatool/pull/91中测试覆盖率和徽章
- @SSX 在https://github.com/SSX/metatool/pull/92中更新 Mineunit-actions
- @SSX 在https://github.com/SSX/metatool/pull/93中的 Mineunit 摇滚
- 在https://github.com/SSX/metatool/pull/97通过@SSX 更新表单 API 和一些工具表单
- @SSX 在https://github.com/SSX/metatool/pull/100中更新 Mineunit
- 在https://github.com/SSX/metatool/pull/101通过@SSX 复制时对旅行网和电梯进行排序
- Tubetool 基本测试和工具错误修复由 @SSX 在https://github.com/SSX/metatool/pull/104
- 在https://github.com/SSX/metatool/pull/105中通过 @SSX 扩展测试并使用 Mineunit 徽章
- 在https://github.com/SSX/metatool/pull/106中通过@SSX 修复传送管收集器
- 在https://github.com/SSX/metatool/pull/107中禁用 @SSX 对其他玩家拥有的私人接收器的接收
- Pipeworks formspec 在https://github.com/SSX/metatool/pull/109中由@SSX 进行了更严格的检查
- 在https://github.com/SSX/metatool/pull/110中通过 @SSX 添加对 tubetool 的 autocrafter 支持
- @SSX 在https://github.com/SSX/metatool/pull/117中处理 Containertool 升级
- @SSX 在https://github.com/SSX/metatool/pull/118中支持 Sharetool tptube
- 完整更新日志:https ://github.com/SSX/metatool/compare/v1.3.0…v2.0-RC1
v1.3.1:
- 已修复:如果未安装 pipeworks mod,则 Tubetool 潜行+使用(信息功能)会导致游戏崩溃。
v1.3.0:
- 显示 lua 控制器和 lua 管的内存转储(潜行+使用)。
- 克隆 lua 控制器和 lua 管的内存(通过调试视图)。
v1.2.0:
- 获取存储通道的传送管列表。
- 允许在具有可配置权限的机器中使用工具,尤其是在节点断路器中。
- 可以添加通配符/备用节点
v1.1.0
- Sharetool 地图服务器 POI 和标签
- Sharetool任务块
- Mod 依赖项现在是可选的
v1.0.0
- 初始发行