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
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.]
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???
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?
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
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
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
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
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?
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!
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
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
Great to hear!
Thanks for the nice tutorial. Now I can make my own UI's :)
Thank you this was very helpful
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.]
you haven't configured your manifest.json
Yeppers
really cool
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???
im struggling with the credits part, the menu isnt opening up
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?
I have no idea, please msg me on discord and ill dm you there to see if i can help you :)
I can't get the actual script to go onto my world even when I enabled the pack!!!
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
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
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
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
your api version ia old
I want the money transfer only how do I make that?
how would i make it so only a player for a example has the “adminTag” can open the gui
add an if statement that checks for a player with the "admin" tag, for example, if(player.hastag("admin")) {*your code*}
@@mantodeamadness6939 ty
Where would I put this
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?
yh add an if statement u can watch my new video to learn about them
Best video, thank you
Nice video! But how do you load the files in your minecraft? Still very helpful video and keep posting!
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
Can you please do a chat ranks tutorial. And Jason UI tutorial
can you make a updated video on it ????
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?
@@mk-atlas-official it’s @minecraft/server-ui remember the @ at the start :)
@@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
@@mk-atlas-official yes and no it’s weird sometimes:)
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!
extension?
i cant use world.beforeEvents..........
why???
run npm i @minecraft/server in your terminal
Can you do video about hud with scoreboard?
Really nice tutorial! But, how do you load the files in your minecraft? But still very helpful video!
Could you possibly do a tpa request script api
i will defo add it to my list ty for the request
Great video. But the menu doesn't open for me. How to fix it?
Thx bro
Thank you so much for your support, bro! It means the world to me.
How do i put it in minecraft
🤡
Good video
What is data?
Is a callback for a function so data.itemstack
The real name for "air tag" is "backtick".
How do we open the GUI.. lol
edit:...ohhhh the compass..derp!
project source would of been better than just the js file...
Link to my github is in my recent videos
Make a bounty system
54 minutes long omg
yh lol
54mins to teach actionformdata and no custom ui 😂
Good tutorial for custom forms, but misleading title
Custom ui is Json so its not a misleading title 🙂
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
@@PlyrNoob2890 I have no idea never seen that buddy