How to Make an NPC Shop Minecraft *Bedrock*

Поделиться
HTML-код
  • Опубликовано: 15 ноя 2024

Комментарии • 303

  • @tobeyjohnson9420
    @tobeyjohnson9420 8 месяцев назад +31

    I developed a similar system to this a while back, but it uses scoreboard money and is meant for bulk selling so it does not close out like yours. If you are interested, I would love to share it with you since you have a channel that can show people. Getting this kind of informational content out there is great!

    • @gosna5023
      @gosna5023 4 месяца назад +2

      Hey Tobey, ive been searching for a shop system similar to this for a while. Would you be interested in sharing it?

    • @tobeyjohnson9420
      @tobeyjohnson9420 4 месяца назад

      @@gosna5023 as of one of the recent updates it broke, but I'll spend some time to put it together again to see what the issue is. It's been a hot minute since I have been on Bedrock.

    • @TuCopito75
      @TuCopito75 4 месяца назад +3

      Hola Brother, aun tienes el sistema, es que no quiero utilizar minerales para la venta

    • @YuiThe-i2w
      @YuiThe-i2w 2 месяца назад

      IT DIDNT WORK IT SAYS THE TXT BUT DOESNT DO NOTHN

  • @Quorrinth
    @Quorrinth 7 месяцев назад +14

    For anyone who's still looking for a solution for the NPC here, learn the Tag Command first so no other player picks up the traded item when they are inside the NPC Dialogues. /tag @p add (tag you want to use) acts as a security on the Trades for the nearest player within the NPC range. The commands on this video is no longer working as we are now in 1.20. All of that commands were in the last 1.19 and the @initiator Command no longer works as it was swapped out with @p and other prompts for entities.
    Guide for the correct Command prompts you need to use inside the NPC Advance Settings. Just remove the parentheses and swap it out with the items you want to use as your Currency and trades.
    /execute if entity @p[hasitem=[{item=(currency),quantity=..(amount)}],tag=Trading] run playsound mob.villager.haggle @p
    /execute if entity @p[hasitem=[{item=(currency),quantity=..(amount)}],tag=Trading] run title @p actionbar (your message)
    /execute if entity @p[hasitem=[{item=(currency),quantity=(amount)..}],tag=Trading] run playsound random.orb @p
    /execute if entity @p[hasitem=[{item=(currency),quantity=(amount)..}],tag=Trading] run title @p actionbar (your message)
    /execute if entity @p[hasitem=[{item=(currency),quantity=(amount)..}],tag=Trading] run give @p (item) (quantity)
    /execute if entity @p[hasitem=[{item=(currency),quantity=(amount)..}]] run clear @p (currency) (data) (quantity)

    • @Quorrinth
      @Quorrinth 7 месяцев назад +2

      Also, remember to make a command prompt once the player leaves the area it removes the Tag Command. Hope this helps.

    • @JimmMwr
      @JimmMwr 6 месяцев назад +1

      @@Quorrinth how do i do that? i dont know how to make commands like that

    • @Crispytuba328
      @Crispytuba328 5 месяцев назад

      This didn't work....

    • @ThatOneDude248
      @ThatOneDude248 5 месяцев назад

      What are you talking about bro? It works for me

    • @Crispytuba328
      @Crispytuba328 5 месяцев назад

      @@ThatOneDude248 Ok good for you, again, it didn't work for me. I copy and pasted it and filled everything in exactly as shown. Try being helpful if you're gonna reply

  • @thefoxolotl
    @thefoxolotl 9 месяцев назад +12

    i love how this tutorial opens up a lot more possibilities for things using npcs in a minecraft map than other npc tutorials have. the fact that @initiator (which i did NOT know existed) only applies to the person who clicked the button not only removes the problem of having to finness your way through using @p, but it also means i can set up a shop that sells extremely expensive passes for a vip area or something in my skygen and then use another npc to detect wether the initiator has said pass and then can teleport them there. overall amazing tutorial, thanks again gabe!

    • @gabedala
      @gabedala  9 месяцев назад +1

      Glad this tutorial helped!

    • @ChangedRaptor76
      @ChangedRaptor76 3 месяца назад

      I would love to see something like this

  • @kwesont
    @kwesont 6 месяцев назад +9

    Dude you're a god for leaving those comomands in the description

  • @rebeccataylor5763
    @rebeccataylor5763 Месяц назад +1

    Video is awesome! I used this system as a base for an NPC giving the player a quest item and checking to make sure the player didn't already have said item- thus refusing to give another one

  • @damoonster122
    @damoonster122 3 месяца назад +4

    You're a life saver fr

    • @Eli_Fry
      @Eli_Fry 3 месяца назад

      I have a question bro

  • @Im_hungry1234
    @Im_hungry1234 4 месяца назад +2

    This was perfect for the escape room I’m building. Thank you so much

  • @thepandabookkeeper3180
    @thepandabookkeeper3180 3 месяца назад +2

    Thank you for this!

  • @DivineShaneC.Florin
    @DivineShaneC.Florin 14 дней назад

    thankyou soo muchhh!!! omg it worked you earned my subscription!!💗💗💗💗💗🌷

  • @gdpelaaja372
    @gdpelaaja372 3 месяца назад +1

    Thanks man🔥 you deserve a sub!

  • @Inf1nityRoy
    @Inf1nityRoy 7 месяцев назад +4

    It works for the need more money but when i try to make it work it just takes my nuggets then doesnt day the /actionbar or give me my item

    • @CarterBright-ye3we
      @CarterBright-ye3we 5 месяцев назад

      I have the same problem dude

    • @Burnsboi
      @Burnsboi 5 месяцев назад

      Same :(

    • @cosmicfire738
      @cosmicfire738 2 месяца назад

      It also full clears your inventory of whatever is in it

    • @Curmira
      @Curmira Месяц назад +1

      Do this instead for the give command
      /give @initiator
      And then your item, it will work then or at least it did for me
      As for the clears your whole inventory I'm not sure since I didn't run into that problem

    • @Curmira
      @Curmira Месяц назад

      Also, it depends on the item. You half to do his for the item when it comes to some things

  • @clintwaspe7601
    @clintwaspe7601 5 месяцев назад +1

    I frikkin knew this was possible, sorry but I've been trying to figure out how to do this for awhile n till now I've been searching all over, tried it out n it worked perfectly on first attempt, thank you so very much

    • @gabedala
      @gabedala  5 месяцев назад

      Glad I could help! Gives me hope that people who tell me "it doesn't work" just doesn't follow directions

  • @thrmoddmodpackpe3885
    @thrmoddmodpackpe3885 9 месяцев назад +1

    Absolutely cool and simple!. i use to using commandblocks and it's so hard or let's say not advance like that. thanks for the video! ❤️❤️❤️

    • @gabedala
      @gabedala  9 месяцев назад

      No problem!!

  • @Phoenixda_man
    @Phoenixda_man 3 месяца назад +2

    Your gold nuggets are worth a lot more than my emeralds.

  • @cnt436
    @cnt436 3 месяца назад +5

    Bro you are so good I like your videos

    • @gabedala
      @gabedala  3 месяца назад

      Glad you like them!

  • @Ivyman1992
    @Ivyman1992 9 месяцев назад +1

    Very nice video, you are very helpful and I appreciate your videos as always

    • @gabedala
      @gabedala  9 месяцев назад +1

      Thank you!

  • @ItsHammerTimex
    @ItsHammerTimex 5 месяцев назад +1

    Amazing! Would love to see you make one using the scoreboard to buy/sell with an npc

    • @gabedala
      @gabedala  5 месяцев назад

      Ohh like a 2 in 1!? Where you can buy and sell an item! I can definitely do that!

  • @ICELORD2V6
    @ICELORD2V6 15 дней назад

    Thx bro it worked well

  • @kongmengtang9728
    @kongmengtang9728 20 часов назад

    Thanks you it's working 🎉🎉🎉

  • @Jackson-DeAugustinis
    @Jackson-DeAugustinis 3 месяца назад +3

    i was tryna sell a golden axe (don't ask) and it all works except for the fact that, i don't receive the axe..

  • @Barryy565
    @Barryy565 5 месяцев назад +2

    This took me forever because I used the wrong kind of bracket, and I had to go through and change all of them😭😭😭
    But it worked in the end so yay now i’m going to copy and paste it and only change how much it cost and what item you get from it

  • @tansiaodongmoe6903
    @tansiaodongmoe6903 7 месяцев назад

    Helped a lot man!

    • @gabedala
      @gabedala  7 месяцев назад

      Glad it did!

  • @TyG0r99Gaming
    @TyG0r99Gaming 7 месяцев назад +3

    Please help I’m making a realm and you by a pass right? Everything goes well until the part where you actually get the item I pay for it then it takes my money but I don’t get the item

    • @gabedala
      @gabedala  7 месяцев назад +1

      Double check your command block settings!

    • @toriandrews6180
      @toriandrews6180 4 месяца назад

      I’m having the same problem everything works except the give, what do you mean by check your command block setting? I thought this didn’t use command blocks?

  • @Dakvy
    @Dakvy 9 месяцев назад +3

    this is very helpful video for my world! please do more videos like this :D

    • @gabedala
      @gabedala  9 месяцев назад

      Glad it helped!

  • @mateuszgancarz7787
    @mateuszgancarz7787 7 месяцев назад +2

    how to allow players to only buy a thing once?

  • @Mr.TurtlezGames
    @Mr.TurtlezGames Месяц назад

    It worked just when I bought the item with no gold nuggets. It still gave me the cookie

  • @hatmanwantyou
    @hatmanwantyou 3 месяца назад +1

    ty i literally changed the script to like emerald and how much is so much easy

  • @LeviBigham
    @LeviBigham 9 месяцев назад +1

    YO THANK YOU! I SUBBED

    • @gabedala
      @gabedala  9 месяцев назад

      You’re welcome and thank you!!!

    • @LeviBigham
      @LeviBigham 9 месяцев назад

      ​@@gabedala oh is there a way to make a npc talk like you click yes or no and it shows a different text

  • @jaywinters6010
    @jaywinters6010 16 часов назад

    Is there any way to stop the NPC from executing the "need more of this" command on your last possible trade?
    As an example, right now if I had 10 diamonds left and something costs exactly 10 diamonds, and I make the trade, it gives me the "need more diamonds" portion of the command because I no longer have enough diamonds. This is the only thing that bugs me, but otherwise, great stuff!

    • @gabedala
      @gabedala  16 часов назад

      Make sure the 2nd command is correct. The 2nd command should only run if you have less than that amount of items

  • @cr7king784
    @cr7king784 9 месяцев назад +1

    Thanks for this video can you make a quest claim system and gives out a reward if the quest is completed

    • @gabedala
      @gabedala  9 месяцев назад

      Seems interesting, that is possible I believe

  • @ashv_n_
    @ashv_n_ 9 месяцев назад +1

    can you make an npc pet shop?
    e.g: you can't tame the animal unless you pay the npc then the animal is yours and out of the shop's possession ,after some minutes the animal respawns so we can buy again

    • @gabedala
      @gabedala  9 месяцев назад +1

      That seems very unlikely as this is bedrock edition and Java has a lot more features than bedrock

    • @ashv_n_
      @ashv_n_ 9 месяцев назад

      @@gabedala yess😔😭

  • @Fantasy9967
    @Fantasy9967 9 месяцев назад

    Nice vid man

    • @gabedala
      @gabedala  9 месяцев назад

      Thank you!!

  • @alexjazzechavia9822
    @alexjazzechavia9822 2 месяца назад

    Thx brooo it work

    • @gabedala
      @gabedala  2 месяца назад

      Welcome 👍

  • @Greengamer649
    @Greengamer649 2 месяца назад

    You can get an npc using the summon command
    /summon npc

  • @GGleadermax
    @GGleadermax 4 месяца назад

    You need to make one that takes named items and gives named items! This would be so helpful for me!! 👍👍👍

    • @gabedala
      @gabedala  4 месяца назад

      Not a bad idea

  • @Kwiuk
    @Kwiuk 3 месяца назад +1

    Normally, my NPC is supposed to give a totem for 20 diamonds, but he only accepts 10-20, how do we fix this?

  • @Sean-e2n
    @Sean-e2n 12 дней назад

    I have the /clear command correct as you have it but for some reason my emeralds don’t remove when I purchase the item. So I get the sword but none of my emeralds are being spent

    • @gabedala
      @gabedala  12 дней назад

      Double check the /clear command and make sure you spell everything correctly

  • @CaptainCyberNoob
    @CaptainCyberNoob 9 дней назад

    I need help BADLY I'm trying to do this but instead of a sword I want a function command *from an addon* to happen to the initiator once they've paid the right amount I've been trying for 2 weeks

  • @CookieMage27
    @CookieMage27 8 дней назад

    i was having trouble figuring out how to do multiple commands and it turns out i just needed to put them all in the same thingy

  • @marlowelinn6905
    @marlowelinn6905 8 месяцев назад +1

    I have tried LOTTSSSS of shops all with different commands. Every time when I press the buy button on the npc, nothing happens it just exits me out of the npc dialogue HELP PLEASE

    • @gabedala
      @gabedala  8 месяцев назад

      Check out my most recent video with the npc shop! I posted it 2 weeks ago!

  • @t5live487
    @t5live487 9 месяцев назад +2

    Can u make a video of player trade system

    • @gabedala
      @gabedala  9 месяцев назад

      That would be interesting

  • @WhatsUp-fe8jc
    @WhatsUp-fe8jc 3 месяца назад +2

    Hey man so I copied this so I cheered change it but make sure I had no mistakes it didn’t work. Are their common things that people do wrong that makes it not work? Please help

    • @gabedala
      @gabedala  3 месяца назад +1

      Yeah, people miss a small text or two. Spell things wrong too

  • @dimmy2043
    @dimmy2043 4 месяца назад

    Can you explain what happens with every command block I’ve tested it a bit and understand some of it

    • @gabedala
      @gabedala  4 месяца назад

      The first one plays sound of you don’t have enough of the item. The 2nd one tells you a message if you don’t have enough of the item. 3rd makes a sound when someone has enough. 4th tells them they bought a sword if they have enough. 5th gives the person the sword for having enough. Last clears the gold nuggets from their inventory

  • @iamanemo555
    @iamanemo555 2 месяца назад

    theres a bug with the cmd, if you have 5 gold nuggets and you give the npc 5 gold nuggets you lose all your gold nuggets this only works if you have only 5 gold nuggets if u buy with 6 gold nuggets it just takes away 5 and 1 gold nugget is left

    • @gabedala
      @gabedala  2 месяца назад

      That makes no sense

    • @gabedala
      @gabedala  2 месяца назад

      The last command for the clear command is testing for if you have 5 or more gold nuggets, it then clears only 5 nuggets

    • @iamanemo555
      @iamanemo555 2 месяца назад

      Oh sorry instead of /give first I put /clear first like dis​@@gabedala
      /clear @initiator[hasitem={item=gold_nugget,quantity=5..}] gold_nugget 0 5
      /give @initiator[hasitem={item=gold_nugget,quantity=5..}] diamond_sword 1

  • @paulp.578
    @paulp.578 3 месяца назад

    What if u have over the amount that u need? Does it still clear all of ur currency??

    • @gabedala
      @gabedala  3 месяца назад +1

      No it takes what it neede

  • @vali.mm2
    @vali.mm2 3 месяца назад

    It works with the 9 and says need more but if I have 10 it says no message and takes the diamonds and doesn’t give the pickaxes

  • @Finnabuns
    @Finnabuns 5 месяцев назад

    hey there! i saw that you've responded to people pretty recently so i figured i'd ask - is there a way to have the npc sell multiple things at once? i don't really want to build a million of these for multiple different items lol

    • @gabedala
      @gabedala  5 месяцев назад +1

      Yeah! Just do this exact thing but add multiple buttons to the npc

    • @Finnabuns
      @Finnabuns 5 месяцев назад

      @@gabedala thank you SO much dude! you saved me.

  • @HunterValdez-jv3sw
    @HunterValdez-jv3sw 5 месяцев назад

    Hey man I lived the vid and you very helpful!! I was wondering if I was able to change the golden ingot or something like that into a scoreboard money system, if you could help me with that or make a vid abt that it would be super helpful

    • @gabedala
      @gabedala  5 месяцев назад +1

      Make your currency based off of items? Like a scoreboard?

  • @Owen.Dawes_2012
    @Owen.Dawes_2012 3 месяца назад +2

    It doesn't work when I click on the buy thing nothing at all happens

  • @Kryptic132
    @Kryptic132 4 месяца назад

    Is it possible to do this with money like using the scoreboard?

  • @Emerald66321
    @Emerald66321 7 месяцев назад

    Hey I have a question. Will it work for data item and what will be the command

    • @gabedala
      @gabedala  7 месяцев назад +1

      Yeah I’m assuming it’ll work for data item I’m not sure the command off the top of my head

  • @EDI_Craft
    @EDI_Craft Месяц назад

    How do i make npc give saved book and quills?

    • @gabedala
      @gabedala  Месяц назад

      I have a video titled how to give players named items on my channel. Use that same concept but put that into the npc. Pretty much just use a structure block to spawn it to the player

  • @WrestleBruh
    @WrestleBruh 28 дней назад

    Is it possible to purchase with in-game currency with this method. (Without cmd block) If yes. Can you please gimme cmd for that?

    • @gabedala
      @gabedala  28 дней назад

      Yes, I’ve made videos on it before

    • @WrestleBruh
      @WrestleBruh 28 дней назад

      @@gabedala which one. Link

  • @E__N_
    @E__N_ 4 месяца назад

    So i have input all of the commands correctly i just changed the currency to gold ingots and its not doing anything no sound,.no item, not taking the currency and no actionbar
    I need help
    Tested ot again it just /clears my invintory

    • @gabedala
      @gabedala  4 месяца назад

      Did you do gold_ingots?

  • @ninjaqq7406
    @ninjaqq7406 Месяц назад

    How to make them sell enchant weapon

  • @Aidenbrown-o1j
    @Aidenbrown-o1j 5 месяцев назад +1

    @gabedala hey gabe hope you see this im on ps5 trying to set up a npc shop and scorboard system for my world so me and the other players have it instead of using caculaters and stuff figure what we have giving them the currency and then taking the currency back when they buy somthing im using mutiple diffrent things for the currance wish is one of the problems im having with the npc stuff and i am using the tinker contruct mod for some currance too like the cobalt ingot as like 5 DOLLARS in the game and iron as like 10 DOLLARS im pretty knew to the command area and java script so i dont fully understand tho so far you videos have been help full but i just cant figure a way to use it like i want to like a wither skull gives the person 46 dollars and the command block takes the wither skull from the player and add the money to the scoreboard or like a potato sells for 3 dollars and the command block will take the potato and add 3 dollars to that person for how ever many they have is their anyway you can see what you can do i would aboustly love it if you see this and get back

  • @Jillyyx
    @Jillyyx 3 месяца назад

    It works but for some reason it won’t give me some of the items like seeds

  • @JJ.768
    @JJ.768 3 месяца назад +1

    Help, when I have more than what it costs it takes away all

    • @JJ.768
      @JJ.768 3 месяца назад +1

      No worries i fixed it by myself. Great vid ❤️

  • @kevinflubacker6825
    @kevinflubacker6825 Месяц назад

    Wait... so you set a command to tell you to have more gold nuggets if you 4 instead of the price, which is 5. What happens if you try to trade with only 3 golden nuggets ?

  • @maibunnyyy
    @maibunnyyy Месяц назад

    is there a way where we could recieve the gold nuggets they pay ??

    • @gabedala
      @gabedala  Месяц назад

      Like individual players? Yes, you just have to add the players name and give them the items at the bottom

  • @Assasinbear8
    @Assasinbear8 3 месяца назад +1

    Does it still work because it is awkward

    • @gabedala
      @gabedala  3 месяца назад

      It does woek

  • @ChewyAC
    @ChewyAC 3 месяца назад

    I typed out everything correctly, but it only gives me the arrow and doesnt take my gold ingot

  • @lucasmatthiessen1570
    @lucasmatthiessen1570 7 месяцев назад

    Question, how do I make it so that when I click a dialogue option they will say something new?

    • @gabedala
      @gabedala  7 месяцев назад +1

      I will look into this

  • @JeJeYTShorts
    @JeJeYTShorts 4 месяца назад

    @gabedala I tried to make a grade shop. For exemple 32 diamonds for Recrue grade but it doesn't work. Do you have any idea?

    • @gabedala
      @gabedala  4 месяца назад

      What is a rescue grade?

    • @JeJeYTShorts
      @JeJeYTShorts 4 месяца назад

      @@gabedala Well it's just a random scoreboard setdisplay belowname that I tried to put in the NPC shop but when I buy the grade, it doesn't show up. Idk if it's because I have m'y Owner grade and the game can't show more than one grade on the same screen. Because I tried with splitscreen on xbox.

  • @FinTumpelo
    @FinTumpelo 6 месяцев назад

    Awesome dude💪

  • @capricornian09
    @capricornian09 6 месяцев назад

    It does work but when i tried it it doesnt remove my gold nuggets even if i did the commands correctly so may i ask why ?

    • @gabedala
      @gabedala  6 месяцев назад

      Double check your settings and the thing you type. It’s easy to have an error

  • @WestMarionBC
    @WestMarionBC 8 месяцев назад

    Okay, so when we tried to type in these commands, the command box is too small and it doesn't show all of what we're typing. We have no idea if we're even typing it all in correctly. We're playing on Xbox One.

    • @gabedala
      @gabedala  8 месяцев назад

      You don’t need to add the spaces like I did in the video! I made that mistake in the video and said you don’t need to hit enter after every command

  • @Cogumelista
    @Cogumelista 9 месяцев назад

    hi, can you pls help me? i have a problem with my world and when i spawn an npc it works just fine but then i can't toggle to the button mode, even pressing and trying to reset the world it won't work

    • @gabedala
      @gabedala  9 месяцев назад +1

      That’s weird? The button should work and you shouldn’t have to change any settings. Are you looking at it in creative mode and clicking it?

    • @Cogumelista
      @Cogumelista 9 месяцев назад

      @@gabedala yeah, i solved it, i Was playing on my Phone, and i forgot to update it so maybe it Was the lack of the update or something, anyway, thanks for the help, i finally will be able to complete my world

  • @michelcyr3339
    @michelcyr3339 7 месяцев назад

    I dont get why but i cant seem to be able to make the sound effect work everything else work like a charm tho is there a way to fix that ?

    • @gabedala
      @gabedala  7 месяцев назад

      Turn up your sound effects volume or double check the command. There isn’t a bug or fix with this command, it’s just how it is

  • @lilhoodie
    @lilhoodie 8 месяцев назад

    Is there a way to use it with named items ?

    • @gabedala
      @gabedala  8 месяцев назад

      I have a video on my page how to give named items to players. Use that video and this one combined

  • @Lady__Luna
    @Lady__Luna 5 месяцев назад

    Can you make it so that it takes a mix of stuff

    • @gabedala
      @gabedala  5 месяцев назад

      Hmm, never thought of that. I could check to see if it works

  • @ItIsNich
    @ItIsNich 4 месяца назад

    This tutorila waw great! But When i tried it, it didnt clear the gold i have .it that suspose to happen?

  • @Shurikenninja560
    @Shurikenninja560 10 дней назад

    It works but now it just give you the apple for any amount of diamonds

    • @gabedala
      @gabedala  10 дней назад

      Means you typed something wrong

  • @Ranzjay-l9q
    @Ranzjay-l9q 6 месяцев назад

    I did all commands correctly but for some reason i cannot get it to work i mean it kinda works because, When i have 5 Iron Ingot in my Inventory (which is my currency) And i buy a stone sword (in my shop) it makes the orb sound but it clears my whole inventory and doesnt give me anything. Do you know how to fix this?

    • @gabedala
      @gabedala  6 месяцев назад

      You have something wrong with one of the command blocks, it shouldn’t clear your inventory. Double check the command blocks and their settings

    • @Ranzjay-l9q
      @Ranzjay-l9q 6 месяцев назад

      Ok thanks

  • @AceAnims.
    @AceAnims. 9 месяцев назад

    Can you make a level system and how to enter the next page of an npc

    • @gabedala
      @gabedala  9 месяцев назад

      I don’t think there is such thing as a next page in an npc unless I’m wrong

    • @Quorrinth
      @Quorrinth 7 месяцев назад +1

      @@gabedala actually, there is. I'm currently making NPC Quests and it opens another Dialogues.

  • @MoistBrexit
    @MoistBrexit 4 месяца назад

    Okay how would we name the item that we purchase?

    • @gabedala
      @gabedala  4 месяца назад

      I have a version on my channel where it shows how to do named items

    • @MoistBrexit
      @MoistBrexit 4 месяца назад

      @@gabedala ooh is there a link maybe?

  • @youngloona
    @youngloona 8 месяцев назад

    Uh hey can you tell me how to make a npc teleport you in exchange for an item? Please also new subscriber

    • @gabedala
      @gabedala  8 месяцев назад

      Oh easy, you can use this tutorial but instead of giving an item just add the teleport command in

  • @AidanJoe-dp9pb
    @AidanJoe-dp9pb 5 месяцев назад +1

    How do you get that shader on BEDROCK

    • @gabedala
      @gabedala  5 месяцев назад +1

      It’s called Kelly RTX I have a video on my page how to get it!

    • @AidanJoe-dp9pb
      @AidanJoe-dp9pb 5 месяцев назад

      @@gabedala Thanks!

    • @AidanJoe-dp9pb
      @AidanJoe-dp9pb 5 месяцев назад

      Your video help me complete my server

  • @justacommenter167
    @justacommenter167 4 месяца назад

    I typed in the commands and it takes away the currency but it doesn’t give me the item

    • @gabedala
      @gabedala  4 месяца назад

      Double check again, you might’ve messed something up

  • @StarrOffical.
    @StarrOffical. 5 месяцев назад

    Im confused i folled all details and directions four times and it doesn't work on my phone in bedrock but i don't know if im doing something wrong isn't thier a easy way to do this? -Not mad just font know❤

    • @gabedala
      @gabedala  5 месяцев назад +2

      I do not have an easier way, I know in my more recent tutorials I added the command in the description to copy and paste. But honestly it might be a text issue. It’s easy to miss something

    • @StarrOffical.
      @StarrOffical. 5 месяцев назад

      I tried again and it worked-I will sub now❤

    • @ThatGirlsDragonPuppets
      @ThatGirlsDragonPuppets 5 месяцев назад

      @@gabedalaya it won’t work for me to😢

  • @petiotinev
    @petiotinev 9 месяцев назад

    good video

    • @gabedala
      @gabedala  9 месяцев назад +1

      Thank you!!!

  • @Scary_gaming69
    @Scary_gaming69 8 месяцев назад

    Can u tell me how to make shop by using scoreboard money from the npc

    • @gabedala
      @gabedala  8 месяцев назад

      Yeah I feel like I need an updated video on the scoreboard version for npc shops

  • @ThatGirlsDragonPuppets
    @ThatGirlsDragonPuppets 5 месяцев назад

    Hey um I did not work for me can you try to make a updated version pls and thank you😊

    • @gabedala
      @gabedala  5 месяцев назад

      It works, it is updated, you just did something wrong

  • @FNARF6
    @FNARF6 4 месяца назад

    Can you do this with scoreboard money?

    • @gabedala
      @gabedala  4 месяца назад

      Yes! I have a video coming out soon with that!

  • @AyoBurbs
    @AyoBurbs 8 месяцев назад

    How would I do this with XP as currency

    • @gabedala
      @gabedala  8 месяцев назад

      I made a video on my page of how to make a shop with XP. Put those commands in the video into a villager

  • @JasharMandrakeReuelFlores
    @JasharMandrakeReuelFlores 9 месяцев назад

    I tried it, Everything works fine, However. The item doesn't spawn in the inventory or anywhere?
    Is there a way to fix this?

    • @gabedala
      @gabedala  9 месяцев назад +1

      If everything worked fine it should just give you the item in your inventory. It shouldn’t drop it anywhere besides your inventory. Double check the command and make sure it’s type correctly!

    • @JasharMandrakeReuelFlores
      @JasharMandrakeReuelFlores 9 месяцев назад

      @@gabedala
      Another question:
      Let’s say, i’m selling a Netherite Pickaxe. is there a way to have 2 items to buy the netherite pickaxe?
      Example:
      Netherite Pickaxe for 1 Netherite Ingot + 1 Diamond Pickaxe

    • @gabedala
      @gabedala  9 месяцев назад

      I’m sure you can! Just need to add a few more commands to the npc. Kinda the same as I have it but it would need to be both items.

    • @JasharMandrakeReuelFlores
      @JasharMandrakeReuelFlores 9 месяцев назад

      @@gabedala Understood. I’ll try to test

    • @JasharMandrakeReuelFlores
      @JasharMandrakeReuelFlores 9 месяцев назад

      @@gabedala
      Sorry for all the questions.
      But is there a way to open NPC’s with an item?

  • @GhostyPlaysGD
    @GhostyPlaysGD 4 месяца назад

    Unfortunately, it didn’t work for me, I Copy and pasted the Commands in the description but it didn’t work, I got the Item I selected for the shop but it didn’t take my iron ingots. If you could help me with this I would be very grateful.

    • @gabedala
      @gabedala  4 месяца назад

      @@GhostyPlaysGD you must’ve messed up a command or something. Double check because it’s easy to miss something

  • @alvarojrpantaleon4209
    @alvarojrpantaleon4209 7 месяцев назад

    Thank you so much i want to make a adventure map and this helps a lot

  • @cosmicfire738
    @cosmicfire738 2 месяца назад

    It clears my whole inventory for some reason?

    • @gabedala
      @gabedala  2 месяца назад

      You definitely did something wrong then

  • @CarterBright-ye3we
    @CarterBright-ye3we 5 месяцев назад

    Huh if anyone helps out here thank you I have this problem were I get my currency taken but I don’t get my item. Does anyone know how to fix this?

    • @gabedala
      @gabedala  5 месяцев назад

      Might’ve typed the command wrong, double check it

  • @MegaAge82
    @MegaAge82 3 месяца назад +1

    It reached the limit of 500

  • @IYSHIIKEI
    @IYSHIIKEI 4 месяца назад

    Bro it doesn't work like it takes my items but it doesn't give me what i bought

    • @gabedala
      @gabedala  4 месяца назад

      You might’ve messed up a command the.

  • @Sluwop
    @Sluwop 4 месяца назад

    It doest work for me and i jus updated my minecraft this week. So is there any other solution to this

    • @gabedala
      @gabedala  4 месяца назад

      @@Sluwop it still works. Updating it doesn’t change it. Double check your commands and make sure they are right. It’s easy to miss something

    • @Sluwop
      @Sluwop 4 месяца назад

      @gabedala do I use a underscore when u put iron or can u send the commands here again 😭

    • @gabedala
      @gabedala  4 месяца назад

      @@Sluwop do iron_ingot

    • @Sluwop
      @Sluwop 4 месяца назад

      @@gabedala ohhhh ok ok

    • @Sluwop
      @Sluwop 4 месяца назад

      @@gabedala ohhhh ok ok

  • @SJYT409
    @SJYT409 6 месяцев назад

    Error not Working everything is Working but they need less money to give item When we take more Money item not Get and its not metter i set 9 Its takes One -10 Any fix it

    • @gabedala
      @gabedala  6 месяцев назад

      Can’t understand what you’re trying to say, you have broken English

  • @ssaltly
    @ssaltly 2 месяца назад

    It doesn’t take away the money help?

    • @gabedala
      @gabedala  2 месяца назад

      Did you setup a scoreboard system with that same scoreboard objective? If you made a scoreboard objective with the name money and put Money into the npc then it won't work. It is case sensitive

  • @ShaunEast
    @ShaunEast 5 месяцев назад

    It works except just clears my whole inventory instead of my currency :/

    • @gabedala
      @gabedala  5 месяцев назад

      That’s wird

  • @PRDARKFIRE-es1qq
    @PRDARKFIRE-es1qq 2 месяца назад

    you can just do/ summon npc

    • @gabedala
      @gabedala  2 месяца назад

      @@PRDARKFIRE-es1qq yeah I know, but why not give players an egg so they can place it like a normal mob.

  • @Luccraftonyt
    @Luccraftonyt Месяц назад

    Dang mine js didn’t work idk why

  • @Jsean923
    @Jsean923 5 месяцев назад

    Does this work on mobile?

    • @gabedala
      @gabedala  5 месяцев назад

      Yes! All my videos do, bedrock edition

  • @redgringaming
    @redgringaming 7 месяцев назад

    could use command blocks