#Multiple server forms

1 messages · Page 1 of 1 (latest)

vivid crag
#

Hello, I already saw people doing like a server form folder and inside it putting multiples ui with a different namespace. What I am asking is how to link an ui to a script. For exemple I want that the ui with the namespace "compass" (ui/server_form/compass) to open when I use a compass and an other ui with the name "apple" (ui/server_form_applr) to open ehen I use an apple.

tender root
#

In this video, I demonstrate how to use JSON UI in combination with the scripting api in the Minecraft Bedrock Edition

🔗Links :
Like What I Am Doing? Concider Supporting Me! : https://ko-fi.com/dingsel
Join my Discord! : https://discord.gg/tzrmH56JXC
My Website : http://skyls.de
Music : https://www.youtube.com/watch?v=tEzYsaLm7nw&ab_channel=Si...

▶ Play video
#

That video shows exactly how using the title of the form

#

Wait, i think I read that wrong. You want to open different forms depending on the item used, thats item use events, check the item id with an if statement and open the desired form for the item used.