How To Spawn and Use The Agent in Minecraft Bedrock Edition

  Рет қаралды 34,889

MRBBATES1

MRBBATES1

Күн бұрын

Hello, Welcome to another How To video. In todays video I show you how to spawn in and use Minecrafts Agent for Minecraft Bedrock edition without the need of using the education edition of minecraft.
EDIT: Please note If you wish to use on a version higher than 1.19.10 then you will need to change the execute command as this has changed, so for example the original dialogue file, the command used to spawn an agent:
/execute @initiator ~ ~ ~ agent create
should be changed to:
/execute as @initiator run agent create
Do this for all commands and it should be compatible with version greater than 1.19.10
►Chapters
0:00 Intro
0:23 Disclaimer
1:00 The Showcase
2:44 The Tutorial
08:39 Outro
►Information for the video
Agent Commands
agent move [direction]
agent turn [turnDirection]
agent attack [direction]
agent destroy [direction]
agent drop [int:slotNum] [int:quantity] [direction]
agent dropall [direction]
agent inspect [direction]
agent inspectdata [direction]
agent detect [direction]
agent detectredstone [direction]
agent transfer [int:srcSlotNum] [int:quantity] [int:dstSlotNum]
agent create
agent tp [coordinates]
agent collect [string:item]
agent till [direction]
agent place [int:slotNum] [direction]
agent getitemcount [int:slotNum]
agent getitemspace [int:slotNum]
agent getitemdetail [int:slotNum]
►FOLLOW ME
Twitter: / bobbinsbates
Discord: / discord
Reddit: / mrbbates1
►OTHER STUFF
Codewriter: www.microsoft.com/store/produ...
GitHub: github.com/MRBBATES1/Minecraf...
Music by WOW Sound [wowsound.com/]
#Minecraft #BedrockEdition #MRBBATES1 #HowTo #Agent

Пікірлер: 95
@MRBBATES1
@MRBBATES1 Жыл бұрын
If you are interested in reviewing the files used in this video, you can check them out on by GitHub page, this include the UI used in the showcase. github.com/MRBBATES1/MinecraftAgent
@slimeedude
@slimeedude Жыл бұрын
hello.
@gillvermcg
@gillvermcg Жыл бұрын
Just so you guys know so you don’t make the same mistake, the attack command only works for mobs.
@MRBBATES1
@MRBBATES1 Жыл бұрын
Good to know thanks for sharing :)
@wiltonmascarenhas139
@wiltonmascarenhas139 Жыл бұрын
Muito Joia! Funcionou mesmo! 🇧🇷😉👍🏻👍🏻👍🏻
@RisnaVtuber
@RisnaVtuber Жыл бұрын
I like you is video
@MRBBATES1
@MRBBATES1 Жыл бұрын
thank you :)
@user-pe9hg2rw1w
@user-pe9hg2rw1w 2 ай бұрын
I saw the particles of spawn, but he's invisible, do you know how to fix?
@alejandrolinares2213
@alejandrolinares2213 Жыл бұрын
hey i saw the video it transfers worlds from pc to xbox and it mentions that mojang changed the location where the world is saved, do you know how to find that file on xbox series s? please answer
@MRBBATES1
@MRBBATES1 Жыл бұрын
Unfortunately the new location is not reachable, microsoft has blocked all access to the location so for now you cannot access new worlds etc.
@mylittlevalkyrie16
@mylittlevalkyrie16 Жыл бұрын
Can you controlle it with Command Blocks? Or just the NPC's
@MRBBATES1
@MRBBATES1 Жыл бұрын
just NPCs unfortunately, I tried a few variations in command blocks but didnt seem to work.
@mylittlevalkyrie16
@mylittlevalkyrie16 Жыл бұрын
@@MRBBATES1 Okay thanks, that sucks though, wanted to possible do repeat commands. Either way, this is really cool and thanks for showing this
@MRBBATES1
@MRBBATES1 Жыл бұрын
​@@mylittlevalkyrie16 no worries your welcome, I tried various ways to do repeat commands but non worked consistently, it was a lot of trial and error. however once I realised you could only use the NPC i did try to find a way to automate NPC by putting commands on the on open condition and then killing the NPC a few ticks after opening the dialogue, then respawning the NPC and re-opening the dialogue again, this sort of worked but was temperamental, sometimes the commands wouldn't run on open, sometimes the dialogue didnt close when the NPC was killed stuff like that. so couldn't find a solid use that way so in the end I modified the NPC UI and just did it via buttons
@letmeouturbasementbro
@letmeouturbasementbro Жыл бұрын
​​@@MRBBATES1 thx, ur very smart ❤
@s0lar1te
@s0lar1te 10 ай бұрын
Do you think it would be possible to run /agent commands in a command block with a behaviour pack?
@Thatonemetalsonicfan
@Thatonemetalsonicfan 10 ай бұрын
I somehow got it to despawn so now I’m creating some backups
@theoalbertin1053
@theoalbertin1053 5 ай бұрын
3:42 cara que você fez como eu disse antes
@collinsboys9010
@collinsboys9010 11 ай бұрын
Help it wont place blocks, arent i supposed to use /execute as @initiator run agent place 1 foward
@MRBBATES1
@MRBBATES1 11 ай бұрын
This video is a little out of date, this was before the execute command Change, if you change as you suggested it should work.
@collinsboys9010
@collinsboys9010 11 ай бұрын
@MRBBATES1 I tried that but it still won't place blocks 😅
@John12560
@John12560 11 ай бұрын
​@@collinsboys9010try /execute as @initiator run agent place 1 forward
@awesomecoolmanepic996
@awesomecoolmanepic996 11 күн бұрын
how do i teleport the agent in the new update
@ginabusse8901
@ginabusse8901 2 ай бұрын
I don’t even see the button button that says give agent and I can’t even get it😢
@firstclass000
@firstclass000 Жыл бұрын
How do you make a UI like that with other commands
@MRBBATES1
@MRBBATES1 Жыл бұрын
The one you see in the video was made by modifying the NPC Ui. I shifted everything to the top right hand side, made the back ground opaque and removed the boarders etc. if you want a more advance one you can use game test but NPC is gd choice for basic commands
@firstclass000
@firstclass000 Жыл бұрын
@@MRBBATES1 how you modify it
@MRBBATES1
@MRBBATES1 Жыл бұрын
Lots of trial and error lol, i took the default one from the sample file’s provided by Mojang and edited it with a text editor, as it’s all json scripting I stripped out the unnecessary stuff, it’s a lot to go through in a chat message, but it was the most tedious part of it all very time consuming if your not familiar with it.
@MRBBATES1
@MRBBATES1 Жыл бұрын
Please see pinned message, I have uploaded it to my GitHub page
@Onur_Vatansever
@Onur_Vatansever Жыл бұрын
Thank you last year I can spawn agnet but newuptade its changed all execute but still I know how can I do this
@MRBBATES1
@MRBBATES1 Жыл бұрын
Thank you for watching and leaving a comment :)
@lilianalopez3329
@lilianalopez3329 9 ай бұрын
I found how to collect everything just put all after collect and now he can collect everything
@HackerMuslimPalestine
@HackerMuslimPalestine 6 ай бұрын
Does this work on version 1.20? If you can answer please answer😢
@brandomattiaabbate8097
@brandomattiaabbate8097 6 ай бұрын
Idk
@brandomattiaabbate8097
@brandomattiaabbate8097 6 ай бұрын
I tried on 1.20 it didn’t work but I watched this video before and I’m just watching to remind myself again it worked pre 1.20
@Wheatley2011.
@Wheatley2011. Жыл бұрын
He spawned in but I don't see him he's invisible
@MRBBATES1
@MRBBATES1 Жыл бұрын
Hmm that’s odd, I have not had this issue before so not sure, what device are you trying it on?
@Wheatley2011.
@Wheatley2011. Жыл бұрын
@@MRBBATES1 I'm trying it on Nintendo switch
@MRBBATES1
@MRBBATES1 Жыл бұрын
@@Wheatley2011. ah okay, it might be that they dont ship the textures etc for it on switch.
@collinsboys9010
@collinsboys9010 11 ай бұрын
​@@Wheatley2011. /execute as @initiator run agent create
@Satriamc98
@Satriamc98 Жыл бұрын
How to get this ui 1:23 I want it 🥺
@MRBBATES1
@MRBBATES1 Жыл бұрын
Its an npc ui, i modified the json from the sample resource pack for an npc to shift the stuff around as seen here, I made the background transparent etc for better viewing
@MRBBATES1
@MRBBATES1 Жыл бұрын
Please see pinned message i have uploaded it to my GitHub page
@nielryansapinosa1988
@nielryansapinosa1988 Жыл бұрын
I want this ui 1:21 Please link or sample how To make
@MRBBATES1
@MRBBATES1 Жыл бұрын
This is the default NPC UI, I modified the json file so that it made the background transparent and shifted the buttons etc to the top left. The buttons themself are then just normal commands, after each action for the agent is done it then reopens the dialogue, it happens so quick you don’t notice it close and reopen. I will find out the files and upload to GitHub when I can.
@nielryansapinosa1988
@nielryansapinosa1988 Жыл бұрын
@@MRBBATES1 okay thank you
@MRBBATES1
@MRBBATES1 Жыл бұрын
Please check the pinned message, I have uploaded it to my GitHub page
@nielryansapinosa1988
@nielryansapinosa1988 Жыл бұрын
@@MRBBATES1 thanks ❤️❤️❤️❤️❤️
@thciamlink
@thciamlink Жыл бұрын
Another way to despawn agent is to tp in chunks not load it will force despawn
@MRBBATES1
@MRBBATES1 Жыл бұрын
That’s good to know thanks for sharing :)
@mytchbernadas8286
@mytchbernadas8286 10 ай бұрын
Did it work in bedrock it did not work for me🥺
@bertrandboubou1739
@bertrandboubou1739 7 ай бұрын
How you do the button in the maze?
@MRBBATES1
@MRBBATES1 7 ай бұрын
you mean where the commands was on the left? This was a modified NPC screen, when in creative mode it works like normal, when in adventure/survival mode i changed it so that that visually it would sit on the left with an invisible background, that way it looks like its just buttons on the side, to keep the NPC window open i used the dialogue open command on every button so it would re-open the form after pressing it saving the player having to keep interacting with the NPC again. edited for the video so you didn't see that bit lol.
@gillvermcg
@gillvermcg Жыл бұрын
Is there a command to make it jump?
@MRBBATES1
@MRBBATES1 Жыл бұрын
Not jump but there is one to make it go up called move agent up
@gillvermcg
@gillvermcg Жыл бұрын
Wait is there?
@gillvermcg
@gillvermcg Жыл бұрын
Thanks for telling me
@Ctmk_
@Ctmk_ 2 ай бұрын
execute @initiatior ~ ~ ~ agent create
@morgansmith4021
@morgansmith4021 Жыл бұрын
Me either I tried the same command but it still won't work
@MRBBATES1
@MRBBATES1 Жыл бұрын
have you checked the answer in the pin comment? The execute command has change since this video, you need to adjust the commands. I tested in the latest version and it still works so i think that will be the issue.
@cameroncarsdocspitcrew.2972
@cameroncarsdocspitcrew.2972 Жыл бұрын
2:57 I THOUGHT IT WAS NCP!.
@MRBBATES1
@MRBBATES1 Жыл бұрын
Yep all done via an NPC, they have the power ;)
@minecraft_javjavatonkoonca8109
@minecraft_javjavatonkoonca8109 5 ай бұрын
Why it’s not work on Minecraft pe
@ginabusse8901
@ginabusse8901 2 ай бұрын
Show us how to get the button
@hksinha3865
@hksinha3865 2 ай бұрын
Enter the command, click button mode and type 'Get agent'
@therightgamers2762
@therightgamers2762 2 ай бұрын
i didn’t even spawn it😢 (in on bedrock)
@tom-df4mi
@tom-df4mi Жыл бұрын
it doesn't work for me why?
@MRBBATES1
@MRBBATES1 Жыл бұрын
Since making this video the execute command has changed, so you will need to adjust the commands to accommodate this, so for example the original command to spawn an agent: /execute @initiator ~ ~ ~ agent create should be changed to: /execute as @initiator run agent create This should then work for you. I have tested in 1.19.51 and it still works :)
@ThommieDBYT
@ThommieDBYT Жыл бұрын
@@MRBBATES1 ty
@gillvermcg
@gillvermcg Жыл бұрын
Is it the same with movement?
@gillvermcg
@gillvermcg Жыл бұрын
Oh yeah it is the same with movement.
@HackerMuslimPalestine
@HackerMuslimPalestine 6 ай бұрын
​@@MRBBATES1Does this work on version 1.20?
@firepurpleflower
@firepurpleflower 10 ай бұрын
/execute @initatiator ~ ~ ~ agent create
@MRBBATES1
@MRBBATES1 10 ай бұрын
With the new changes to the execute command this will be abit different now
@mytchbernadas8286
@mytchbernadas8286 10 ай бұрын
Maybe wrong command
@caferaliodabas5666
@caferaliodabas5666 Жыл бұрын
How to delete agent?
@MRBBATES1
@MRBBATES1 Жыл бұрын
you have to create a behaviour pack and modify one of the parameters. Once done you can then TP to the void which will kill the agent.
@caferaliodabas5666
@caferaliodabas5666 Жыл бұрын
@@MRBBATES1 Thanks for information.
@ginabusse8901
@ginabusse8901 2 ай бұрын
This video needs one last step
@ginabusse8901
@ginabusse8901 2 ай бұрын
I don’t understand
@Junhinshort
@Junhinshort 2 ай бұрын
1:30
@SansaVK
@SansaVK 9 ай бұрын
It didn’t work 😢
@Cutie-mask
@Cutie-mask 9 ай бұрын
did you do it in an npc
@sanny104
@sanny104 8 ай бұрын
​@@Cutie-maskyes
@mytchbernadas8286
@mytchbernadas8286 10 ай бұрын
TEACH ME TO CONTROL MOBS WITHOUT SPECTATOR
@UGRADED
@UGRADED 6 ай бұрын
It's fake I tried it
@user-uc1ct7pq3c
@user-uc1ct7pq3c 6 ай бұрын
Did you follow exactly?
@brandomattiaabbate8097
@brandomattiaabbate8097 6 ай бұрын
It’s not
@awesomecoolmanepic996
@awesomecoolmanepic996 11 күн бұрын
the commands are different now. to summon the agent, its /execute as @initiator run agent create.
@karinakelley4830
@karinakelley4830 6 ай бұрын
Scam😢
@MRBBATES1
@MRBBATES1 6 ай бұрын
Sorry you feel that way, this does still work in newer version but you have to change the commands as these have changed in MC since this video
@mannyheffleybg
@mannyheffleybg 8 ай бұрын
Execute @initiator ~ ~ ~ agent create
25 Secret Features You Didn't Know About in Minecraft
12:08
Skip the Tutorial
Рет қаралды 5 МЛН
ОДИН ДОМА #shorts
00:34
Паша Осадчий
Рет қаралды 6 МЛН
I PEELED OFF THE CARDBOARD WATERMELON!#asmr
00:56
HAYATAKU はやたく
Рет қаралды 37 МЛН
I Need Your Help..
00:33
Stokes Twins
Рет қаралды 14 МЛН
Who Will Eat The Porridge First The Cockroach Or Me? 👧vs🪳
00:26
Giggle Jiggle
Рет қаралды 21 МЛН
23 Minecraft Hacks That Don't Require Mods
8:44
Skip the Tutorial
Рет қаралды 8 МЛН
You're not supposed to use this command
6:10
Element X
Рет қаралды 429 М.
25 Features Only In Minecraft Education Edition
8:02
Prism
Рет қаралды 1,1 МЛН
100 Minecraft Secrets you had no idea about!
12:42
Element X
Рет қаралды 1 МЛН
Minecraft has WEIRD Secret Cheats...
10:30
mysticat
Рет қаралды 1,6 МЛН
19 Secret Minecraft Features You’ll Use Right Away
10:39
Skip the Tutorial
Рет қаралды 12 МЛН
117 Minecraft Java VS Bedrock Things!
27:30
Skip the Tutorial
Рет қаралды 6 МЛН
I Added Cannibalism to Minecraft
8:32
Fingees
Рет қаралды 1,6 МЛН
28 Items You Can ONLY Get with Commands in Minecraft (1.20+)
8:57
SkellyViper
Рет қаралды 243 М.
edgar pedro#brawlstars
0:14
gold loser
Рет қаралды 9 МЛН
Bananacat and Applecat Pranked Gman #gmod 😹🍌🍎
0:57
MeCoDy
Рет қаралды 9 МЛН
Piper 1v3 in duel (mutation) 🥵🔥
0:35
Tufa
Рет қаралды 5 МЛН