How to Create Custom NPC Shops in Minecraft (Bedrock Edition) 1.16+ -Tutorial Series

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

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

  • @Jessie101
    @Jessie101  4 ปีที่แล้ว +58

    I forgot to explain that you also needed to add a "Coins" scoreboard in order for this to work. If you are trying to create this yourself, please initially use this command to add the Coins scoreboard: /scoreboard objectives add Coins dummy Coins.
    You can check out all the required commands here: jesser101.xyz/index.php/2020/10/11/how-to-create-custom-npc-shops-tutorial-series-004/

    • @myskullmonkey4774
      @myskullmonkey4774 4 ปีที่แล้ว +1

      Hey I’m having some problems with the Buy when I press the button my score doesn’t go down at all and a red stone block spawns, do you know how to fix this?

    • @unregulardude
      @unregulardude 4 ปีที่แล้ว

      @@myskullmonkey4774 Did you use the same exact commands as he did? If so, you would need to change the coordinates that are relative to your world. So for example, if you need to put your command block at x=8 y=4 z=6, then you use the command "/fill 8 4 6 redstone_block"

    • @myskullmonkey4774
      @myskullmonkey4774 4 ปีที่แล้ว

      UnregularDude I figured it out it was just a problem with my scoreboard and a lil hiccup on my NPC

    • @DavianSewall
      @DavianSewall 4 ปีที่แล้ว

      Do you guys want to play on my wourld

    • @gustavosantiago1543
      @gustavosantiago1543 4 ปีที่แล้ว

      @@DavianSewall no

  • @prittic
    @prittic 2 ปีที่แล้ว +12

    2:43 Showcase
    4:50 Tutorial
    5:50 Buy
    7:37 Sell

  • @bi-cubecraft426
    @bi-cubecraft426 3 ปีที่แล้ว +31

    I’m really sad that you’re not popular like other command block ytbers but you’re the best at command_blocks that what I say actually you’re awesome and my new favorite ytber ❤️❤️❤️❤️❤️‍🔥❤️‍🔥❤️‍🔥❤️‍🔥

    • @Jessie101
      @Jessie101  3 ปีที่แล้ว +3

      Thank you Elie! 😙❤️

    • @blokstrategy2612
      @blokstrategy2612 3 ปีที่แล้ว +3

      fr tho!

    • @Lucas_Lowder
      @Lucas_Lowder ปีที่แล้ว

      He's popular now

    • @bi-cubecraft426
      @bi-cubecraft426 ปีที่แล้ว

      @Jessie101 I remember how obsessed I was with Minecraft and command blocks when I wrote this comment, feels like yesterday god damn things have changed, I know you propably don't care but just wanted to say this and I'm glad that you're doing good in youtube now

  • @Sci-lense
    @Sci-lense ปีที่แล้ว +3

    Hey, your local nobody here. So currently I've been trying to make something similar to this and I think it's more complicated; I would rather not make a video about this cause I can't. This is also server friendly as far as I know.
    Key: Chn/Chain Rep/Repeat AA/Always Active Unc/Unconditional Con/Conditional
    Sell:
    Npc button: tag @initiator[hasitem={item=(item.name)}] add (tag) -tag allows that player to be executed by the commands until removed.
    Rep/Unc/AA/ Cmd 1: execute if entity @a[tag=(tag)] run clear (item.name) (data) (amount) -execute had an update, which can obsolete testfor, testforblock, and testforblocks.
    Chn/Con/AA/ Cmd 2: scoreboard players add @a[tag=(tag)] (money s.board) (integer) -again, tag gives a tracker to make the commands execute that person.
    Chn/Con/AA/ Cmd 3: tag @a[tag=(tag)] remove (tag) -this releases the tag from the player.
    [c=1] is optional for the Cmd blocks.
    Buy:
    Npc button: tag @initiator[scores={(money s.board)=(integer)..}] add (tag) -this is pretty similar to the sell button.
    Rep/Unc/AA Cmd 1: execute if entity @a[tag=(tag)] run scoreboard players remove @a[tag=(tag),scores={(money s.board)=(integer)..}] (money s.board) (integer) -both integers are the same integer, this is to eliminate the case test in a different cmd block.
    Chn/Con/AA Cmd 2: give @a[tag=(tag)] (item.name) (integer) -the integer in here is the amount of the item given.
    Cmd 2b: execute at @a[tag=(tag)] run structure load (structure.name) (xyz cords) -I would use this if you think no one's going to crowd around a single npc.
    Chn/Con/AA Cmd 3: tag @a[tag=(tag)] remove (tag) -this has the same reason for sell.
    Now if you want a response to the prompts
    First, you would have to separate the testfor and the extra, and its pretty simple. Just have a testfor @a[tag=(tag)] as cmd 1 and have the cmd after run in the "execute" cmd in cmd 2. Shift the cmds up a rank and have cmd 2 alway as a chain set up. (Chn/Con/AA)
    Reply: tell @a[tag=(tag)] (message) -For "not enough" this will be next to the testfor with a comparator separating them; the two torches near the stack. Above that, have a remove tag to reframe anyone being stolen by you. For "purchused" have it in between 2 and 3, which would shift 3 to 4.
    I know it's confusing, but for me, it makes no sense without context. BTW, I've been doing this for 3-5 years and I wish there was an actual forum for this, mainly because I don't wanna do it myself.
    Finished: Dec. 22, 2022 5:20

  • @NOT_an_egg_cultist
    @NOT_an_egg_cultist 4 ปีที่แล้ว +17

    Great tutorial! I had to improvise upon things I couldn't figure out, but in the end I have a shop. Thank you!

    • @Jessie101
      @Jessie101  4 ปีที่แล้ว +2

      No worries!
      :)

    • @NOT_an_egg_cultist
      @NOT_an_egg_cultist 4 ปีที่แล้ว +1

      @@Jessie101 btw, how does the tellraw command work? I never have been able to work it

    • @Jessie101
      @Jessie101  4 ปีที่แล้ว +2

      I pasted the commands in the description, basically you need to put the text that you want the command to say in between the quotation marks. (“ “)

    • @NOT_an_egg_cultist
      @NOT_an_egg_cultist 4 ปีที่แล้ว +2

      @@Jessie101 Yeah, I saw, I am not bad with commands but was just confused when it wouldn't work..

    • @xdlegend8914
      @xdlegend8914 3 ปีที่แล้ว +2

      @@NOT_an_egg_cultist I'm also making a shop with it a cake war shop

  • @aztwins036
    @aztwins036 3 ปีที่แล้ว +9

    I was trying to go a bunch of these commands and they didn’t work so I was able to come up with my own system while basing it off of this but thank you so much for this information it helped so much and it was amazing

    • @Jessie101
      @Jessie101  3 ปีที่แล้ว

      I’m glad that you were able to figure it out! ;)

    • @FynnHulley
      @FynnHulley 3 ปีที่แล้ว

      Can you help me because I’m not sure mine are working

    • @necromancystudiosgaming4024
      @necromancystudiosgaming4024 2 ปีที่แล้ว

      mine isnt rly working just for buy

  • @404nf_
    @404nf_ 3 ปีที่แล้ว +3

    If the error message is bugged for anyone else, change the impulse error command block and change the tick delay to 2. Very helpful though!

    • @prittic
      @prittic 2 ปีที่แล้ว

      Thanks

  • @tretrefootball
    @tretrefootball 4 ปีที่แล้ว +4

    Btw to make it so you can place less commands for the 4 commands blocks that remove 1 each so this
    /clear @p obsidian 3
    Then the second is
    /clear @p obsidian 1
    Really helps out so u don’t have to place 4 commands

    • @chaldokiller9306
      @chaldokiller9306 3 ปีที่แล้ว

      That’s gonna do the closest player so if someone goes closer to the command block then u, they get effected

  • @stafuishi1613
    @stafuishi1613 2 ปีที่แล้ว +3

    You've been helping me alot learn how to use commands and their capabilities thank you bro.

  • @aluki575
    @aluki575 4 ปีที่แล้ว +27

    This is the most helpful minecraft tutorial I've ever seen I love you... No homo

  • @LucienDeath
    @LucienDeath 3 ปีที่แล้ว +2

    Omg im so happy im writing this all down in a notebook. Thank you for this tut. This is like hard one to follow with out notes. Yet this npc shop is safe inregaurds to the players when selling or buying other players near wont lose or gain anything unless they them self interacts with the npc 🤘👍🦊

    • @Jessie101
      @Jessie101  3 ปีที่แล้ว

      No worries friend, I’m glad this helps you!
      :D

    • @esum4338
      @esum4338 3 ปีที่แล้ว

      @@Jessie101 is it possible to make them sell more than one thing? If there is can you make a video for it?

    • @Jessie101
      @Jessie101  3 ปีที่แล้ว

      Just have multiple strands of command blocks per each item you want to sell. It’s that easy.

  • @y4d0
    @y4d0 3 ปีที่แล้ว +18

    pc players: thank you for the help!
    xbox players: this is gonna be a *typeful* day!

    • @oskarkrulczewski
      @oskarkrulczewski 3 ปีที่แล้ว

      Do: control + a then control + c
      Then: go to the other command block and do control + v
      -----
      On the newer version if you turn on all the extra options like experimental and education mode you can crouch + pick block ( the same data will stay in that picked block ) so when you place that command block down again it will have the same commands + settings

    • @Deadchannel06
      @Deadchannel06 3 ปีที่แล้ว

      @@oskarkrulczewski xbox players dont have keyboards with a control button its a virtual keyboard

    • @Anonymous_Dab
      @Anonymous_Dab 3 ปีที่แล้ว

      @@Deadchannel06 yes we do not built in but I use control + c and Control +a all the time you just need any standard USB keyboard I recommend a wireless mouse and keyboard I don't play with it but I do use it for commands and stuff . So it's easy to get a keyboard on xbox hard part is jumping from minecraft to the site to copy and paste or even the notes app I'll get it on pc soon just for this kinda stuff.

    • @Deadchannel06
      @Deadchannel06 3 ปีที่แล้ว

      @@Anonymous_Dab yea

    • @gruntisfr1681
      @gruntisfr1681 3 ปีที่แล้ว

      I have a keyboard and mouse to do it on

  • @bruhh.3127
    @bruhh.3127 3 ปีที่แล้ว +1

    I downloaded you 10 redstone commands world and that was amazing it was uploaded on minecraft maps app and the map was very nice and commands was also nice thanks for teaching us this useful command love you ❤️❤️

  • @PatR10T456
    @PatR10T456 3 ปีที่แล้ว +4

    I REALLY NEED HELP CUZ THIS IS SO ANNOYING it keeps saying unable to tag me even when the only things I changed where coordinates

  • @Koi-bf4gx
    @Koi-bf4gx 4 ปีที่แล้ว +1

    Guys Need help in commands , Like " /give @p and then connect one redstone to another command block /clear @p 0 3" but when they press the button it gives them the item but I want it not give them if they don't have the pay

  • @thesheepclan2762
    @thesheepclan2762 4 ปีที่แล้ว +3

    Thanks to you I can now make my server better

  • @antoinerichard-capponi9974
    @antoinerichard-capponi9974 3 ปีที่แล้ว +8

    That don’t work for me. It says : “no target matched to the selector” pls helpppp I want that In my realmmmmm

    • @littlegreen4899
      @littlegreen4899 3 ปีที่แล้ว

      For the sound ones that say no target matched selector just make the sound to everyone by putting @a[r=50or and diesierd number] will play the sound to any one with in a 50 block radius of the command block

    • @ladyacecalisin6861
      @ladyacecalisin6861 3 ปีที่แล้ว

      Try /give @p spawn_egg 1 51

  • @YoxiiPlz
    @YoxiiPlz ปีที่แล้ว +1

    How to make it at sell that it sells automatically more types of items and gives you the total amount of coins you earned. Lets say you have 1 stack of coal, 27 iron and 3 stacks of diamond. Each ore has its own price so lets say 1 coal = 1 coin, 1 iron is 2 coins and 1 diamond is 5 coins than it needs to give me 64×1+27×2+192(3 stacks)×5 = 1.078 Coins. How to do that?

  • @jaspecito2641
    @jaspecito2641 2 ปีที่แล้ว +1

    Thanks this helped so much for my server👍

  • @jordzynv5274
    @jordzynv5274 3 ปีที่แล้ว +2

    I got 2 problems, 1.because the red stone block is set where both command chains activate it plays both sounds at once and gives me both tell raws
    2.it takes no blocks out of my inventory when selling or buying

    • @ogfreak0538
      @ogfreak0538 3 ปีที่แล้ว

      Same here brother

  • @Anonymous_Dab
    @Anonymous_Dab 3 ปีที่แล้ว +2

    I'll try this soon thanks for the great tutorial . like and subscribed finally bedrock gets attention lol been looking for tutorial on this kinds stuff it's mostly Java and nbt tags glad I found a bedrock one thanks

    • @Jessie101
      @Jessie101  3 ปีที่แล้ว +1

      I “generally” post weekly tutorials, so I hope some of the other videos can also help you out as well! :)

  • @progamerdgd943
    @progamerdgd943 3 ปีที่แล้ว +5

    how do i sell like 1 stack of items, i dont wanna place 64 command blocks for each individual block
    Update: i got it by dividing 2 command blocks, one for 63 and the other for the last 1

    • @Sci-lense
      @Sci-lense ปีที่แล้ว

      2022: hasitem is a thing now. @a[hasitem={item/quantity/data/slot/location}]. And try out tags.

  • @lindsybuentello4197
    @lindsybuentello4197 3 ปีที่แล้ว +1

    The “buy” is working for me, but for some reason the “sell” isn’t working for me! Any help?

  • @PatR10T456
    @PatR10T456 3 ปีที่แล้ว +2

    @jesser101 It keeps saying uable to tag me even though all I did was change coordinates and coins= I even did the 2 dots but its won't work plz help

  • @MK_Zero-30
    @MK_Zero-30 3 ปีที่แล้ว +2

    Hello jesser i have a problem it say "failed to execute 'clear' as Googlegaming"

  • @gooberman101
    @gooberman101 3 ปีที่แล้ว +2

    Hey im experimenting with this and when i sell items into the shop it sends in chat both the successful sell msg and failed sell and i triggers both sound i was wondering if there was a command to include or if I might have messed something up

    • @ProNeon
      @ProNeon 2 ปีที่แล้ว

      same issue for me

  • @FynnHulley
    @FynnHulley 3 ปีที่แล้ว

    This video has helped so much with my server. Thank you so so so much.

  • @xzero2244
    @xzero2244 3 ปีที่แล้ว +2

    This is what I'm looking for

  • @shnitzell132
    @shnitzell132 2 ปีที่แล้ว +1

    I used this in the past and it worked great but now I used the command again and when I execute @p[ and then the cords n stuff] it says syntaxes error @p. This is for all the blocks with execute. It doesn't let me do @

    • @Jessie101
      @Jessie101  2 ปีที่แล้ว

      If you’re using the updated execute command you need to now do “/execute run as @p” to execute commands rather than just “/execute @p.”

    • @fnafcooldude
      @fnafcooldude 5 หลายเดือนก่อน +1

      @@Jessie101it doesn’t seem to work.

  • @adonwiddoes3961
    @adonwiddoes3961 3 ปีที่แล้ว +1

    I did the commands correctly but the sell guy dosent work correctly it gives you the wool even when I have a lower amount of coins, The two sounds play together, and the text that's supposed to pop up doesn't pop up at all.

  • @amirulmukminin4707
    @amirulmukminin4707 3 ปีที่แล้ว

    I have a problem. @jesser101 , whenever i click buy , it works but also at the same time the insufficient also pop up. and if i dont have enough coin it will say insufficient ofocurse. just why if i have enough coin it will give me diamond and the prompt message say i have received bla3 together with insufficient coin.
    and another question, do i need to make a new set of command block for other item to be on sell list? using the same npc with multiple item on sale?

  • @Anth1121
    @Anth1121 3 ปีที่แล้ว +1

    is their anyway to give it extra buttons? like, one sells diamonds and gold, but their seperate options?

    • @dusktilldawn173
      @dusktilldawn173 3 ปีที่แล้ว

      No, npcs execute the topmost command then executed the one under it and so on.

    • @mavocado3291
      @mavocado3291 3 ปีที่แล้ว

      Yes If you go to advanced settings and do add command and turn on button you can have more

  • @ridd_alexis
    @ridd_alexis 2 ปีที่แล้ว

    I think instead of the rawtext you could use
    /title @s actionbar §cinsufficient coins!
    It looks better

  • @bridgerookie9051
    @bridgerookie9051 4 ปีที่แล้ว +4

    Thx for the help

    • @Jessie101
      @Jessie101  4 ปีที่แล้ว +1

      Glad I can help!

  • @gruntisfr1681
    @gruntisfr1681 3 ปีที่แล้ว +2

    For me its saying "No targets match selector"

  • @gaminglord5637
    @gaminglord5637 3 ปีที่แล้ว

    So my command blocks are saying no targets matched selector. Any advice?
    Please I really need to set up these commands in time for the next update

  • @NasusGamer
    @NasusGamer 3 ปีที่แล้ว

    Also the shop is only for1 player or LAN world but not for server because if someone is closer to ghe shop and jjst looking around and your 5 blocks away from the npc and buy something the item would be given to the closeet player.

    • @Kitana-lo6lx
      @Kitana-lo6lx 3 ปีที่แล้ว

      put the radius 1-2 blocks away from the NPC. like this r=2,c=1

  • @FynnHulley
    @FynnHulley 3 ปีที่แล้ว

    I haven’t checked yet but I think I have a way to fix the to sell glitch. If you have a command block saying something like
    /clear @p diamond 0 0
    have a comparator. And then another actually clear it.
    I’ll see if it works.

  • @bomberdawesome
    @bomberdawesome 3 ปีที่แล้ว +1

    Whenever I click on the NPC's advance settings it says OP required but I don't understand what to do because I'm already the host and cheats are on.

  • @mehmedtiro412
    @mehmedtiro412 4 ปีที่แล้ว +2

    Why is it for the closest player? What if I'm closer than the player that's supposed to get it?
    Why not @s it for self? Does that not work in this case?

    • @kryskrys6881
      @kryskrys6881 4 ปีที่แล้ว

      Doesn’t work my man

    • @ogoshdamplays8667
      @ogoshdamplays8667 3 ปีที่แล้ว

      You can type this though, all of your commands need the coordinate you're going to be standing on when you make the purchase
      I. E.
      /give @p[x=coord,y=coord,z=coord,r=radius] diamond_sword

    • @ogoshdamplays8667
      @ogoshdamplays8667 3 ปีที่แล้ว

      Honestly this video is highly over complicated....... All of those commands can just be connected to the NPC XD

  • @Jota270
    @Jota270 2 ปีที่แล้ว

    My prob is that whether i sell sometimes “you ve no material to sell” and “+10 coins added” are conflicting

  • @gaminglord5637
    @gaminglord5637 3 ปีที่แล้ว

    See when I did it the game wouldn't select targets, so I changed it up, now my problem is that I cant distinguish the too low chain or the purchase chain. It plays both. Can you give advice?

  • @titansoundsmusic
    @titansoundsmusic ปีที่แล้ว

    Do the shopkeepers need to be standing in front of the command blocks as shown in the video?

  • @Nathanixehh
    @Nathanixehh 4 ปีที่แล้ว +2

    It doesn't work on my Nintendo Switch, it says "No targets matched the selector" or something like this (I'm French so it says "Aucune cible ne correspondait au sélecteur")

    • @Jessie101
      @Jessie101  4 ปีที่แล้ว

      Make sure to edit the coordinates so that they match the position of your NPCs in game.

    • @adam2943
      @adam2943 4 ปีที่แล้ว

      Est-ce que tu as résolu le problème ?

    • @antoinerichard-capponi9974
      @antoinerichard-capponi9974 3 ปีที่แล้ว

      I have the same problem lol
      And I am French too mdr

  • @KShond
    @KShond ปีที่แล้ว +1

    Ive been trying to do this with the new update with a “/execute run as @p” but it says that there is an unexpected “as”

    • @Jessie101
      @Jessie101  ปีที่แล้ว

      hey! I’ll be making a tutorial/guide on how to use the new /execute command! :D

    • @Jessie101
      @Jessie101  ปีที่แล้ว

      (and also revert old commands to the new execute format)

    • @KShond
      @KShond ปีที่แล้ว +1

      @@Jessie101 Thank you!

    • @Jessie101
      @Jessie101  ปีที่แล้ว

      @@KShond no worries! I made a community post about it - I’ll likely get a video out regarding it within the week :)

  • @springmoonthewolf645
    @springmoonthewolf645 2 ปีที่แล้ว

    So when I do the Buy Impulse command block, it says "Failed to execute 'tag' as playername" what does this mean?

  • @renzcedricsantos3437
    @renzcedricsantos3437 3 ปีที่แล้ว

    You real legend man

  • @TheUnNonChristianChristian
    @TheUnNonChristianChristian 3 ปีที่แล้ว

    so I typed in all the command correctly and the first and last command block in the buy chain don't work the first one says failed to execute 'tag' as (username) and the last one says Syntax error: Unexpected "NPC": at "emove Buy >>NPC

  • @doitdabestisa
    @doitdabestisa 4 ปีที่แล้ว +1

    mine is not working is it because of the y=like 52 do I have to put in my cords

    • @Jessie101
      @Jessie101  4 ปีที่แล้ว

      Yes, you need to put in your own coordinates for these commands.

    • @doitdabestisa
      @doitdabestisa 4 ปีที่แล้ว

      @@Jessie101 OK thanks

  • @driz6353
    @driz6353 3 ปีที่แล้ว +1

    I wonder why you clear the item (for selling obsidian) using 4 command block (...obsidian 0 1) instead using a command block (...obsidian 0 4)

    • @ItzGiftzIsDumb
      @ItzGiftzIsDumb 2 ปีที่แล้ว

      because if he did that you could buy it with the obsidian below the selling number and still get it

  • @jojopotato6732
    @jojopotato6732 2 ปีที่แล้ว

    can i still do something like this if i want the money to be emeralds rather than the coins? if so, how?

  • @symm.ngytry
    @symm.ngytry 2 ปีที่แล้ว

    Hello do you know how to fix a glitch where when a player buys something, the scoreboard sometimes gives coins/money to the wrong person? I think this is caused by “nearest player” which is very annoying and is ruining my server 😫😔 please reply!!! Thank you

  • @KaDrop
    @KaDrop 4 ปีที่แล้ว +3

    Wouldn’t it just give someone who is near the same thing the person just bought

    • @Jessie101
      @Jessie101  4 ปีที่แล้ว +1

      It wouldn’t as it targets only one specific player who gets their money removed. That player gets tagged and will receive the diamond. Only one person will receive it no matter what.

    • @prittic
      @prittic 3 ปีที่แล้ว

      @@Jessie101 Genius :O

  • @beoiam8232
    @beoiam8232 2 ปีที่แล้ว

    Can you make a video about making an rng shop (like if you buy 1 diamond theres a chance to get 2 for example)

  • @HaxHax2
    @HaxHax2 2 ปีที่แล้ว

    Is this gonna work on 5 players buying and selling at the same time

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

    I keep getting errors in the new version of Minecraft, could you provide an updated version?

  • @amishthakkar6308
    @amishthakkar6308 4 ปีที่แล้ว +2

    Thank you so much

  • @apexofastopiadplayer
    @apexofastopiadplayer ปีที่แล้ว

    Can you make this work in 1.19+ bedrock because in 1.19 mojang changed the execute command, and if people get the failed execute tag, that’s the problem, outdated commands, so can you make a remake of this video updated to 1.19+ plz?

  • @snilsie923
    @snilsie923 3 ปีที่แล้ว +1

    How to get the coins score and coins word away if you already have it

  • @joshuaekwueme7377
    @joshuaekwueme7377 3 ปีที่แล้ว +2

    the sell dosent work for me it gives me coins even if i dont have enough items

    • @veslemon6139
      @veslemon6139 3 ปีที่แล้ว

      Do you know how to fix that

    • @joshuaekwueme7377
      @joshuaekwueme7377 3 ปีที่แล้ว +1

      @@veslemon6139 for me it was cos the chain command block weren’t coditionsl

  • @cccbjfxbjubudb193
    @cccbjfxbjubudb193 ปีที่แล้ว

    Can you make a video for the new /execute command. This one isnt working/outdated

  • @Fan-man804
    @Fan-man804 3 ปีที่แล้ว

    What if you wanted to make it take items because I am using emeralds as my currency

  • @steelpanther9985
    @steelpanther9985 4 ปีที่แล้ว +2

    Why does it say "failed to execute 'tag'" and then my username?

    • @Picagir
      @Picagir 4 ปีที่แล้ว

      yeah im having the same problem not sure what it is im trying to figure it out hope he comes back with a fix

    • @Picagir
      @Picagir 4 ปีที่แล้ว

      ok i figured it out make sure your chained command blocks are conditional and always active and once thats set do /tag @a remove tag and now try it

  • @notreallylolll
    @notreallylolll 4 ปีที่แล้ว +2

    Do u need a mod or addon to do that?

    • @Jessie101
      @Jessie101  4 ปีที่แล้ว

      Nope! NPCs are in vanilla bedrock edition minecraft. :)

    • @noname323
      @noname323 4 ปีที่แล้ว

      @StopRagingPls write /summon npc

  • @Zappy77
    @Zappy77 3 ปีที่แล้ว +2

    Yeah after you helped me with this, I broke it a minute later, and I gave up

    • @NoahMcclelland
      @NoahMcclelland 3 ปีที่แล้ว

      Dont give up keep trying

    • @Zappy77
      @Zappy77 3 ปีที่แล้ว

      @@NoahMcclelland already gave up 4 months ago

  • @gabrielebarbuto
    @gabrielebarbuto 4 ปีที่แล้ว +2

    How do I make a money scoreboard that you see in The menu?

    • @adam2943
      @adam2943 4 ปีที่แล้ว

      There's another video on the channel

    • @gabrielebarbuto
      @gabrielebarbuto 4 ปีที่แล้ว

      @@adam2943 ok thanks

  • @dasrussian8776
    @dasrussian8776 3 ปีที่แล้ว

    I put all the correct commands in all the command blocks and I have the scoreboard and instead of coins I have it saying money but I put it all where is should go but nothing's working

  • @erasedsword3323
    @erasedsword3323 3 ปีที่แล้ว

    I just made this and I'm having an issue. For some reason when a player has $25 and the item costs $25 it gets rid of it like it's supposed to, but it also tells them they don't have enough money after it gives them the item

  • @dauitd9606
    @dauitd9606 3 ปีที่แล้ว

    OMG THX YOU SO MUCH 😄😄😄

  • @todrick3340
    @todrick3340 4 ปีที่แล้ว +5

    How you get the little coin thing on your scoreboard?

    • @Jessie101
      @Jessie101  4 ปีที่แล้ว +1

      I will explain this in a future video/tutorial! 😄

    • @zerozxv8866
      @zerozxv8866 3 ปีที่แล้ว

      @@Jessie101 Plissss make it

    • @cf5002
      @cf5002 3 ปีที่แล้ว

      @@zerozxv8866 you can look up videos for it put minecraft money score bored bedrock

    • @Jessie101
      @Jessie101  3 ปีที่แล้ว

      jesser101.xyz/index.php/2021/02/13/mcpe-secret-emoji-symbols-guide/

    • @zerozxv8866
      @zerozxv8866 3 ปีที่แล้ว

      @@Jessie101 Thanks

  • @jojoo2040
    @jojoo2040 3 ปีที่แล้ว

    if i wanted to use this on another word cause i already have a spawn world would i be able to get the packs cause i really want to use this

  • @CopperOnTop
    @CopperOnTop 3 ปีที่แล้ว

    Hi Jesser! I am having a problem with the sell and it doesn’t matter how much obsidian I have it always gives me coins

    • @CopperOnTop
      @CopperOnTop 3 ปีที่แล้ว

      And it plays both sound effects which means it also says both that I don’t have enough and that my purchase was successful no matter what

  • @ethanruzin9583
    @ethanruzin9583 3 ปีที่แล้ว

    I’m still getting the items even though I don’t have enough for the item. I’m also getting money from the npc even when the error message pops up and I don’t have the block. Any thoughts on why this is happening?

    • @DailyFactsLiam
      @DailyFactsLiam 3 ปีที่แล้ว

      Hey I have the same problem, did u find a solution?

  • @tapblackpvp
    @tapblackpvp 3 ปีที่แล้ว

    is it possible if i make diamond money bc i cant add scoreboard at my sserver example they need diamond

  • @prajwalagrawal6929
    @prajwalagrawal6929 4 ปีที่แล้ว +1

    Nice jessar I'm prajwal 678

  • @3sbfan300
    @3sbfan300 3 ปีที่แล้ว

    jesser i install in minecraft your tutorial im so happy

    • @Jessie101
      @Jessie101  3 ปีที่แล้ว

      :)

    • @3sbfan300
      @3sbfan300 3 ปีที่แล้ว

      @@Jessie101 Thank you so much jesser

    • @3sbfan300
      @3sbfan300 3 ปีที่แล้ว

      @@Jessie101 I Subcribe Your Second Channel

    • @Jessie101
      @Jessie101  3 ปีที่แล้ว

      No worries!

    • @3sbfan300
      @3sbfan300 3 ปีที่แล้ว

      @@Jessie101 Make New Tutorial Please I LikE Your Video

  • @teregeetmeresur9851
    @teregeetmeresur9851 3 ปีที่แล้ว

    Wow! You are the best!

  • @Thewild76x
    @Thewild76x 3 ปีที่แล้ว

    I can’t edit what he says in the little speech bubble when you interact with him can someone help? (I’m on Xbox and switch)

  • @TalentlessVibes
    @TalentlessVibes 3 ปีที่แล้ว

    This just keeps telling me it's failed to execute tag, does anyone know whats going wrong and/or how I could fix this?

  • @arcadeplayzyt7175
    @arcadeplayzyt7175 3 ปีที่แล้ว

    U help me a lot

  • @emmagarner3089
    @emmagarner3089 2 ปีที่แล้ว +1

    Hard to follow but I'm not a redstone master

  • @perfection74
    @perfection74 2 ปีที่แล้ว

    Please help
    When I want to sell Some blocks
    But don't have enough it still give me coins

  • @erenscott3959
    @erenscott3959 ปีที่แล้ว

    can you make them buy and sell at the same time?

  • @bloosix
    @bloosix 2 ปีที่แล้ว

    There is a MUCH better way to do this. Instead of making the npc with command blocks, use it as multiple command blocks, as it can store more than one command. For the buy, you could've put something like:
    execute @initiator[scores = {money = ..100}] ~~~ tellraw @s {"rawtext":[{"text":"Insufficient coins"}]
    execute @initiator[scores = {money = 100..}] ~~~ give @s diamond 1
    execute @initiator[scores = {money = 100..}] ~~~ scoreboard players remove @s money 100
    This way is WAY less bulky, and simpler. You Can also use other commands, such as playsound, for the "insufficient coins" sound effect.

    • @Chaotic94x
      @Chaotic94x 2 ปีที่แล้ว

      Thank you this was just what I needed and with some tweaking it worked perfectly for my server! No more massive rooms for command blocks and plates/buttons and displays.
      Also means you can copy the code to past for extremely fast creation of buttons on the NPC menu!!!

  • @3D-gamer_08
    @3D-gamer_08 ปีที่แล้ว

    Can you Actually use emeralds instead of coins???

  • @tryna3402
    @tryna3402 4 ปีที่แล้ว +1

    Nice!!

  • @michele9643
    @michele9643 3 ปีที่แล้ว +2

    Hi man, how can I add the same coin image in my scoreboard ? It is beautiful with it!

    • @Jessie101
      @Jessie101  3 ปีที่แล้ว +1

      I use this website for emoticon usage in my worlds: haveyouwantto.github.io/mcpechar/
      Hope this helps! :)

    • @jeffroweb
      @jeffroweb 2 ปีที่แล้ว

      I'd like to know this as well. His website appears to be down.

  • @KittenGaming-nu9xp
    @KittenGaming-nu9xp 3 ปีที่แล้ว

    So uhhh, with the @p commands it says nothing matches the target

  • @ItsBudda3
    @ItsBudda3 3 ปีที่แล้ว

    This will suck on severs because if someone buys something with someone nearby it could charge the other player.

    • @Jessie101
      @Jessie101  3 ปีที่แล้ว

      No it won’t as it tags a specific player, THEN executes all commands to that tagged specific player.

  • @tarahenry1277
    @tarahenry1277 4 ปีที่แล้ว +8

    me: only 10 min wow so short 1 hour later wow still not done
    my lesson do not do long commands on a swich

    • @tarahenry1277
      @tarahenry1277 4 ปีที่แล้ว +1

      I wrote this will makeing it

    • @Jessie101
      @Jessie101  4 ปีที่แล้ว +1

      Yes, very tough on devices other than windows 10 to do long commands such as these! 😆

    • @tarahenry1277
      @tarahenry1277 4 ปีที่แล้ว +1

      @@Jessie101 but worth it

    • @tarahenry1277
      @tarahenry1277 4 ปีที่แล้ว

      @@Jessie101 ps great job being a youtuber is my dream

    • @elyxd6177
      @elyxd6177 3 ปีที่แล้ว

      took me a few days. i’m still trying to do it, the commands just aren’t executing.

  • @anthonyasis3531
    @anthonyasis3531 2 ปีที่แล้ว

    Hi its awesome but im too lazy i only see this now and i cant open the website can you type all the commands Thank you very muchh for your idea

  • @callusunfunny6736
    @callusunfunny6736 ปีที่แล้ว +1

    i keep getting Syntax error: Unexpected “@a”: at “Execute >>@a

  • @Heem69420
    @Heem69420 2 ปีที่แล้ว +1

    This is way too much work and my slow self can’t really understand as this is my first time doing this and I don’t know much about commands but thanks for helping others that do understand you are also very underrated

    • @Jessie101
      @Jessie101  2 ปีที่แล้ว +1

      Thank you!! 💗

  • @Royyalflush
    @Royyalflush 3 ปีที่แล้ว +1

    Sell works completely fine while the buy doesn’t wanna work at all

    • @natural1503-q9v
      @natural1503-q9v 3 ปีที่แล้ว +1

      Yes the buy worked one time now it doesn't wanna work did you figure out?

    • @Royyalflush
      @Royyalflush 3 ปีที่แล้ว

      @@natural1503-q9v I couldn’t, I had to make a whole new buy and sell system using signs and armor stands and that ended up working for me

    • @natural1503-q9v
      @natural1503-q9v 3 ปีที่แล้ว +1

      @@Royyalflush can you tell me how did you use sign and armour stand? Pls

    • @Royyalflush
      @Royyalflush 3 ปีที่แล้ว

      @@natural1503-q9v here I’ll send you a link of the video I watched

    • @Royyalflush
      @Royyalflush 3 ปีที่แล้ว

      @@natural1503-q9v th-cam.com/video/JSgrRb7WRJw/w-d-xo.html

  • @imsorandom3099
    @imsorandom3099 4 ปีที่แล้ว

    I dont know why this happens but when I run the command It says syntax error unexpected Coins at (Coins=0..99)] is there a way to fix this

    • @Jessie101
      @Jessie101  4 ปีที่แล้ว

      Use the “{“ brackets instead of “(“. It should be like this: {Coins=0.99}]. Also all commands are in the description of the video if you’re still confused. 👍

  • @hoilamgi2027
    @hoilamgi2027 2 ปีที่แล้ว

    What are "r" and "c" stand for?

  • @ashleydodd8090
    @ashleydodd8090 ปีที่แล้ว

    Can you put the commands to the chat that website isn’t working

  • @pogoxtailrice6199
    @pogoxtailrice6199 3 ปีที่แล้ว +2

    This tutorial was awesome! Although, I am having a problem. Whenever I use the npc for buying, both sides activate i rechecked all the commands and i copied it perfect(except the price)

    • @Hekza0024
      @Hekza0024 3 ปีที่แล้ว

      check the coords.

  • @stafuishi1613
    @stafuishi1613 2 ปีที่แล้ว

    How did you put the minecoin symbol?

  • @EPronie
    @EPronie 4 ปีที่แล้ว +1

    Can u do this but instead of diamonds particle effects

    • @EPronie
      @EPronie 4 ปีที่แล้ว +1

      And if so how