Published on September 14, 2023 (Updated on March 14, 2024)

Betther Command Detection

This great addon will even allow you to use custom chat commands with command blocks.The addon is an extension that utilizes a script API to help combine script events with command blocks through tags and scores.

Select version for changelog:

Changelog
  • Added support to Minecraft 1.20.71 for the recent update
  • No more changes

Installation

Downloads

Supported Minecraft versions

1
W Command Scripting, try to keep it updated daily please so that no one has to switch to something else!
9/10 (fills the tag/score list 💀)
1
Unfortunately, as of Mojang releasing their newest 1.20.80 update (which, again, breaks everything), this is no longer working. I love it and hope it gets updated soon!
1
I've only tested it on 1.20.62 and 1.20.80.22, but this has worked on neither of the two versions.
Yes, I enabled Beta APIs. Yes, I turned on cheats etc. And yes, it is the highest priority script/BP (at the top of the list). I don't have any of the scoreboards or tag functionalities. Please let me know, somebody, if there is a command or setup I need to use beforehand so that I can fully use this script. Thank you. Three stars for now, since I admire the work that goes into these types of scripts regardless.

Edit: I managed to update to 1.20.72, so ignore the whole message before this. I rated it 5 stars. This works amazingly.
1
1.20.62 is an outdated version of Minecraft. 1.20.80.22 is a preview/beta version. It works on the current version of Minecraft Bedrock; 1.20.71
1
I had been stuck on 1.20.62 at the time (I didn't get the update in the first day or two it rolled out). It works great now, lol.
1
it stopped working for 1.20.70
1
NotDaRealTurtleKid March 13, 2024 at 2:31 pm
He's updating it today, don't worry.
1
Don't know if it's possible but add things in brackets for like /summon commands .
Example : /summon bee ~ ~ ~ * {"selector":"@p"} (summon a bee with the nearest player's name)
There's can be mutliple features with it like : tellraw @a {"rawtext":[{"text":"{realWorldTime}"}]}
Here's few example of things between brackets :
- {rank}
- {armor-durability}
- {slot.weapon.mainhand} (the item in the mainhand)
- {slot.armor.*}

P.S: Your addon is very useful !! THX . It's help me a lot with my Realm .
1
please make iit work in the newest version qwq
1
For your first question, about summoning one entity in place of another, you should use the /execute command, More specifically the "/execute at" command.
For your second question, you can already do it, with /tellraw @a {"rawtext":[{"score":{"name":"timeOfDay","objective":"world"}}]} (this obviously using this addon) and you must complement it with the "text", "selector", etc.
1
why is the view range for blocks and entities capped at 20?
1
If you exceed the rendering limit you will get errors
1
how do i use it in commands cause i dont get it
1
Very useful I have been using this script for a while now thank you!
I have a suggestion for you: can you add an item left click detection? we already have itemUse detection so it would be great if we have one for left clicking.
Thanks!
1
We cannot detect hits in the air but we can use entityHit to detect hits or hitBlock
1
1
hey jackworlds this is an incredible addon you made, but could you please add a /function to show all the tag examples ingame so people wont have to go to mcpedl.com? please :)
1
Can you update to 1.20.60?
4
Not a very reasonable question. This will update as soon as the update is fully stable.
1
holy cow this addon is going to revolutionize my command blocks
1
i had a problem, when ever i would use an item it would remove the tag faster than the command block went off.
i had no idea what i was doing but i removed the the thing that removes the tag after it is applied and it fixed my problem.
i dont know if this is possible but add a delay before the tag is removed so the command blocks can pick it up if you can.
really good addon tho ive been looking for something like this for a while