Skip to content

Releases: mcyyps2/RedstoneCodeStudio-source

RedstoneCode Studio 1.3.5

Choose a tag to compare

@github-actions github-actions released this 15 Aug 06:02

RedstoneCode Studio 1.3.5

下载说明

文件 说明
RCStudio-windows-amd64-1.3.5.zip Windows x64 精简版
RCStudio-windows-amd64-full-1.3.5.zip Windows x64 完整版(小白选这个)
RCStudio-windows-arm64-1.3.5.zip Windows ARM64 精简版
RCStudio-windows-arm64-full-1.3.5.zip Windows ARM64 完整版
RCStudio-linux-amd64-1.3.5.zip Linux x64 精简版
RCStudio-linux-amd64-full-1.3.5.zip Linux x64 完整版
RCStudio-macos-amd64-1.3.5.zip macOS Intel 精简版
RCStudio-macos-amd64-full-1.3.5.zip macOS Intel 完整版
RCStudio-macos-arm64-1.3.5.zip macOS Apple Silicon 精简版
RCStudio-macos-arm64-full-1.3.5.zip macOS Apple Silicon 完整版(小白选这个)

更新内容

v1.3.4 核心体验修复

Bug 修复:

  • 移除硬编码开发机路径 F:\zulu26、F:\zulu17,改为通用 JDK 扫描路径
  • 修复 addJavaHandler 去重 bug:添加重复路径时不再清空整个 Java 环境列表
  • 修复 config.yml 去重失效:Set 存对象无法去重,改用 Map 按 key 字符串去重
  • 补全 5 个缺失 onConfigure 的节点,修复蓝图导入时 widget 值不恢复

代码生成:

  • resolvePlayer 空指针安全:18 个玩家动作节点自动包裹 null check,防止玩家不在线时 NPE 崩服
  • 生成的代码示例: { Player __p = Bukkit.getPlayer("name"); if (__p != null) { __p.setHealth(20); } }

新功能:

  • 撤销/重做:Ctrl+Z 撤销、Ctrl+Y 或 Ctrl+Shift+Z 重做,最多 50 步历史
  • 代码锁定:点击"锁定代码"按钮后,节点变更不会覆盖编辑器中手动修改的代码

提示: 如果遇到问题,请提交 Issue

RedstoneCode Studio 1.3.32

Choose a tag to compare

@github-actions github-actions released this 14 Aug 17:46

RedstoneCode Studio 1.3.32

下载说明

文件 说明
RCStudio-windows-amd64-1.3.32.zip Windows x64 精简版
RCStudio-windows-amd64-full-1.3.32.zip Windows x64 完整版(小白选这个)
RCStudio-windows-arm64-1.3.32.zip Windows ARM64 精简版
RCStudio-windows-arm64-full-1.3.32.zip Windows ARM64 完整版
RCStudio-linux-amd64-1.3.32.zip Linux x64 精简版
RCStudio-linux-amd64-full-1.3.32.zip Linux x64 完整版
RCStudio-macos-amd64-1.3.32.zip macOS Intel 精简版
RCStudio-macos-amd64-full-1.3.32.zip macOS Intel 完整版
RCStudio-macos-arm64-1.3.32.zip macOS Apple Silicon 精简版
RCStudio-macos-arm64-full-1.3.32.zip macOS Apple Silicon 完整版(小白选这个)

更新内容

安全修复

  • HTTP 服务器绑定 127.0.0.1,不再监听 0.0.0.0
  • 移除 3 处 CORS Access-Control-Allow-Origin: * 响应头
  • 会话密钥改为持久化随机 32 字节密钥(不再硬编码)
  • 新增构建请求路径穿越校验(PluginName/MainClass/PackageName 字符合法性)
  • 新增 pom.xml 危险插件过滤(拦截 exec-maven-plugin、maven-antrun-plugin 等 RCE 插件)
  • writeFile 返回 error 并在所有调用处检查
  • Content-Disposition filename 过滤(防止 HTTP 头注入)
  • Maven 错误输出截断 2000 字符并过滤 JVM WARNING(避免泄露本机信息)
  • 公告/更新弹窗 innerHTML XSS 修复为 textContent
  • 模板 ID 注入用 Number() 强转

Maven 构建修复

  • 加 -U 参数强制更新 SNAPSHOT 依赖缓存
  • 加 --enable-final-field-mutation=ALL-UNNAMED 抑制 Java 24+ JVM 警告
  • 修复 paper-api 1.20.5 的 adventure-bom:4.17.0-SNAPSHOT 缺失问题(自动安装正式版到本地仓库)
  • Folia 模式 pom.xml 添加 dependencyManagement 覆盖 adventure-bom 版本

提示: 如果遇到问题,请提交 Issue

RedstoneCode Studio 1.3.4

Choose a tag to compare

@github-actions github-actions released this 14 Aug 18:56

RedstoneCode Studio 1.3.4

下载说明

