#Custom Commands

1 messages · Page 1 of 1 (latest)

rain owl
#

Hello, is there any possible way to make custom commands with addons?

I tried the guide on Wiki bedrock dev. But this feature is Experimental and didnt worked in my World.

hoary crane
#

Hmm using chat detection and custome cmd base you can make one!

uneven trench
#

Kinda, that’s a project I am currently working on, however a full syntax system is quite hard, but you could do a quick a dirty one, basically remaking /scriptevent into your own command. The one your talking about is a chat command which is not a custom command and just allows any player to run commands through chat using a command like -kill, but it won’t work in command blocks.

rain owl
hoary crane
#

As you can see it's actually not cmd !
It's work as chat detection

#

Also i think this need to update

hoary crane
# hoary crane Also i think this need to update

Sorry i forgot to mention what part you want to update 🤦.
You want to change the version in ”dependencies” to 1.17.0-beta
That is the current beta. It will change when an update comes so you want to change according with your current mcpe version
The change is in manifest.json!

#

@rain owl

#

If you don't get how to setup just ask here!

rain owl
#

If i put the 1.17-0 Beta into Manifest it Shows this error
[Scripting][error]-Plugin X 1.0.0] - requesting dependency on beta APIs [@minecraft/server - 1.17.0-beta], but the Beta APIs experiment is not enabled.

[Scripting][error]-Plugin [X 1.0.0] - requesting dependency on beta APIs [@minecraft/server - 1.17.0-beta], but the Beta APIs experiment is not enabled. @hoary crane

hoary crane
#

Turn on the experiment!

#

Beta

rain owl
#

Ah it is just Experiments

#

Ok thanks

hoary crane
#

Beta APIs!

#

Let me know is that working or not!