Тёмный

EASY Timers with Commands || Minecraft Data Pack Tutorial 

Timber Forge
Подписаться 24 тыс.
Просмотров 59 тыс.
50% 1

Опубликовано:

 

3 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 85   
@mytchroy1821
@mytchroy1821 3 года назад
Dude chill with this well-timed high quality content, I'm working with this stuff the past couple weeks. Thanks!
@TimberForge
@TimberForge 3 года назад
Glad I could help!!
@hikariwuff
@hikariwuff Месяц назад
The thing I love about scoreboard timers is that you can add time to them or deduct time from them while they're running. Heck, you can even pause them by using a boolean dummy value. This can be incredibly useful for certain minigames.
@_-M-_
@_-M-_ 3 года назад
I literally was about to make a data pack that needed a timer lol.
@thebaum8557
@thebaum8557 3 года назад
Same
@evancraftgc6271
@evancraftgc6271 2 года назад
Same
@MythicNinja
@MythicNinja 8 месяцев назад
Same
@balthasarrichters4389
@balthasarrichters4389 3 года назад
I have a question: Can you please make a simple tutorial, how to generate custom Structers in the world. I literally found nothing useful on the internet about this topic, an I love your tutorials! Thanks!
@jexadox
@jexadox Год назад
oh man this has been on my mind lately! did u find any yet?
@samuelcool1747
@samuelcool1747 3 года назад
All your tutorials have been very helpful and professional, thank you.
@karlbenedictperez8655
@karlbenedictperez8655 3 года назад
Right on time. I was also looking for timers for Data Packs. Thank You!
@wingedseal1051
@wingedseal1051 3 года назад
A little tip for optimization, when setting a scoreboard timer, instead of checking entity score every tick you can schedule(append) a function to check the scoreboard instead. Example - scoreboard players set @s timer_one 40 - schedule function namespace:check_if_score_is_zero 40t This way instead of running "execute as" every tick. It'll run once per entity on timer.
@RosyEos
@RosyEos Год назад
What would the check_if_score_is_zero look like? I assume it targets the desired effect, but then why go through the tick countdown if you just run the intended function with out it?
@ggsotora
@ggsotora Год назад
this was extremely helpful with a calming voice and easy to understand instructions.
@jayfin3950
@jayfin3950 3 года назад
Nice job Timber, 4 hours in and no dislikes! I was just wondering are you planning on doing any more advanced tutorials, or is that the point of the let’s code videos? EDIT: Also I like your new transition
@TimberForge
@TimberForge 3 года назад
Haha thanks. I do have some ideas for advanced tutorials, but they just take longer and I always worry I did something inefficiently and that I’ll be roasted xD
@pagefamillyvlogs6745
@pagefamillyvlogs6745 3 года назад
@@TimberForge understandable
@jayfin3950
@jayfin3950 3 года назад
@BettingPants and I have downloaded your lightsaber pack XD
@jayfin3950
@jayfin3950 3 года назад
@@TimberForge Never feel self conscious about your projects - I did about the one BettingPants mentioned, and it slowed me down a lot because I thought if I asked for help people would laugh at me. I felt sure my idea had been done before, but couldn’t bring myself to search it, as then my fears would be true, for certain. When it was done, I did look it up, and found it nowhere, no matter what I searched. Moral of the Story: Don’t worry about what people will think of your creations.
@tupped4585
@tupped4585 3 года назад
For the algorithm
@TimberForge
@TimberForge 3 года назад
PRAISE TO THE ALGORITHM GODS
@SakanaKuKuRu
@SakanaKuKuRu 3 года назад
I can see myself making Surprisingly, music with note blocks I can finally make music up to an accuracy of 1 tick
@retrofication
@retrofication 8 месяцев назад
This is exactly what I wanted!
@Slferon
@Slferon 2 года назад
i wanted to make a challenge where a mob that i haven't decided yet will spawn on you every like minute or 10 this really helped!
@rkvkydqf
@rkvkydqf 3 года назад
underrated
@LeaoMartelo
@LeaoMartelo 3 года назад
keep the good work
@MinemexYT
@MinemexYT 3 года назад
Yeah I wait for this. nice. and a cool new way for making a video. Like that
@xenon9717
@xenon9717 2 года назад
I literally stopped making datapacks but then i saw this
@oincoerente4803
@oincoerente4803 3 года назад
Hi Timber Forge, Could you try to make a video of how to make a Recipe Book? not like the actual recipe book in-game but an Item that has a gui showing custom recipes or something? Is this even possible only with data packs?
@lecrowpus.
@lecrowpus. Год назад
thankyu it was realy helpfull 😊😊😊😊😊😊
@Gameoholic_
@Gameoholic_ 3 года назад
As for the schedule command limitations you also forgot that it clears when you disconnect from the world, which is something I wish I would've found out sooner
@fat_cat8108
@fat_cat8108 3 года назад
single player or a server?
@Gameoholic_
@Gameoholic_ 3 года назад
@@fat_cat8108 both
@daaoofboygamingoofamily5685
@daaoofboygamingoofamily5685 3 года назад
When the animated Java plugin comes out are you planning on reviewing because you explain things really well I would probably be lost 😅. Thank you.
@TimberForge
@TimberForge 3 года назад
Yeah, I just dont have access to it right now.
@daaoofboygamingoofamily5685
@daaoofboygamingoofamily5685 3 года назад
Ok thank you I’ll stay tuned for that
@Jeddell
@Jeddell 2 месяца назад
tried to follow along. got to the scoreboard timer and had it set to 40, then I replicated the countdown but could'nt get it to countdown. went through video a couple of times but i could'nt get it to work. I would like to set something like t his up in order to execute function every few seconds rather than every tick but That's where I got lost.
@Satwr
@Satwr 6 месяцев назад
it is 3 Years old but i wanted to ask this... with 23w12a u can make rightclick detection for "any" Item an i have everything setup and everything works the only thing i struggle with is that i dont want the cooldown to always stay at >mycooldowntime< when i hold down rightclick it should only trigger once and then again when the cooldown is at 0
@tonifashina8610
@tonifashina8610 3 года назад
Cool cool you do a vidio on how to give functions to each inventory slot
@Ironspider23-
@Ironspider23- 16 дней назад
What do you mean?
@josema9302
@josema9302 3 года назад
How could I make a Hoglin tameable and with the behavior of a wolf?
@josema9302
@josema9302 3 года назад
@Nirved Parajuli Omg thank you so much
@LowJackAP
@LowJackAP 10 месяцев назад
can someone please point me in the right direction to make days last longer in Minecraft 1.20.2 java? looking everywhere and can't seem to find anything the /time command and commands blocks aren't working I can only speed up not slow down... Thanks
@creatoraddonpemula
@creatoraddonpemula 2 года назад
How to use command schedule in minecraft bedrock edition?
@selfishboy5766
@selfishboy5766 3 года назад
Can you do another what if episode
@ku8341
@ku8341 3 года назад
can you also make a video about how to make custom armor?
@jasbirkaur975
@jasbirkaur975 3 года назад
how i can change vs code color like you have i am new in vs code
@maiusderallerbeste2204
@maiusderallerbeste2204 Год назад
Hello, I have a question, what is in your global repat function, because I seem to need a function that is repeated over and over again. Thanks in advance.
@mgmixolot5192
@mgmixolot5192 Год назад
how do you make the score go down automatically
@BillTed-tr4hf
@BillTed-tr4hf Год назад
how do i make a separate function loop
@antiyoygame2001
@antiyoygame2001 3 года назад
I get an error :/ in my tick.mcfunction: scoreboard players remove @e[scores={timer_tnt=1..}] timer_tnt 1 im my load.mcfunction: scoreboard objectives add timer_tnt dummy LOOOL after watching it 10 times I noticed it should be in same line
@gftk5566
@gftk5566 3 года назад
will we see a continuation of the "What if" series soon?
@gravitowl
@gravitowl 3 года назад
what if that serie never continued
@TimberForge
@TimberForge 3 года назад
Probably not too soon but eventually
@afffe4444
@afffe4444 3 года назад
9:00 who is @s in this case? You have not specified it.
@judot0ad
@judot0ad 2 года назад
You can't use the execute function with the schedule one
@TheGreenDragon.
@TheGreenDragon. 3 года назад
hey i want to join the discord but it says that it is invalid
@ilikepancakes8359
@ilikepancakes8359 Год назад
it did not show on the side
@apestar712-fornoreason6
@apestar712-fornoreason6 3 года назад
Could it be used for different functions?
@ImIcterine
@ImIcterine Год назад
I Cant Get It Working, Im On Fabric 1.19
@jacopwashere
@jacopwashere 3 года назад
could you make a video on how to add sneak detection to inventory slots like you sneak (without an item) and it functions a command
@TimberForge
@TimberForge 3 года назад
I have sneaking examples in the jump pack lets code and item detection in a lot of my videos, i think the food and mando pistol videos. Just combine it with an execute command or detect the two separate scoreboards.
@jacopwashere
@jacopwashere 3 года назад
Thanks alote
@tonifashina8610
@tonifashina8610 3 года назад
@@TimberForge but you can use predicates
@Nightcart
@Nightcart 3 года назад
If you remember the throwable fireballs datapack you made. I was trying to make a minigame with it but I can't get it to work with multiplayer. Only one person is able to throw fireballs. Any help?
@TimberForge
@TimberForge 3 года назад
Anyone should be able to do it IIRC, not sure why that could happen. I dont have time rn but maybe someone on the discord could help if u send specific info.
@jacovichstabs841
@jacovichstabs841 3 года назад
dummy timers are OP
@allaboutcommands4984
@allaboutcommands4984 3 года назад
for some reason the schedule command didn't work for me...
@explodingkittens3091
@explodingkittens3091 2 года назад
You need a datapack
@fundus3422
@fundus3422 3 года назад
video ;)
@mromg8282
@mromg8282 3 года назад
Man, I was hoping I'll finally get some good usage out of this but it seems like all it could be used for is a timer which I'd rather do in the loop.
@TimberForge
@TimberForge 3 года назад
If you have custom entities, you should probably run this on the individual entities using a separate function instead of directly in the loop.
@mromg8282
@mromg8282 3 года назад
@@TimberForge Yes, I know. That's what I was reffering to. I'm not crazy enough to put that amount of commands into one file xD
@MightBeArxbird
@MightBeArxbird 3 года назад
Yeah alright, but when? HMM
@pagefamillyvlogs6745
@pagefamillyvlogs6745 3 года назад
What software do you use for making datapacks and what syntax error plugin do you use with it?
@TimberForge
@TimberForge 3 года назад
I use atom.io now, and I think it’s this: atom.io/packages/mcfunction If not, its some similar package
@pagefamillyvlogs6745
@pagefamillyvlogs6745 3 года назад
@@TimberForge thank you!
@pagefamillyvlogs6745
@pagefamillyvlogs6745 3 года назад
ok I got it that will make things a lot easier
@floriansteinmann5419
@floriansteinmann5419 3 года назад
hey! I have a problem. I searched around the internet and didn't find a solution. I know you are good with things like this and so I came up asking you this question. When a player is facing a specific block, which can be dirt or stone, a scoreboard should turn on. I managed to do it, but its not perfect. When I look at the edge of one block, the block isn't detected. How can I do this?
@TimberForge
@TimberForge 3 года назад
Use raycasting(instantaneous, not using an entity) and make sure to use a small “step” size. (I explain the step/increment size in my lets code cannon video). Instantaneous raycasting uses a function that calls itself and moves forwards, I think cloudwolf has a video.
@floriansteinmann5419
@floriansteinmann5419 3 года назад
@@TimberForge Thanks
@ThatGeometryDude
@ThatGeometryDude 3 года назад
first
@ethanyang6812
@ethanyang6812 3 года назад
BHDSA
Далее
Minecraft Data Command [1.19] Tutorial
9:05
Просмотров 161 тыс.
How to make a time/stopwatch in Minecraft Java
11:55
Просмотров 4,6 тыс.
5 Cool Tricks with ONE Command!
9:21
Просмотров 798 тыс.
/execute store // Minecraft 1.19 Command Tutorial
5:38
Minecraft Datapack Tutorial | 1.21+
8:41
Просмотров 4,3 тыс.
Player made Command Block Creations are Next Level...
11:39