How To Make A Gui Using Scripts In Minecraft Bedrock (SUPER EASY)

Поділитися
Вставка
  • Опубліковано 23 гру 2024

КОМЕНТАРІ • 65

  • @asusadx
    @asusadx Рік тому +8

    this is fabulous. i haven’t finished the entire video yet since im watching other vids to learn basics of java so i can understand and learn from this video. im sure this series will be a very helpful tool for me to learn java and im very thankful for that

  • @modue5277
    @modue5277 7 місяців тому +4

    Thanks for the nice tutorial. Now I can make my own UI's :)

  • @ewoker17gaming
    @ewoker17gaming 2 місяці тому +1

    Thank you this was very helpful

  • @MonstR9
    @MonstR9 7 місяців тому +1

    i have error:
    [Scripting][error]-Plugin [Project Teleport BP - 1.0.0] - [main.js] ran with error: [ReferenceError: Module [@minecraft-server] not found. Native module error or file not found.]

    • @itsh0h0h0h
      @itsh0h0h0h 6 місяців тому

      you haven't configured your manifest.json

    • @bl4ckband
      @bl4ckband 3 місяці тому

      Yeppers

  • @Xsniperfirex926
    @Xsniperfirex926 3 місяці тому +1

    really cool

  • @robbie_rohm88
    @robbie_rohm88 4 місяці тому

    Exactly what I was looking for. But I was wondering if the gui interface is transferable to the NPC dialogue box, that’s found on the Bedrock EDU spawn eggs???

  • @Sloth_Quest
    @Sloth_Quest 8 місяців тому +1

    im struggling with the credits part, the menu isnt opening up

  • @silencedfantasy9738
    @silencedfantasy9738 9 місяців тому +1

    Hey Soulless great tutorial, I have a question which I hope you can help with. when my gui opens up and I press warps, I have to press it like 4 times before it changes menu, any ideas why?

    • @SoullessReaperYT
      @SoullessReaperYT  9 місяців тому +1

      I have no idea, please msg me on discord and ill dm you there to see if i can help you :)

  • @OffshoreAccts
    @OffshoreAccts 6 місяців тому

    I can't get the actual script to go onto my world even when I enabled the pack!!!

  • @yanniallday
    @yanniallday 9 місяців тому

    i have added the gui to my scripts how would i add a bountys menu
    and how would i add a stats menu so when you crouch and click on a player it shows there stats

    • @SoullessReaperYT
      @SoullessReaperYT  9 місяців тому

      dm me on discord if you dont know how to do this -->
      export the bounty menus main function and inport into your gui,js file then make a btton for it and run the bounty menu function when that button has been pressed

  • @0_0Hades
    @0_0Hades 8 місяців тому

    can you make a video on how to set it up so it waits 10 seconds after you have been hit or hit someone before you can open warps or the main gui

  • @kents_drawings
    @kents_drawings 6 місяців тому

    I have a little bit of problem there's an error on the gui and idk how to fix it Here the error: [Scripting][error]-Plugin [basic pack name - 1.0.0] - [main.js] ran with error: [TypeError: cannot read property 'itemUse' of undefined at
    (gui/index.js: 6). How to fix this. Also I'm using 1.19.50 version

  • @kyle7270
    @kyle7270 Місяць тому

    I want the money transfer only how do I make that?

  • @WardenStar
    @WardenStar 7 місяців тому +1

    how would i make it so only a player for a example has the “adminTag” can open the gui

    • @mantodeamadness6939
      @mantodeamadness6939 3 місяці тому

      add an if statement that checks for a player with the "admin" tag, for example, if(player.hastag("admin")) {*your code*}

    • @WardenStar
      @WardenStar 3 місяці тому

      @@mantodeamadness6939 ty

    • @bl4ckband
      @bl4ckband 3 місяці тому

      Where would I put this

  • @brivd-6541
    @brivd-6541 5 місяців тому

    Is there a way or something you can add that would make it so if people have a certain tag or score they cant use the compass and get a error message?

    • @SoullessReaperYT
      @SoullessReaperYT  5 місяців тому

      yh add an if statement u can watch my new video to learn about them

  • @Spywwolf
    @Spywwolf 6 місяців тому

    Best video, thank you

  • @AlekkksVVrcelj
    @AlekkksVVrcelj 8 місяців тому +1

    Nice video! But how do you load the files in your minecraft? Still very helpful video and keep posting!

    • @Reddest638
      @Reddest638 5 місяців тому

      You have to combine your resource pack and behavior pack into one folder (if you have both) zip it then rename the folder to whatever you want and add the file extension .mcaddon
      if you only have one folder such as a behavior pack, zip it and change the file extension to .mcpack the game will be able to tell which type of pack it is based on its internal data if done correctly. This should work, but you could also use 7zip as well if this wont work for you for some reason
      Edit: Additionally (and probably most importantly) if youre going to be changing your pack often you should put it in developer resource or behavior pack depending on the pack. You wont need to zip it for this and its specifically meant for changing and developing packs while testing them right away. Just leave the world and rejoin to reload the pack

  • @ewoker17gaming
    @ewoker17gaming 2 місяці тому

    Can you please do a chat ranks tutorial. And Jason UI tutorial

  • @Redgring
    @Redgring Місяць тому

    can you make a updated video on it ????

  • @mk-atlas-official
    @mk-atlas-official 4 місяці тому +1

    Incredible tutorial mate, used it and it helped a lot, one issue I'm running into is a plugin error, it says "[main.js] ran with error: [ReferenceError: Module [minecraft/server-ui.js] not found. Native module error or file not found]" I can't find anything on the error or why its happening, do you think you might be able to help me fix it?

    • @SoullessReaperYT
      @SoullessReaperYT  4 місяці тому

      @@mk-atlas-official it’s @minecraft/server-ui remember the @ at the start :)

    • @mk-atlas-official
      @mk-atlas-official 4 місяці тому

      @@SoullessReaperYT so if I screw that up in one script then it stoped the main.js from running properly? Makes sense ig, thanks man, I’ll try fix it

    • @SoullessReaperYT
      @SoullessReaperYT  4 місяці тому

      @@mk-atlas-official yes and no it’s weird sometimes:)

  • @Reddest638
    @Reddest638 5 місяців тому

    I love finding videos like this and theyre very helpful, but it seems to me that this side of the minecraft is not very big compared to others. I hope to see your channel do better despite this though!

  • @Roka2500
    @Roka2500 5 місяців тому

    extension?

  • @浩千張
    @浩千張 7 місяців тому

    i cant use world.beforeEvents..........
    why???

  • @Whoim264
    @Whoim264 9 місяців тому

    Can you do video about hud with scoreboard?

  • @AlekkksVVrcelj
    @AlekkksVVrcelj 8 місяців тому

    Really nice tutorial! But, how do you load the files in your minecraft? But still very helpful video!

  • @MrDeathFox.
    @MrDeathFox. 10 місяців тому +1

    Could you possibly do a tpa request script api

    • @SoullessReaperYT
      @SoullessReaperYT  10 місяців тому

      i will defo add it to my list ty for the request

  • @ivanalesh20
    @ivanalesh20 7 місяців тому

    Great video. But the menu doesn't open for me. How to fix it?

  • @mrhealthfitness683
    @mrhealthfitness683 Рік тому +1

    Thx bro

    • @SoullessReaperYT
      @SoullessReaperYT  Рік тому

      Thank you so much for your support, bro! It means the world to me.

  • @Real38_
    @Real38_ 9 місяців тому

    How do i put it in minecraft

  • @darksoul7164
    @darksoul7164 5 місяців тому

    Good video

  • @JohnDoe-fe9zx
    @JohnDoe-fe9zx 6 місяців тому +1

    What is data?

    • @bl4ckband
      @bl4ckband Місяць тому +1

      Is a callback for a function so data.itemstack

  • @DerrickStreng
    @DerrickStreng 2 місяці тому

    The real name for "air tag" is "backtick".

  • @dEEdEE_LighthousE
    @dEEdEE_LighthousE 4 місяці тому

    How do we open the GUI.. lol
    edit:...ohhhh the compass..derp!

  • @Jaycoder
    @Jaycoder 9 місяців тому

    project source would of been better than just the js file...

  • @Sloth_Quest
    @Sloth_Quest 6 місяців тому

    Make a bounty system

  • @THEBOSS-9345
    @THEBOSS-9345 Рік тому +1

    54 minutes long omg

  • @gravestoner2488
    @gravestoner2488 9 місяців тому +1

    54mins to teach actionformdata and no custom ui 😂
    Good tutorial for custom forms, but misleading title

    • @SoullessReaperYT
      @SoullessReaperYT  9 місяців тому +2

      Custom ui is Json so its not a misleading title 🙂

  • @PlyrNoob2890
    @PlyrNoob2890 5 місяців тому

    this appears when i join the world, what is the Invalid lang file format?
    [Localization][warning]-Line: 4 - Invalid lang file format. New line character was found while parsing key: '|--------------txt--------------------------------info--------------------------------use--------------|'.
    [Localization][warning]-Line: 5 - Invalid lang file format. New line character was found while parsing key: 'feel free to use the texts below the skin names to replace certain minecraft text in your own packs :)'.
    [Localization][warning]-Line: 6 - Invalid lang file format. New line character was found while parsing key: '|------------------------------------------------------------------------------------------------------|'.
    [Localization][warning]-Line: 59 - Invalid lang file format. New line character was found while parsing key: '|--main menu--|'.
    [Localization][warning]-Line: 64 - Invalid lang file format. New line character was found while parsing key: '|--skins & capes gui--|'.
    [Localization][warning]-Line: 69 - Invalid lang file format. New line character was found while parsing key: '|--skins view--|'.
    [Localization][warning]-Line: 82 - Invalid lang file format. New line character was found while parsing key: '|--marketplace--|'.
    [Localization][warning]-Line: 88 - Invalid lang file format. New line character was found while parsing key: '|--chat--|'.
    [Localization][warning]-Line: 93 - Invalid lang file format. New line character was found while parsing key: '|--loading screen--|'.
    [Localization][warning]-Line: 4 - Invalid lang file format. New line character was found while parsing key: '|--------------txt--------------------------------info--------------------------------use--------------|'.
    [Localization][warning]-Line: 5 - Invalid lang file format. New line character was found while parsing key: 'feel free to use the texts below the skin names to replace certain minecraft text in your own packs :)'.
    [Localization][warning]-Line: 6 - Invalid lang file format. New line character was found while parsing key: '|------------------------------------------------------------------------------------------------------|'.
    [Localization][warning]-Line: 59 - Invalid lang file format. New line character was found while parsing key: '|--main menu--|'.
    [Localization][warning]-Line: 64 - Invalid lang file format. New line character was found while parsing key: '|--skins & capes gui--|'.
    [Localization][warning]-Line: 69 - Invalid lang file format. New line character was found while parsing key: '|--skins view--|'.
    [Localization][warning]-Line: 82 - Invalid lang file format. New line character was found while parsing key: '|--marketplace--|'.
    [Localization][warning]-Line: 88 - Invalid lang file format. New line character was found while parsing key: '|--chat--|'.
    [Localization][warning]-Line: 93 - Invalid lang file format. New line character was found while parsing key: '|--loading screen--|'.
    [Scripting][warning]-main.js loaded

    • @SoullessReaperYT
      @SoullessReaperYT  5 місяців тому

      @@PlyrNoob2890 I have no idea never seen that buddy