@ICauseChaos-mc5jb yea I noticed that too. Instead of what she wrote, write this instead: /give @initiator[hasitem={item=pumpkin_pie,quantity=1..}] diamond 5 /clear @initiator[hasitem={item=pumpkin_pie,quantity=1..}] pumpkin_pie 0 1
@@verglas_hydraHow did you do this? I want to do the same but I'm lost. I have it so when you complete the quest your scoreboard score goes up by one. But I dont know how to go from here.
I.... have been using /setblock ~~-10~ Redstone_block And then strings of command blocks under ground... I mean I still have to do that for some of the more advanced quests, like I made a small logic board that's 6x2x3 that detects if the quest is started, in progress, or finished and will give you rewards or feed back if there's enemies remaining but... WHY HAVENT I KNOWN YOU CAN DO MULTIPLE COMMANDS IN ONE PROMPT??? You miss, you get a like and a sub.
I'm a bit late but yes after it say pumpkin pie you put tags= or name= then the name of the item all in square brackets like /clear @p pumpkin_pie [tags=Pi] 0 1
This is a good tutorial but it doesnt keep poeple from getting the dimonds without having pie hers the command for that /give @initiator[hasitem=[{item=pie,quantity=1..}]] Diamond 5
Judging from the command it's still going to give out the rewards Even if the item is not on inventory. And while typing I just realized I could try to use execute command but just Incase I can't Is there a way to ensure the player has the item before being granted rewards?
You need a more specific command; /execute if entity @p[hasitem=[{item=pumpkin_pie}] run tag @p add give /clear @a[tag=give] pie 0 1 /give @p[tag=give] diamond 5 /tag @a[tag=give] remove give Do keep in mind it will give the diamond to the player nearest to it ,it wont specifically be targetting the one it’s talking to.So even if you’re the one talking to it if someone else is closer to the npc than you he/she will be targeted.
I just tested. I made my guy take five emeralds away from me for a fire charge but I had zero emeralds and I said here you go and it still give me the fire charge so your friends can still just take it without doing the crest😢
yea I noticed that too. Instead of what she wrote, write this instead: /give @initiator[hasitem={item=pumpkin_pie,quantity=1..}] diamond 5 /clear @initiator[hasitem={item=pumpkin_pie,quantity=1..}] pumpkin_pie 0 1
Wait but if you dont have any thing to trade with for example like you gave him pumpkin for 5 diamonds but what if you pressed the button without having any pie? Will it still give you the reward?
Bro I can get diamond without getting the pie I just try that I want like you can't get diamond without pie becuz I don't have pie but I still get diamond ez diamond
i found this helpful because of some parts of the video BUT it didn't fully work but the hero @McLuvin51 came in clutch with helping with most of the commands 1
He gives me the reward when I don’t even have what he wants in my inventory
Did you ever find a solution to that because I’m curious too
@ICauseChaos-mc5jb yea I noticed that too. Instead of what she wrote, write this instead: /give @initiator[hasitem={item=pumpkin_pie,quantity=1..}] diamond 5
/clear @initiator[hasitem={item=pumpkin_pie,quantity=1..}] pumpkin_pie 0 1
@@gadtherad0973 thank you, you are a big help.
@@gadtherad0973didn’t work, everything but removing the item from inventory works
Thank you so much@@gadtherad0973
I’m building a Christmas map for my friends so this is perfect
Awesome video, keep up the good work!!
Thank you!
I love this! Simple and quick! U earned a new sub.
:o Thanks! I like that you are giving tips and tutorials for cmd blocks!
So helpful! This video deserves more views
It s useful and after 5 times it stop working but very Helpful :D
Great video love your energy 👍
how do u make it so it can only be claimed 1 time
Make a command block that removes the npc
Make it so when you join the world it give you a tag and when you complete a quest it removes it
I did it by making a command block that checks if you have claimed before by using a scoreboard
@@verglas_hydraHow did you do this? I want to do the same but I'm lost. I have it so when you complete the quest your scoreboard score goes up by one. But I dont know how to go from here.
When you hand in the quest /tp the npc in front of you underground and /tp a different npc to take its place.
I.... have been using /setblock ~~-10~ Redstone_block
And then strings of command blocks under ground...
I mean I still have to do that for some of the more advanced quests, like I made a small logic board that's 6x2x3 that detects if the quest is started, in progress, or finished and will give you rewards or feed back if there's enemies remaining but...
WHY HAVENT I KNOWN YOU CAN DO MULTIPLE COMMANDS IN ONE PROMPT???
You miss, you get a like and a sub.
Very helpful I never thought to use Npc's like that, can you make them follow you I've had issues trying to get following to work
this really did work well!
This is useful subscribed, btw How can you Do the quest multiple times?
I love ittt thank u very much maam!
Would you be able to make it to where only a specific named item is accepted as the quest item?
I'm a bit late but yes after it say pumpkin pie you put tags= or name= then the name of the item all in square brackets like /clear @p pumpkin_pie [tags=Pi] 0 1
THATS SO COOL
Is there a way for adding ticks for NPC?
As a Owner of the soup gang you are now included of the fucking around in Minecraft
Okay but how do I make a quest line disappear after it’s completed, and how would I do that for 1 player if there are multiple players?
I also would like to know
After@ put their names instead @p
Coming back to this video to say you helped me build a full RP skyrim inspired game
wow thats amazing!
How can I make it a one time quest
Nice
Thanx 😂
This is a good tutorial but it doesnt keep poeple from getting the dimonds without having pie hers the command for that
/give @initiator[hasitem=[{item=pie,quantity=1..}]] Diamond 5
Thank you👍
For some reason this didn't work for me
@@Azure_28dhsg8same
@@Azure_28dhsg8 damn u suk
I noticed that this can be exploited. If you don’t have any pie, the NPC will still gift you diamonds. Is there any way around this?
use command blocks instead 1 impulse 2 chain conditional
Its much more complicated
Judging from the command it's still going to give out the rewards Even if the item is not on inventory. And while typing I just realized I could try to use execute command but just Incase I can't Is there a way to ensure the player has the item before being granted rewards?
Yeah so I was right. The execute command did work and for those who need it....
/execute as @initiator[hasitem={item=(name of item),location=slot.weapon.mainhand}] run clear @p (name of item)
Thanks ♥
You can do it without the pies in your inventory how do I make it where you actually have to have the item? To get the reward
You need a more specific command;
/execute if entity @p[hasitem=[{item=pumpkin_pie}] run tag @p add give
/clear @a[tag=give] pie 0 1
/give @p[tag=give] diamond 5
/tag @a[tag=give] remove give
Do keep in mind it will give the diamond to the player nearest to it ,it wont specifically be targetting the one it’s talking to.So even if you’re the one talking to it if someone else is closer to the npc than you he/she will be targeted.
I just tested. I made my guy take five emeralds away from me for a fire charge but I had zero emeralds and I said here you go and it still give me the fire charge so your friends can still just take it without doing the crest😢
yea I noticed that too. Instead of what she wrote, write this instead: /give @initiator[hasitem={item=pumpkin_pie,quantity=1..}] diamond 5
/clear @initiator[hasitem={item=pumpkin_pie,quantity=1..}] pumpkin_pie 0 1
@@gadtherad0973could you use @p instead of @initiator?
Umm when I press decline when I was making my quest giver I still said quest started
Wait but if you dont have any thing to trade with for example like you gave him pumpkin for 5 diamonds but what if you pressed the button without having any pie? Will it still give you the reward?
Yes,you will get the diamonds even without pie
@@30GBofnegativeluck well, that's just useless
I suppose however you can still input a more specific command that will do what you need.
@@30GBofnegativeluck sure, but that'd be quite complex, yknow what? I'll just leave it 😭
the clear command isnt working, anyone know why?
I’m my Npc gave me emeralds but I had no of the item
Thanks
Bro I'm still getting the stuff even if I don't have the requirements 💀
good short video but is anyone else disturbed that she went all the play to enter and clicked it instead of just pressing R2?
But I can do it with out my item aka cake
How would this be done with shulkers?
Subscribe because you play on sony like me and you helped me alot
U look Sweet and cute ☺️
Bro I can get diamond without getting the pie I just try that I want like you can't get diamond without pie becuz I don't have pie but I still get diamond ez diamond
1 more thing add scoreboard
IT DIDNT WORK
:(
@@markprew1277 hello I found a way to fix it
@@yellow272 how?
i found this helpful because of some parts of the video BUT it didn't fully work but the hero @McLuvin51 came in clutch with helping with most of the commands 1