自动点火重制版

自动点火重制版

熔炉自动化插件

生活质量

AutoIgnitionRedux 🔥

一个 Hytale 熔炉自动化插件

🖼️ 画廊

gui-info gui-global gui-config gui-about

⚙️ 配置

示例配置 -- AutoReduxConfig.json

{
  "ConfigVersion": 1, // 请勿修改
  "ScanInterval": 750,
  "ScanNeighborInterval": 1250,
  "AutoStart": true,
  "AutoStop": false,
  "AutoFuel": true,
  "AutoEmpty": false,
  "AutoFill": true
}

ScanInterval 已加载区块中熔炉的扫描间隔

持续时间(毫秒)-- 500ms(最小值)

ScanNeighborInterval 扫描相邻容器以链接到熔炉的间隔

持续时间(毫秒)-- 1000ms(最小值)

AutoStart 当所有条件满足时自动开始熔炼

[true|false]

AutoStop 当输入为空时停止熔炉运行

[true|false]

AutoFuel 自动尝试从输出(木炭)或相邻容器中为熔炉添加燃料

[true|false]

AutoEmpty 尝试将输出内容排出到相邻容器中

[true|false]

AutoFill 尝试从相邻容器填充输入

[true|false]


🔒 命令与权限

命令 节点 描述
/autoignition autoignitionredux.commands 基础权限
同时授予访问 GUI 菜单的权限
/autoignition config autoignitionredux.commands.config 配置权限
可在菜单中修改插件配置
/autoignition config reload autoignitionredux.commands.config.reload 配置重载权限
允许从文件重新加载配置
/autoignition global autoignitionredux.commands.global 全局控制权限
与配置分离。允许通过命令和菜单全局启用/禁用插件

命令别名:/ai/air



🔧 安装

最新发布页面获取最新的编译版本,并将其放入您的 Hytale 服务器的 mod 文件夹中。本插件附带合理的默认配置,如果您不希望进行任何设置,则无需额外配置。



⛏️ 构建

这是一个 Maven 项目。pom 文件中包含一个用于构建和运行开发服务器的自定义 profile。
如有必要,请在 pom.xml 中更新当前的游戏版本。

<dependency>
    <groupId>com.hypixel.hytale</groupId>
    <artifactId>Server</artifactId>
    <!-- 更新为最新版本并添加到资源 -->
    <version>2026.03.26-89796e57b</version>
    <scope>provided</scope>
</dependency>

server.properties 中,您需要正确配置 Hytale 开发服务器路径和发布类型。

hytale.server.kind=release
hytale.server.dir=C:\\Users\\Trinity\\AppData\\Roaming\\Hytale\\install\\${hytale.server.kind}\\package\\game\\latest
hytale.plugins.dir=${hytale.server.dir}\\Server\\mods

之后,如果使用 Maven 构建工具扩展,只需启用 build-and-run profile,然后运行 install 生命周期。编译后的 JAR 文件将被构建并传输到您服务器的 mod 文件夹,随后服务器将启动。

或者,您可以在本地项目的终端中运行 profile。

mvn install -P="build-and-run"



💬 问题与反馈

如果在使用过程中遇到任何问题,请在我们的问题跟踪器中报告。同时也欢迎您提出未来功能的建议。衷心感谢 Lutia 为本插件奠定的基础。😊