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 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.
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)
@@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
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!
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
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
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
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
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
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?
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!
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
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
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
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
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
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
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
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
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
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
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
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 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
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 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.
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.
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 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
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?
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❤
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
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!
@@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
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.
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
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
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!
Hey Tobey, ive been searching for a shop system similar to this for a while. Would you be interested in sharing it?
@@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.
Hola Brother, aun tienes el sistema, es que no quiero utilizar minerales para la venta
IT DIDNT WORK IT SAYS THE TXT BUT DOESNT DO NOTHN
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)
Also, remember to make a command prompt once the player leaves the area it removes the Tag Command. Hope this helps.
@@Quorrinth how do i do that? i dont know how to make commands like that
This didn't work....
What are you talking about bro? It works for me
@@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
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!
Glad this tutorial helped!
I would love to see something like this
Dude you're a god for leaving those comomands in the description
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
You're a life saver fr
I have a question bro
This was perfect for the escape room I’m building. Thank you so much
Thank you for this!
thankyou soo muchhh!!! omg it worked you earned my subscription!!💗💗💗💗💗🌷
Thanks man🔥 you deserve a sub!
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
I have the same problem dude
Same :(
It also full clears your inventory of whatever is in it
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
Also, it depends on the item. You half to do his for the item when it comes to some things
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
Glad I could help! Gives me hope that people who tell me "it doesn't work" just doesn't follow directions
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! ❤️❤️❤️
No problem!!
Your gold nuggets are worth a lot more than my emeralds.
Bro you are so good I like your videos
Glad you like them!
Very nice video, you are very helpful and I appreciate your videos as always
Thank you!
Amazing! Would love to see you make one using the scoreboard to buy/sell with an npc
Ohh like a 2 in 1!? Where you can buy and sell an item! I can definitely do that!
Thx bro it worked well
Thanks you it's working 🎉🎉🎉
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..
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
Helped a lot man!
Glad it did!
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
Double check your command block settings!
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?
this is very helpful video for my world! please do more videos like this :D
Glad it helped!
how to allow players to only buy a thing once?
It worked just when I bought the item with no gold nuggets. It still gave me the cookie
ty i literally changed the script to like emerald and how much is so much easy
Yes!
YO THANK YOU! I SUBBED
You’re welcome and thank you!!!
@@gabedala oh is there a way to make a npc talk like you click yes or no and it shows a different text
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!
Make sure the 2nd command is correct. The 2nd command should only run if you have less than that amount of items
Thanks for this video can you make a quest claim system and gives out a reward if the quest is completed
Seems interesting, that is possible I believe
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
That seems very unlikely as this is bedrock edition and Java has a lot more features than bedrock
@@gabedala yess😔😭
Nice vid man
Thank you!!
Thx brooo it work
Welcome 👍
You can get an npc using the summon command
/summon npc
That too
You need to make one that takes named items and gives named items! This would be so helpful for me!! 👍👍👍
Not a bad idea
Normally, my NPC is supposed to give a totem for 20 diamonds, but he only accepts 10-20, how do we fix this?
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
Double check the /clear command and make sure you spell everything correctly
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
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
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
Check out my most recent video with the npc shop! I posted it 2 weeks ago!
Can u make a video of player trade system
That would be interesting
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
Yeah, people miss a small text or two. Spell things wrong too
Can you explain what happens with every command block I’ve tested it a bit and understand some of it
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
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
That makes no sense
The last command for the clear command is testing for if you have 5 or more gold nuggets, it then clears only 5 nuggets
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
What if u have over the amount that u need? Does it still clear all of ur currency??
No it takes what it neede
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
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
Yeah! Just do this exact thing but add multiple buttons to the npc
@@gabedala thank you SO much dude! you saved me.
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
Make your currency based off of items? Like a scoreboard?
It doesn't work when I click on the buy thing nothing at all happens
Same
Is it possible to do this with money like using the scoreboard?
Hey I have a question. Will it work for data item and what will be the command
Yeah I’m assuming it’ll work for data item I’m not sure the command off the top of my head
How do i make npc give saved book and quills?
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
Is it possible to purchase with in-game currency with this method. (Without cmd block) If yes. Can you please gimme cmd for that?
Yes, I’ve made videos on it before
@@gabedala which one. Link
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
Did you do gold_ingots?
How to make them sell enchant weapon
@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
It works but for some reason it won’t give me some of the items like seeds
Help, when I have more than what it costs it takes away all
No worries i fixed it by myself. Great vid ❤️
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 ?
It won’t work
is there a way where we could recieve the gold nuggets they pay ??
Like individual players? Yes, you just have to add the players name and give them the items at the bottom
Does it still work because it is awkward
It does woek
I typed out everything correctly, but it only gives me the arrow and doesnt take my gold ingot
Question, how do I make it so that when I click a dialogue option they will say something new?
I will look into this
@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?
What is a rescue grade?
@@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.
Awesome dude💪
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 ?
Double check your settings and the thing you type. It’s easy to have an error
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.
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
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
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?
@@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
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 ?
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
Is there a way to use it with named items ?
I have a video on my page how to give named items to players. Use that video and this one combined
Can you make it so that it takes a mix of stuff
Hmm, never thought of that. I could check to see if it works
This tutorila waw great! But When i tried it, it didnt clear the gold i have .it that suspose to happen?
It works but now it just give you the apple for any amount of diamonds
Means you typed something wrong
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?
You have something wrong with one of the command blocks, it shouldn’t clear your inventory. Double check the command blocks and their settings
Ok thanks
Can you make a level system and how to enter the next page of an npc
I don’t think there is such thing as a next page in an npc unless I’m wrong
@@gabedala actually, there is. I'm currently making NPC Quests and it opens another Dialogues.
Okay how would we name the item that we purchase?
I have a version on my channel where it shows how to do named items
@@gabedala ooh is there a link maybe?
Uh hey can you tell me how to make a npc teleport you in exchange for an item? Please also new subscriber
Oh easy, you can use this tutorial but instead of giving an item just add the teleport command in
How do you get that shader on BEDROCK
It’s called Kelly RTX I have a video on my page how to get it!
@@gabedala Thanks!
Your video help me complete my server
I typed in the commands and it takes away the currency but it doesn’t give me the item
Double check again, you might’ve messed something up
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❤
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
I tried again and it worked-I will sub now❤
@@gabedalaya it won’t work for me to😢
good video
Thank you!!!
Can u tell me how to make shop by using scoreboard money from the npc
Yeah I feel like I need an updated video on the scoreboard version for npc shops
Hey um I did not work for me can you try to make a updated version pls and thank you😊
It works, it is updated, you just did something wrong
Can you do this with scoreboard money?
Yes! I have a video coming out soon with that!
How would I do this with XP as currency
I made a video on my page of how to make a shop with XP. Put those commands in the video into a villager
I tried it, Everything works fine, However. The item doesn't spawn in the inventory or anywhere?
Is there a way to fix this?
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!
@@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
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.
@@gabedala Understood. I’ll try to test
@@gabedala
Sorry for all the questions.
But is there a way to open NPC’s with an item?
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.
@@GhostyPlaysGD you must’ve messed up a command or something. Double check because it’s easy to miss something
Thank you so much i want to make a adventure map and this helps a lot
It clears my whole inventory for some reason?
You definitely did something wrong then
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?
Might’ve typed the command wrong, double check it
It reached the limit of 500
Bro it doesn't work like it takes my items but it doesn't give me what i bought
You might’ve messed up a command the.
It doest work for me and i jus updated my minecraft this week. So is there any other solution to this
@@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
@gabedala do I use a underscore when u put iron or can u send the commands here again 😭
@@Sluwop do iron_ingot
@@gabedala ohhhh ok ok
@@gabedala ohhhh ok ok
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
Can’t understand what you’re trying to say, you have broken English
It doesn’t take away the money help?
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
It works except just clears my whole inventory instead of my currency :/
That’s wird
you can just do/ summon npc
@@PRDARKFIRE-es1qq yeah I know, but why not give players an egg so they can place it like a normal mob.
Dang mine js didn’t work idk why
Does this work on mobile?
Yes! All my videos do, bedrock edition
could use command blocks