Hi love your vids I'm trying to learn API script and I'm thinking of learning either JavaScript or type script before going to bedrock scripting API can I ask what do you recommend
@@Mr.Z-addons Honestly you are kinda learning both at the same time. When dealing with the scripting api you utilise types from typescript files under the hood. I would do it the exact same way : write js and add types with typescript. This will save you some time as typescript is not easy to set up and as long as you are not planing to use much oop, js with type files (jsdoc) should do the job.
@@Dingsel thanks bro love your contents do you also know how to like make custom components of items or entities because I have this addon I have been working on called a quiet place which uses the vibration listener component and I'm thinking of like adding parameters to it like adjustable distance range because the range it can only detect sounds is 16 blocks radius
@@serjumba I asume you don't know the scripting api then right? In that case you can check out the guide by wiki.bedrock.dev wiki.bedrock.dev/scripting/gametest-form.html#app
@@Dingsel I read everything and didn't understand anything at all. You can direct me where I need to go, so that I just attach the command and that's it.
@@Dingsel i wanted to do something like, when clicking on the "cameras" button, the "select camera view" menu appeared, and for example, when clicking on "third person", the command "/camera @p set minecraft:third_person" was triggered
Can you make a jsonc file with showing all element type and all possible property inside with comment to explain what it does? After episodes, I can understand basics of the meaning but I don't really understand how and why those properties are located that way
Theres been and update to minecraft bedrock and whenever i try to use my gui behavor pack the content log file says this: [Scripting][error]-Plugin [Tremor - 1.0.0] - [main.js] ran with error: [TypeError: cannot read property 'subscribe' of undefined at (gui/beaconwarsshop.js:3) the subscribe thing used to open the gui isnt working, do you know how to fix? ]
it probably has something to do with your manifest file. try checking the minecraft/server version in the manifest file and make sure it is in the latest beta
Hey! Help Me! I don't know what item_specific_speed does. (Microsoft didn't give an example) It's said an array but I do not know how to implement it in json. (I do not know if it's an array of object ot array of value) I need it to fix the pickaxe speed for a block. Pls help ❤
CODE : www.skyls.de/samples/ui4
Please make a way to change the background of json.ui
Your very good man ❤❤❤
How to add function when a button is clicked??, Please answer
@@FrelexCraftNiBozz wiki.bedrock.dev/scripting/gametest-form.html
@@Dingsel The script I made always gives error
i personally think you should do a tutorial on textures next, like form backgrounds, button hovers, stuff like that.
Definitely agreed.
На этом уроке я научился делать формы UI, и имено те которые мне нужны! Спасибо больше. Я искал долго как их сделать
I don't know how to code but thanks to you now I have a big brain now. We need more like you. And it is so underrated for a "how to" vids.
Dingsel i learned how to make addons from you even when your tutorials were just in Dutsch
youre the goat 🔥
Wow I was learning gui from your videos
Next, make tutorial how to create custom buttons, animated main menu, etc
honestly im waiting for your new tutorials more than anything else
Part 5?
Finally, another lesson to learn 🔥🔥
Halo bg admin penity😅
thanks a lot making this video, really appreciate it
You should make a JSON UI tutorial on inventory screen on server form
Is this not a server form? 😭
ohh i see what you mean. That's more of a scripting thing tho
Can you make a tutorial to change the texture of the server form?
Nice job, but any button work, really great cause ui has very hardest level
What plugin you use for addon programming in VS code? And what better VScode or bridge?
U really deserve a sub❤
i have a question, now i can open it with the clock but is their also a way you could do a command like /function menu or /menu or ;menu to open it?
wiki.bedrock.dev/scripting/gametest-form.html
Hi love your vids I'm trying to learn API script and I'm thinking of learning either JavaScript or type script before going to bedrock scripting API can I ask what do you recommend
@@Mr.Z-addons Honestly you are kinda learning both at the same time. When dealing with the scripting api you utilise types from typescript files under the hood. I would do it the exact same way : write js and add types with typescript. This will save you some time as typescript is not easy to set up and as long as you are not planing to use much oop, js with type files (jsdoc) should do the job.
@@Dingsel thanks bro love your contents do you also know how to like make custom components of items or entities because I have this addon I have been working on called a quiet place which uses the vibration listener component and I'm thinking of like adding parameters to it like adjustable distance range because the range it can only detect sounds is 16 blocks radius
I just recently studied this, it seems very complicated to me.
Is there anyway to edit the modal form side of things like the dropdown? Cause I wanna change the size of that
how do I link a command? so that when you click on the button, something happens
in the behaviour pack there is a script.
@Dingsel I don't understand. I go to "scripts", and then?
@@serjumba I asume you don't know the scripting api then right? In that case you can check out the guide by wiki.bedrock.dev
wiki.bedrock.dev/scripting/gametest-form.html#app
@@Dingsel I read everything and didn't understand anything at all. You can direct me where I need to go, so that I just attach the command and that's it.
@@Dingsel i wanted to do something like, when clicking on the "cameras" button, the "select camera view" menu appeared, and for example, when clicking on "third person", the command "/camera @p set minecraft:third_person" was triggered
This is what I was waiting for!
Can you make a jsonc file with showing all element type and all possible property inside with comment to explain what it does? After episodes, I can understand basics of the meaning but I don't really understand how and why those properties are located that way
How do I add the feature that I can add infinite buttons and how do I finalize its background with pictures and the background of the buttons?
is it possible instead using item, we can add custom button sidebar or any sides on screen?
Hello can you like make a tutorial on how to edit the UI of a custom crafting table only the custom crafting table and not the crafting table
Funktioniert das auch in der Version 1.21.40+?
ja
To show the scoreboard in the json ui How do you do that?
Theres been and update to minecraft bedrock and whenever i try to use my gui behavor pack the content log file says this: [Scripting][error]-Plugin [Tremor - 1.0.0] - [main.js] ran with error: [TypeError: cannot read property 'subscribe' of undefined at (gui/beaconwarsshop.js:3) the subscribe thing used to open the gui isnt working, do you know how to fix?
]
it probably has something to do with your manifest file. try checking the minecraft/server version in the manifest file and make sure it is in the latest beta
@@light8130 they actually removed the entityinteract after event. now i have to find a different way to trigger when interacting with entity
they didn't try using the latest version and check if they didn't rename it
@@Dingsel silly me i got it to work tanks so much
i liked the part where he taught us json ui
you shouuld show how to import images from minecraft into that like a dessert, plains etc
Question. If i have a body in the form how can i make it appear in the bottom part?
how do you integrate the script forms in the BP with the json ui in the RP? can you link me a resource?
skyls.de/samples
Do you think this allows me to add a custom button in the pause menu that redirect to a rule form?
@@haryamc no
@@haryamc but you can modify the how to play screen and redirect to that
Cant we do this witg offsets??
Watch the video again I think you missed a part. Its not the most ideal way
Как сделать больше тригеров
yes🤩🤩
Horray 😂😂
who would win? pablo or nikita?
Pablo for sure! Nikita stands no chance!
on what exactly?
🌟
Hey! Help Me!
I don't know what item_specific_speed does. (Microsoft didn't give an example)
It's said an array but I do not know how to implement it in json. (I do not know if it's an array of object ot array of value)
I need it to fix the pickaxe speed for a block.
Pls help ❤
@@sGeerTheGeer vscode extension blockception might help
@Dingsel I use Quickedit to Code ( I'm on mobile ).
@Dingsel I'm on mobile. Do you know how to use it ?
@Dingsel Some Addons don't even use it :(
@Dingsel I figured it out. But is there anyway to make an item consume durability during crafting ? canget it to work. Pls help :(((((
yooooooooo finally
Deam
hm
!!