You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A syntax error, Syntax error: Unexpected "concrete" at "/test >>concrete<< apple", is displayed when I use my custom command.
Command: test <block: Block> <item: Item>.
Input: /test concrete apple
Block type and Item type seem to have been replaced by "equipment slots".
please refer to “Steps to reproduce” for more details
Steps to reproduce?
There is my JavaScript code to reproduce
constcmd=mc.newCommand("test","A test command");cmd.mandatory("block",ParamType.Block);cmd.mandatory("item",ParamType.Item);cmd.overload(["block","item"]);cmd.setCallback((_cmd,_ori,out,res)=>{});cmd.setup();
Relevant log output
No response
Plugin list
No response
The text was updated successfully, but these errors were encountered:
Exceptions module
ScriptEngine
Operating System
Windows 10
LiteLoader version
2.13.0-beta.1
BDS version
1.19.81.01
What happened?
A syntax error,
Syntax error: Unexpected "concrete" at "/test >>concrete<< apple"
, is displayed when I use my custom command.Command:
test <block: Block> <item: Item>
.Input:
/test concrete apple
Block type and Item type seem to have been replaced by "equipment slots".
please refer to “Steps to reproduce” for more details
Steps to reproduce?
There is my JavaScript code to reproduce
Relevant log output
No response
Plugin list
No response
The text was updated successfully, but these errors were encountered: