How does this only have 9 likes and 14 comments but its so good i would watch this for an hour straight
@cheepmc Жыл бұрын
Thank you so much for saying that, I’m glad I was able to help!
@LegomasterYT830 Жыл бұрын
This is a great tutorial! 👌 well done! But i would like to bring up a few things. 1. I dont see how having a thing that just adds 0 money to everyone every 40 ticks is helpful... but i can see why you added that to this tutorial. 2. If you ever accidentally add display money to your scoreboard, it will break it. But to fix that its very easy to do, just reset your display scoreboard. /scoreboard objectives remove/add Money (or whatever the name is) also dont forget the "dummy" whenever you add new objectives. 3. You can actually make your scoreboard name however you want it to be as long as it doesnt take too many characters, you can even color code it so it displays the scoreboard name in a specific color you chose. To do this without much trouble trust me do /scoreboard objectives add Money dummy (your scoreboard name) and this... will have your scoreboard name hidden as a ghost, but coded in the display scoreboard! So whenever you add your scoreboard like this, it will always display the name you typed in at the end! 4. This is the most important of all of these, when you do /execute at @a, it REALLY MATTERS whether or not your on a world or a realm, i gotta be honest, I have no experience with scoreboards on realms, but i have seen other videos and peoples skygens do something differently when doing that command when you do it for a realm. They do it so it works for a realm? But for this from the video ive seen and tested this myself, I did /execute AS @a AT @s - ... -@p Money = @p money / OR @s @s and it STILL WORKS. AND INSTEAD OF IT SHOWING "AS [NULL]" FOR THE ERROR, IT SHOWS "AS [USERNAME]" So by doing /execute as @a at @s positioned ~~~ run scoreboard players operation @s Money = @s money This will fix everything faster when you put the scoreboard up, and I have seen it work even with the as username error! It will be like it fixed itself! But however it still has some strange glitches i discovered, so make sure you fix the error first before you put up your scoreboard with the Redstone. HOWEVER. Keep this in mind: someone said that for realms, remove the "positioned ~~~" part. Idk why that is exactly, thats untested, cause i dont have realms. But please keep that in mind and make sure you test ALL OF THIS in a new world/realm BEFORE you use it for one of your other worlds. Hopefully that all made sense.
@cheepmc Жыл бұрын
Wow, I just want to say that you for complimenting the tutorial at the start, and thanks for all those great tips, those might help me in my future tutorials. Plus they will help all the viewers who need help or have more questions
@LegomasterYT830 Жыл бұрын
@@cheepmc your welcome :) I'll do my best to help out with this kind of stuff because it's kind of complicated to make a great scoreboard without experiencing issues 😅
@cheetp-gt1bs Жыл бұрын
Money still resets to 0 when someone joins back
@amandawinters1780 Жыл бұрын
W i needed this thx love your content
@cheepmc Жыл бұрын
No problem glad it helped
@Swat_Gaming_The_1st3 ай бұрын
Dude your the best dude thank you SO much 10 out of 10 bro good job
@cheepmc3 ай бұрын
@@Swat_Gaming_The_1st thanks, glad I was able to help you
@SsCHILLYsS5 ай бұрын
Your like the best tutorial KZbinr ever
@cheepmc5 ай бұрын
@@SsCHILLYsS thanks bro!
@linkthegamer39028 ай бұрын
Bro you take things and make the way simpler you are the literal best
@cheepmc8 ай бұрын
Thank you so much! im so glad im able to help people to understand complicated command block tricks!
@linkthegamer39026 ай бұрын
@@cheepmc tysm
@McDoodle-w2d2 ай бұрын
Much appreciated!
@cheepmc2 ай бұрын
@@McDoodle-w2d no problem! Glad I was able to help you
@Abrix1239 ай бұрын
Thanks
@sumidas94486 ай бұрын
I like your video
@cheepmc6 ай бұрын
Thanks!
@sumidas94486 ай бұрын
@@cheepmc this time I am Play Minecraft
@Thallleous10 ай бұрын
Thank so much 🎉
@cheepmc10 ай бұрын
No problem!
@jakebyrnes54845 ай бұрын
I have the money on the side but when I use it, it doesn’t go away there but the actual system goes it just doesn’t when u look at it on side bar how do I fix that
@ngocnguyenminh710911 ай бұрын
Easier: scoreboard objectives remove MoneyA scoreboard objectives add MoneyA dummy "Display Name" scoreboard objectives setdisplay sidebar MoneyA scoreboard players add @a Money 0 execute as @a as @s run scoreboard players operation @s MoneyA = @s Money command block 1: repeat unconditional always active command block 2,3,4,5: chain conditional always active To add Money: /scoreboard players add @p Money 100 To remove Money: /scoreboard players remove @p Money 100 How this work: You need 2 scoreboard, one is A/ another one is B. First, remove A then add A, setdisplay sidebar for A, add 0 score B to all players, execute command set players score A equals to players score B.
@ngocnguyenminh710911 ай бұрын
it will execute at player, if they are off, it cant. so it'll remove their name (Because 'scoreboard objectives remove MoneyA') Another: Comment whatever you need, I'll reply all.
@SsCHILLYsS5 ай бұрын
How to make a custom name instead of money
@burhhurb38912 ай бұрын
Is there a way to kill other players for money? For example I kill another player and get 50$
@bigfortnitefan18907 ай бұрын
the game rule change doesn’t always stay active when we log out and back in. is there a way to fix that?
@cheepmc7 ай бұрын
Hmm not really sure, that has never happened to me
@bigfortnitefan18907 ай бұрын
@@cheepmc fixed it by running a repeat command block with that command every 40 ticks.
@titanfcukАй бұрын
@@bigfortnitefan1890thanks
@Azz-q3q4 ай бұрын
How to keep money
@chealseahemphill3 ай бұрын
I know i probably being an idiot but it dont work for me