Skip to content

Releases: hugeBlack/McfDebugger_Mod

Support for Minecraft1.17.1

16 Aug 12:52
Compare
Choose a tag to compare
  • 简体中文

    • 支持Minecraft1.17.1,请把插件升级到v0.2.1来配合使用
    • 修复了中文路径导致无法使用的bug
    • 暂时无法查看离maxCommandChainLength用完还剩多少指令
    • 更新时间:2021/8/16
  • English

    • Fix the bug caused by Chinese characters in file path.
    • Support for Minecraft 1.17.1. Please upgrade your Minecraft Mod to v0.2.1 to work with this version of mod.
    • Temporary unsupport for command left to maxCommandChainLength.
    • Date: 2021/8/16

New Features

08 Mar 15:41
Compare
Choose a tag to compare

简体中文

  • 添加了可选特性功能:nonStopOnException(#1)
    具体用法请移步插件部分的Readme
  • 代码重写
  • 请将VSCode插件版本升级到v0.1.1来和这个版本的插件一起工作
  • 更新时间:2021/3/8

English

  • Added selectable feature: nonStopOnException(#1)
    see Readme of the extension part for more information
  • Some rewrites.
  • Please upgrade your VSCode extension to v0.1.1 to work with this version of mod.
  • Date: 2021/3/8

Bug Fixes

24 Feb 15:46
Compare
Choose a tag to compare

简体中文

English

Bug Fixes

18 Feb 10:14
Compare
Choose a tag to compare
Bug Fixes Pre-release
Pre-release

简体中文

  • 修复了获得权限等级显示Error的问题
  • 添加了相互版本检查
  • 新图标
  • 请将VSCode插件升级到v0.0.2来和这个版本的Mod一起工作

English

  • Permission Level Error Fix
  • Add version check with the extension
  • New icon
  • Please upgrade your VSCode extension to v0.0.2 to work with this version of mod.

1.0.0

16 Feb 12:14
Compare
Choose a tag to compare
1.0.0 Pre-release
Pre-release

首次发布!
我已经注意到翻译文本显示不正常,正在找解决方案。
#@Loud和#@log在execute命令上不起作用,它们只显示第一个命令的结果,您可以使用函数并使用#@Loud或#@log代替。为了支持execute命令,我必须重写execute的register方法,这将对命令造成太大的更改。

First Release!

I've noticed that translable texts were not displayed correctly and I'm finding a solution to it.

The #@Loud and #@log don't work on execute command and they will only show the result of first command, you can use a function and use #@Loud or #@log instead. To support execute command, I have to overwrite the register method of execute, which will be too big a change to the command.