文件 说明
RCStudio-windows-amd64-1.3.4.zip Windows x64 精简版
RCStudio-windows-amd64-full-1.3.4.zip Windows x64 完整版(小白选这个)
RCStudio-windows-arm64-1.3.4.zip Windows ARM64 精简版
RCStudio-windows-arm64-full-1.3.4.zip Windows ARM64 完整版
RCStudio-linux-amd64-1.3.4.zip Linux x64 精简版
RCStudio-linux-amd64-full-1.3.4.zip Linux x64 完整版
RCStudio-macos-amd64-1.3.4.zip macOS Intel 精简版
RCStudio-macos-amd64-full-1.3.4.zip macOS Intel 完整版
RCStudio-macos-arm64-1.3.4.zip macOS Apple Silicon 精简版
RCStudio-macos-arm64-full-1.3.4.zip macOS Apple Silicon 完整版(小白选这个)

更新内容

v1.3.4 核心体验修复

Bug 修复:

  • 移除硬编码开发机路径 F:\zulu26、F:\zulu17,改为通用 JDK 扫描路径
  • 修复 addJavaHandler 去重 bug:添加重复路径时不再清空整个 Java 环境列表
  • 修复 config.yml 去重失效:Set 存对象无法去重,改用 Map 按 key 字符串去重
  • 补全 5 个缺失 onConfigure 的节点,修复蓝图导入时 widget 值不恢复

代码生成:

  • resolvePlayer 空指针安全:18 个玩家动作节点自动包裹 null check,防止玩家不在线时 NPE 崩服
  • 生成的代码示例: { Player __p = Bukkit.getPlayer("name"); if (__p != null) { __p.setHealth(20); } }

新功能:

  • 撤销/重做:Ctrl+Z 撤销、Ctrl+Y 或 Ctrl+Shift+Z 重做,最多 50 步历史
  • 代码锁定:点击"锁定代码"按钮后,节点变更不会覆盖编辑器中手动修改的代码

提示: 如果遇到问题,请提交 Issue

RedstoneCode Studio 1.3.31

Choose a tag to compare

@mcyyps2 mcyyps2 released this 11 Aug 04:27

RedstoneCode Studio 1.3.31

下载说明

文件 说明
RCStudio-windows-amd64-1.3.31.zip Windows x64 精简版
RCStudio-windows-amd64-full-1.3.31.zip Windows x64 完整版(小白选这个)
RCStudio-windows-arm64-1.3.31.zip Windows ARM64 精简版
RCStudio-windows-arm64-full-1.3.31.zip Windows ARM64 完整版
RCStudio-linux-amd64-1.3.31.zip Linux x64 精简版
RCStudio-linux-amd64-full-1.3.31.zip Linux x64 完整版
RCStudio-macos-amd64-1.3.31.zip macOS Intel 精简版
RCStudio-macos-amd64-full-1.3.31.zip macOS Intel 完整版
RCStudio-macos-arm64-1.3.31.zip macOS Apple Silicon 精简版
RCStudio-macos-arm64-full-1.3.31.zip macOS Apple Silicon 完整版(小白选这个)

更新内容

  • 增加 26.2版本支持(beta)

提示: 如果遇到问题,请提交 Issue

1.3.3

Choose a tag to compare

@mcyyps2 mcyyps2 released this 11 Aug 01:52

RedstoneCode Studio v1.3.3

新增

  • Folia 兼容模式(调度器开关、Paper API、版本限制 1.19-26.2)
  • 字符串转坐标节点
  • Java 环境管理(手动添加/浏览/删除,跨平台)
  • 支持 Minecraft 26.2

1.3.2

Choose a tag to compare

@mcyyps2 mcyyps2 released this 10 Aug 13:20

针对windows用户的1.3.2
抱歉由于用了api是windows的我要去打布吉岛了
所以就先更windows的

RedstoneCode Studio 1.3.1

Choose a tag to compare

@github-actions github-actions released this 10 Aug 09:32

RedstoneCode Studio 1.3.1

下载说明

文件 说明
RCStudio-windows-amd64-1.3.1.zip Windows x64 精简版
RCStudio-windows-amd64-full-1.3.1.zip Windows x64 完整版(小白选这个)
RCStudio-windows-arm64-1.3.1.zip Windows ARM64 精简版
RCStudio-windows-arm64-full-1.3.1.zip Windows ARM64 完整版
RCStudio-linux-amd64-1.3.1.zip Linux x64 精简版
RCStudio-linux-amd64-full-1.3.1.zip Linux x64 完整版
RCStudio-macos-amd64-1.3.1.zip macOS Intel 精简版
RCStudio-macos-amd64-full-1.3.1.zip macOS Intel 完整版
RCStudio-macos-arm64-1.3.1.zip macOS Apple Silicon 精简版
RCStudio-macos-arm64-full-1.3.1.zip macOS Apple Silicon 完整版(小白选这个)

更新内容

  • 增加 1.21.x 版本支持(beta)

提示: 如果遇到问题,请提交 Issue

1.3.1

Choose a tag to compare

@mcyyps2 mcyyps2 released this 10 Aug 09:36

无###