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

Better 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.21.0 for the recent update
  • be added

Installation

Downloads

Supported Minecraft versions

1
bro puedes actualizarlo para la versión 1.21.61
1
This comment has been removed
1
this is an awesome script, shut up.
1
is it possible to detect if a container is opened? if not pls add it
1
Great add-on, could you add block detection? Example: /execute as @p at @s if block ^^^-1 "ISN'T" air run kill @s
1
Use Unless instead of if

Example: /execute as @p at @s unless block ^^^-1 air run kill @s
1
I know it's probably slow and boring but pls update, I need it for my kitpvp.
1
Hey, great addon! I use it for almost all of my worlds. But PLS UPDATE IT!!! Thank you!
1
This comment has been removed
1
why you remove
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