We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e21241b + d7c6bae commit a49f831Copy full SHA for a49f831
behavior_pack/manifest.json
@@ -4,7 +4,7 @@
4
"name": "Con JS Terminal",
5
"description": "Terminal with JS input by ConMaster2112",
6
"uuid": "4997eb94-8968-4158-864b-74f1999192f7",
7
- "version": "0.1.0-alpha",
+ "version": "0.1.1-alpha",
8
"min_engine_version": [1, 20, 0]
9
},
10
"modules": [
behavior_pack/scripts/index.js
@@ -7,6 +7,6 @@ world.beforeEvents.chatSend.subscribe(async (ev) => {
ev.cancel = true;
await null;
const out = await TerminalInput(sender, message.substring(1));
- sender.sendMessage(sender, out.formatView);
+ sender.sendMessage(out.formatView);
11
}
12
});
0 commit comments