How to Make an NPC Shop Minecraft *Bedrock*

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ธ.ค. 2024

ความคิดเห็น • 305

  • @tobeyjohnson9420
    @tobeyjohnson9420 9 หลายเดือนก่อน +36

    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 5 หลายเดือนก่อน +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 5 หลายเดือนก่อน

      @@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 5 หลายเดือนก่อน +3

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

    • @YuiThe-i2w
      @YuiThe-i2w 3 หลายเดือนก่อน

      IT DIDNT WORK IT SAYS THE TXT BUT DOESNT DO NOTHN

  • @Inf1nityRoy
    @Inf1nityRoy 8 หลายเดือนก่อน +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 6 หลายเดือนก่อน

      I have the same problem dude

    • @Burnsboi
      @Burnsboi 6 หลายเดือนก่อน

      Same :(

    • @cosmicfire738
      @cosmicfire738 3 หลายเดือนก่อน

      It also full clears your inventory of whatever is in it

    • @Curmira
      @Curmira 2 หลายเดือนก่อน +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 2 หลายเดือนก่อน

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

  • @kwesont
    @kwesont 7 หลายเดือนก่อน +9

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

  • @Quorrinth
    @Quorrinth 8 หลายเดือนก่อน +17

    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 8 หลายเดือนก่อน +2

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

    • @JimmMwr
      @JimmMwr 7 หลายเดือนก่อน +1

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

    • @Crispytuba328
      @Crispytuba328 6 หลายเดือนก่อน

      This didn't work....

    • @ThatOneDude248
      @ThatOneDude248 6 หลายเดือนก่อน

      What are you talking about bro? It works for me

    • @Crispytuba328
      @Crispytuba328 6 หลายเดือนก่อน

      @@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 10 หลายเดือนก่อน +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  10 หลายเดือนก่อน +1

      Glad this tutorial helped!

    • @ChangedRaptor76
      @ChangedRaptor76 4 หลายเดือนก่อน

      I would love to see something like this

  • @rebeccataylor5763
    @rebeccataylor5763 2 หลายเดือนก่อน +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 4 หลายเดือนก่อน +4

    You're a life saver fr

    • @Eli_Fry
      @Eli_Fry 4 หลายเดือนก่อน

      I have a question bro

  • @Im_hungry1234
    @Im_hungry1234 5 หลายเดือนก่อน +2

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

  • @TyG0r99Gaming
    @TyG0r99Gaming 8 หลายเดือนก่อน +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  8 หลายเดือนก่อน +1

      Double check your command block settings!

    • @toriandrews6180
      @toriandrews6180 5 หลายเดือนก่อน

      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?

  • @thepandabookkeeper3180
    @thepandabookkeeper3180 4 หลายเดือนก่อน +2

    Thank you for this!

  • @cnt436
    @cnt436 4 หลายเดือนก่อน +5

    Bro you are so good I like your videos

    • @gabedala
      @gabedala  4 หลายเดือนก่อน

      Glad you like them!

  • @clintwaspe7601
    @clintwaspe7601 6 หลายเดือนก่อน +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  6 หลายเดือนก่อน

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

  • @gdpelaaja372
    @gdpelaaja372 4 หลายเดือนก่อน +1

    Thanks man🔥 you deserve a sub!

  • @ItsHammerTimex
    @ItsHammerTimex 6 หลายเดือนก่อน +1

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

    • @gabedala
      @gabedala  6 หลายเดือนก่อน

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

  • @Phoenixda_man
    @Phoenixda_man 4 หลายเดือนก่อน +2

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

  • @CaptainCyberNoob
    @CaptainCyberNoob หลายเดือนก่อน

    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

  • @thrmoddmodpackpe3885
    @thrmoddmodpackpe3885 10 หลายเดือนก่อน +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  10 หลายเดือนก่อน

      No problem!!

  • @Ivyman1992
    @Ivyman1992 10 หลายเดือนก่อน +1

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

    • @gabedala
      @gabedala  10 หลายเดือนก่อน +1

      Thank you!

  • @t5live487
    @t5live487 10 หลายเดือนก่อน +2

    Can u make a video of player trade system

    • @gabedala
      @gabedala  10 หลายเดือนก่อน

      That would be interesting

  • @CookieMage27
    @CookieMage27 หลายเดือนก่อน

    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

  • @Sean-e2n
    @Sean-e2n หลายเดือนก่อน

    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  หลายเดือนก่อน

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

  • @Jackson-DeAugustinis
    @Jackson-DeAugustinis 4 หลายเดือนก่อน +4

    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..

    • @ViseVibe
      @ViseVibe 2 วันที่ผ่านมา

      Same (with a sword)

  • @Dakvy
    @Dakvy 10 หลายเดือนก่อน +3

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

    • @gabedala
      @gabedala  10 หลายเดือนก่อน

      Glad it helped!

  • @ICELORD2V6
    @ICELORD2V6 หลายเดือนก่อน

    Thx bro it worked well

  • @DivineShaneC.Florin
    @DivineShaneC.Florin หลายเดือนก่อน

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

  • @kongmengtang9728
    @kongmengtang9728 หลายเดือนก่อน

    Thanks you it's working 🎉🎉🎉

  • @Sluwop
    @Sluwop 5 หลายเดือนก่อน

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

    • @gabedala
      @gabedala  5 หลายเดือนก่อน

      @@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 5 หลายเดือนก่อน

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

    • @gabedala
      @gabedala  5 หลายเดือนก่อน

      @@Sluwop do iron_ingot

    • @Sluwop
      @Sluwop 5 หลายเดือนก่อน

      @@gabedala ohhhh ok ok

    • @Sluwop
      @Sluwop 5 หลายเดือนก่อน

      @@gabedala ohhhh ok ok

  • @ashv_n_
    @ashv_n_ 10 หลายเดือนก่อน +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  10 หลายเดือนก่อน +1

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

    • @ashv_n_
      @ashv_n_ 10 หลายเดือนก่อน

      @@gabedala yess😔😭

  • @cr7king784
    @cr7king784 10 หลายเดือนก่อน +1

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

    • @gabedala
      @gabedala  10 หลายเดือนก่อน

      Seems interesting, that is possible I believe

  • @jaywinters6010
    @jaywinters6010 หลายเดือนก่อน

    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  หลายเดือนก่อน

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

  • @tansiaodongmoe6903
    @tansiaodongmoe6903 8 หลายเดือนก่อน

    Helped a lot man!

    • @gabedala
      @gabedala  8 หลายเดือนก่อน

      Glad it did!

  • @WhatsUp-fe8jc
    @WhatsUp-fe8jc 4 หลายเดือนก่อน +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  4 หลายเดือนก่อน +1

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

  • @GRTUnknown
    @GRTUnknown 2 หลายเดือนก่อน

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

  • @LeviBigham
    @LeviBigham 10 หลายเดือนก่อน +1

    YO THANK YOU! I SUBBED

    • @gabedala
      @gabedala  10 หลายเดือนก่อน

      You’re welcome and thank you!!!

    • @LeviBigham
      @LeviBigham 10 หลายเดือนก่อน

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

  • @Kwiuk
    @Kwiuk 4 หลายเดือนก่อน +1

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

  • @E__N_
    @E__N_ 5 หลายเดือนก่อน

    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  5 หลายเดือนก่อน

      Did you do gold_ingots?

  • @Fantasy9967
    @Fantasy9967 10 หลายเดือนก่อน

    Nice vid man

    • @gabedala
      @gabedala  10 หลายเดือนก่อน

      Thank you!!

  • @hatmanwantyou1
    @hatmanwantyou1 4 หลายเดือนก่อน +1

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

    • @gabedala
      @gabedala  4 หลายเดือนก่อน

      Yes!

  • @dimmy2043
    @dimmy2043 5 หลายเดือนก่อน

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

    • @gabedala
      @gabedala  5 หลายเดือนก่อน

      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

  • @Owen.Dawes_2012
    @Owen.Dawes_2012 4 หลายเดือนก่อน +2

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

  • @JeJeYTShorts
    @JeJeYTShorts 5 หลายเดือนก่อน

    @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  5 หลายเดือนก่อน

      What is a rescue grade?

    • @JeJeYTShorts
      @JeJeYTShorts 5 หลายเดือนก่อน

      @@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.

  • @kevinflubacker6825
    @kevinflubacker6825 2 หลายเดือนก่อน

    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 ?

    • @gabedala
      @gabedala  2 หลายเดือนก่อน

      It won’t work

  • @Barryy565
    @Barryy565 6 หลายเดือนก่อน +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

  • @FinTumpelo
    @FinTumpelo 7 หลายเดือนก่อน

    Awesome dude💪

  • @Finnabuns
    @Finnabuns 6 หลายเดือนก่อน

    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  6 หลายเดือนก่อน +1

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

    • @Finnabuns
      @Finnabuns 6 หลายเดือนก่อน

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

  • @Cogumelista
    @Cogumelista 10 หลายเดือนก่อน

    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  10 หลายเดือนก่อน +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 10 หลายเดือนก่อน

      @@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

  • @WestMarionBC
    @WestMarionBC 9 หลายเดือนก่อน

    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  9 หลายเดือนก่อน

      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

  • @WrestleBruh
    @WrestleBruh หลายเดือนก่อน

    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  หลายเดือนก่อน

      Yes, I’ve made videos on it before

    • @WrestleBruh
      @WrestleBruh หลายเดือนก่อน

      @@gabedala which one. Link

  • @mateuszgancarz7787
    @mateuszgancarz7787 8 หลายเดือนก่อน +2

    how to allow players to only buy a thing once?

  • @kato3760
    @kato3760 9 วันที่ผ่านมา

    Not working for me I redid it 3 times made sure I had everything correct like 8 times and still isn’t doing anything

    • @gabedala
      @gabedala  9 วันที่ผ่านมา +1

      You still did something wrong then. It could be a simple mistake with capitalization or a bracket

  • @paulp.578
    @paulp.578 4 หลายเดือนก่อน

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

    • @gabedala
      @gabedala  4 หลายเดือนก่อน +1

      No it takes what it neede

  • @capricornian09
    @capricornian09 7 หลายเดือนก่อน

    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  7 หลายเดือนก่อน

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

  • @HunterValdez-jv3sw
    @HunterValdez-jv3sw 6 หลายเดือนก่อน

    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  6 หลายเดือนก่อน +1

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

  • @ChewyAC
    @ChewyAC 4 หลายเดือนก่อน

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

  • @EDI_Craft
    @EDI_Craft 2 หลายเดือนก่อน

    How do i make npc give saved book and quills?

    • @gabedala
      @gabedala  2 หลายเดือนก่อน

      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

  • @JJ.768
    @JJ.768 4 หลายเดือนก่อน +1

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

    • @JJ.768
      @JJ.768 4 หลายเดือนก่อน +1

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

  • @Kryptic132
    @Kryptic132 5 หลายเดือนก่อน

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

  • @alexjazzechavia9822
    @alexjazzechavia9822 3 หลายเดือนก่อน

    Thx brooo it work

    • @gabedala
      @gabedala  3 หลายเดือนก่อน

      Welcome 👍

  • @Ranzjay-l9q
    @Ranzjay-l9q 7 หลายเดือนก่อน

    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  7 หลายเดือนก่อน

      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 7 หลายเดือนก่อน

      Ok thanks

  • @GGleadermax
    @GGleadermax 5 หลายเดือนก่อน

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

    • @gabedala
      @gabedala  5 หลายเดือนก่อน

      Not a bad idea

  • @michelcyr3339
    @michelcyr3339 8 หลายเดือนก่อน

    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  8 หลายเดือนก่อน

      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

  • @Jillyyx
    @Jillyyx 4 หลายเดือนก่อน

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

  • @lucasmatthiessen1570
    @lucasmatthiessen1570 8 หลายเดือนก่อน

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

    • @gabedala
      @gabedala  8 หลายเดือนก่อน +1

      I will look into this

  • @maibunnyyy
    @maibunnyyy 2 หลายเดือนก่อน

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

    • @gabedala
      @gabedala  2 หลายเดือนก่อน

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

  • @dinosandzz
    @dinosandzz 3 หลายเดือนก่อน

    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  3 หลายเดือนก่อน

      That makes no sense

    • @gabedala
      @gabedala  3 หลายเดือนก่อน

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

    • @dinosandzz
      @dinosandzz 3 หลายเดือนก่อน

      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

  • @StarrOffical.
    @StarrOffical. 6 หลายเดือนก่อน

    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  6 หลายเดือนก่อน +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. 6 หลายเดือนก่อน

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

    • @Ekaseyb
      @Ekaseyb 6 หลายเดือนก่อน

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

  • @Emerald66321
    @Emerald66321 8 หลายเดือนก่อน

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

    • @gabedala
      @gabedala  8 หลายเดือนก่อน +1

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

  • @GhostyPlaysGD
    @GhostyPlaysGD 5 หลายเดือนก่อน

    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  5 หลายเดือนก่อน

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

  • @ItIsNich
    @ItIsNich 5 หลายเดือนก่อน

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

  • @Aidenbrown-o1j
    @Aidenbrown-o1j 6 หลายเดือนก่อน +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

  • @justacommenter167
    @justacommenter167 5 หลายเดือนก่อน

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

    • @gabedala
      @gabedala  5 หลายเดือนก่อน

      Double check again, you might’ve messed something up

  • @AidanJoe-dp9pb
    @AidanJoe-dp9pb 6 หลายเดือนก่อน +1

    How do you get that shader on BEDROCK

    • @gabedala
      @gabedala  6 หลายเดือนก่อน +1

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

    • @AidanJoe-dp9pb
      @AidanJoe-dp9pb 6 หลายเดือนก่อน

      @@gabedala Thanks!

    • @AidanJoe-dp9pb
      @AidanJoe-dp9pb 6 หลายเดือนก่อน

      Your video help me complete my server

  • @youngloona
    @youngloona 9 หลายเดือนก่อน

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

    • @gabedala
      @gabedala  9 หลายเดือนก่อน

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

  • @AcesProbably
    @AcesProbably 10 หลายเดือนก่อน

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

    • @gabedala
      @gabedala  10 หลายเดือนก่อน

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

    • @Quorrinth
      @Quorrinth 8 หลายเดือนก่อน +1

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

  • @CarterBright-ye3we
    @CarterBright-ye3we 6 หลายเดือนก่อน

    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  6 หลายเดือนก่อน

      Might’ve typed the command wrong, double check it

  • @ninjaqq7406
    @ninjaqq7406 2 หลายเดือนก่อน

    How to make them sell enchant weapon

  • @Scary_gaming69
    @Scary_gaming69 9 หลายเดือนก่อน

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

    • @gabedala
      @gabedala  9 หลายเดือนก่อน

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

  • @Greengamer649
    @Greengamer649 3 หลายเดือนก่อน

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

    • @gabedala
      @gabedala  3 หลายเดือนก่อน

      That too

  • @Ekaseyb
    @Ekaseyb 6 หลายเดือนก่อน

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

    • @gabedala
      @gabedala  6 หลายเดือนก่อน

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

  • @SJYT409
    @SJYT409 7 หลายเดือนก่อน

    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  7 หลายเดือนก่อน

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

  • @petiotinev
    @petiotinev 10 หลายเดือนก่อน

    good video

    • @gabedala
      @gabedala  10 หลายเดือนก่อน +1

      Thank you!!!

  • @lilhoodie
    @lilhoodie 9 หลายเดือนก่อน

    Is there a way to use it with named items ?

    • @gabedala
      @gabedala  9 หลายเดือนก่อน

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

  • @JasharMandrakeReuelFlores
    @JasharMandrakeReuelFlores 10 หลายเดือนก่อน

    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  10 หลายเดือนก่อน +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 10 หลายเดือนก่อน

      @@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  10 หลายเดือนก่อน

      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 10 หลายเดือนก่อน

      @@gabedala Understood. I’ll try to test

    • @JasharMandrakeReuelFlores
      @JasharMandrakeReuelFlores 10 หลายเดือนก่อน

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

  • @IYSHIIKEI
    @IYSHIIKEI 5 หลายเดือนก่อน

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

    • @gabedala
      @gabedala  5 หลายเดือนก่อน

      You might’ve messed up a command the.

  • @Lady__Luna
    @Lady__Luna 6 หลายเดือนก่อน

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

    • @gabedala
      @gabedala  6 หลายเดือนก่อน

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

  • @MoistBrexit
    @MoistBrexit 6 หลายเดือนก่อน

    Okay how would we name the item that we purchase?

    • @gabedala
      @gabedala  6 หลายเดือนก่อน

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

    • @MoistBrexit
      @MoistBrexit 6 หลายเดือนก่อน

      @@gabedala ooh is there a link maybe?

  • @Assasinbear8
    @Assasinbear8 4 หลายเดือนก่อน +1

    Does it still work because it is awkward

    • @gabedala
      @gabedala  4 หลายเดือนก่อน

      It does woek

  • @AyoBurbs
    @AyoBurbs 9 หลายเดือนก่อน

    How would I do this with XP as currency

    • @gabedala
      @gabedala  9 หลายเดือนก่อน

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

  • @racoonroka
    @racoonroka 10 หลายเดือนก่อน

    Is there way to make it so there sobit uses scoreboards

    • @gabedala
      @gabedala  10 หลายเดือนก่อน

      There is a way I just don’t know how to do it yet

    • @ngocnguyenminh7109
      @ngocnguyenminh7109 10 หลายเดือนก่อน +1

      give @initiator[scores={Money=100..}] diamond_sword
      scoreboard players remove @initiator[scores={Money=100..}] Money 100

    • @racoonroka
      @racoonroka 10 หลายเดือนก่อน

      Thank you so much

    • @NotSuperDead
      @NotSuperDead 10 หลายเดือนก่อน

      @@ngocnguyenminh7109is there a way to set up a way to tell you that you don't have enough points?

    • @ngocnguyenminh7109
      @ngocnguyenminh7109 10 หลายเดือนก่อน

      @@NotSuperDead tellraw, titleraw @initiator[scores={Money=!100..}] {"rawtext":[{"text":"Sorry, you don't have enough Money. Try again later..."}]}

  • @the_discription
    @the_discription 6 หลายเดือนก่อน +1

    it doesn't work for me 😕 am on 1.20.50

    • @gabedala
      @gabedala  6 หลายเดือนก่อน

      You did something wrong then

    • @the_discription
      @the_discription 6 หลายเดือนก่อน

      @@gabedala found what i did wrong, i put quanity instead of quantity 😌

    • @the_discription
      @the_discription 6 หลายเดือนก่อน

      @@gabedala do you have a tutorial on npc quest ?

  • @FNARF6
    @FNARF6 5 หลายเดือนก่อน

    Can you do this with scoreboard money?

    • @gabedala
      @gabedala  5 หลายเดือนก่อน

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

  • @alvarojrpantaleon4209
    @alvarojrpantaleon4209 8 หลายเดือนก่อน

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

  • @Shurikenninja560
    @Shurikenninja560 หลายเดือนก่อน

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

    • @gabedala
      @gabedala  หลายเดือนก่อน

      Means you typed something wrong

  • @ShaunEast
    @ShaunEast 6 หลายเดือนก่อน

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

    • @gabedala
      @gabedala  6 หลายเดือนก่อน

      That’s wird

  • @cosmicfire738
    @cosmicfire738 3 หลายเดือนก่อน

    It clears my whole inventory for some reason?

    • @gabedala
      @gabedala  3 หลายเดือนก่อน

      You definitely did something wrong then

  • @Luccraftonyt
    @Luccraftonyt 2 หลายเดือนก่อน

    Dang mine js didn’t work idk why

  • @ssaltly
    @ssaltly 3 หลายเดือนก่อน

    It doesn’t take away the money help?

    • @gabedala
      @gabedala  3 หลายเดือนก่อน

      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

  • @notsun3644
    @notsun3644 6 หลายเดือนก่อน

    It dose'nt take my currency away.?

    • @gabedala
      @gabedala  6 หลายเดือนก่อน

      Double check your commands then

  • @ethaninfinite5991
    @ethaninfinite5991 8 หลายเดือนก่อน +1

    It doesnt give me anything

    • @gabedala
      @gabedala  8 หลายเดือนก่อน +1

      Double check your command blocks

    • @ethaninfinite5991
      @ethaninfinite5991 8 หลายเดือนก่อน +1

      @@gabedala I fixed it thx

  • @MegaAge82
    @MegaAge82 4 หลายเดือนก่อน +1

    It reached the limit of 500