Suggestion. Not random emojis. Unsigned Unicode characters are guaranteed to do better. There's like 1000 reserved especially for private applications which are the ones you can use.
Using Japanese characters is especially frustrating for international players who will play on your servers. They can't say those words without it breaking.
The reason why the GUI became darker without "&f" is that it defaults to the colour value of the title in container GUIs. Notice how the world "Chest" or "Barrel" or anything text in the Minecraft interface has a darker colour. Without specifying any colour, the game will apply that dark grey colour to your GUI, which makes it darker.
thats why you put &r infront to use the original color -_- only people who dont know the codes use &f it will work but it's just frustating to see people using white color code
@@ich307 &r would reset the color, in that case, it would parse the original dark gray color. Therefore &f must be used. In most of the other context, &r would parse a white color.
@@dokyed99it can both be used, on Bedrock / mobile edition its most likely that § is used. And on Java / Pc Edition it would be most likely that the & symbol is used. I hope that explains..
Years ago, I was a part of a civilization themed server that was planning on adding some custom GUI icons to their addons. I was lucky enough to work on the graphics when I showed them some of the stuff models and items I had worked on before. Originally I was just going to make icons for the items to go into the GUI and a few models for special items, but I ended up discovering the trick where an item large enough inside the gui would hide the highlight that appears when mousing over an item slot, but not the highlight for any items placed in those slots. It felt like discovering something that no one else knew about for the first time, so I wanted to incorporate it in someway and really impress everyone. Sadly, the server decided to close before I could show anyone and it's just sat in my game folder since. I never really thought about sharing it with anyone else, so I never knew for sure if I was the first to discover it or not.
For deluxemenus, instead of copying the same item in the file and just changing the slot, you can directly put the different slots on 1 item, example: slots: - 1 - 2 - 3
Instead of using chinese characters to build your menus, you can use Private Use Area characters, that "is a range of code points that, by definition, will not be assigned characters by the Unicode Consortium". That means, will not be use by any font. You can find a list searching by "jrgraphix private characters list"
This video shows everything you need to know about custom guis, and it really removes that fear of doing it because it just works on the first try! Thank you sooo much for making this awesome video! Keep doing what u r doing!
Hey do u know anyway to display videos on a players screen? Like that way i could add custom pop up animations for level ups and stuff like that. So i would put like a inage sequence inside a folder then have a plugin or mod run that image sequence when a command is run? Also for 1.12.2
can you use it on a single player world?? i just want to make my own gui texture pack i can use on any world, single or multiplayer, and "plugin" is confusing me, i apologize if this is a stupid question-
Its weird i dont mind spending the money probably gonna buy that program tomorrow just to give it a shot. Ive never been good at drawing though. I develop minecraft servers, art itself was never my thing.
Hello @Diamondxr, Since I do not know your language well, I am writing with the help of translation. Is there a name or link of the program, where can I download it? Thank you
hello, My texture is to much to the right and i don't know how to make more left. I search for the backspace but i don't find it. Can you help me ? Morever, thank a lot for this helpfull tutorials
If the image is slightly offplaced without backspaces, it's because it's a font, so it's like a letter, and if you open a regular chest, you'll see that the word "chest" has a little bit of margin, so you have to cancel that margin with the backspaces (:
You need to use negative space fonts (it's a free resource pack). "Negative space" means it will allow you to add invisible characters that modifies spaces.
open_requirement: requirements: permission: type: has permission permission: deluxemenus.warp deny_commands: - '[message] &cPlease contact your local admin to be perminated with the warp permission.'
Excellent tutorial - thanks!. Something I noted if you use Emojis instead of the special(?) characters - some Emojis caused glitching/left strange parallel lines in the texture. Is it possible to change the 3 row 'Inventory' part when opening something like a chest?
For why it's shifted to the right: you're basically changing the texture of a character (that weird character or emoji you use), then the plugin will set the GUI name to that emoji. Now if you would just set a GUI name to like "Hello" or whatever you would see that that "Hello" text gets rendered a bit to the right as well. That's why the texture needs to be shifted to the left using negative spacing. I, myself, am not a fan of people using all of these preset plugins because it basically just means there's a bunch of servers out there where the owners barely know how their own server's code actually works, but great tutorial though.
Can you please make a video on how to use these plugin texture on geyser . There's no video by anyone . It would be really helpful . Please please please please 🙏❤️
hey, i have a question not related to the video. im making a texture pack, and was wondering, can i change the texture of an item only if it has a set enchantment? so if lets say, your sword has fire aspect, a different texture would show up?
I like how you said everything is completely free to use but proceed to work on a program that you have to buy to use. Like whats the point of the tutorial if i have to use a different program than the one you used that probably has different features
There are free programs out there such as gimp, I dont use nor ever used Gimp to a level where i can explain so its easier to explain on a program that i know of. and not like the program defines what you can or not do as its just art.
Well then sorry for the delay but over 2 hours of footage to edit hope you enjoy :D
Diamond you are so Underrated
Your Content and Edition is Awesome
You deserve more Subscribers and Views
Been waiting for this one! You rock!
Suggestion. Not random emojis. Unsigned Unicode characters are guaranteed to do better. There's like 1000 reserved especially for private applications which are the ones you can use.
Using Japanese characters is especially frustrating for international players who will play on your servers. They can't say those words without it breaking.
Ty so much
The reason why the GUI became darker without "&f" is that it defaults to the colour value of the title in container GUIs. Notice how the world "Chest" or "Barrel" or anything text in the Minecraft interface has a darker colour. Without specifying any colour, the game will apply that dark grey colour to your GUI, which makes it darker.
thats why you put &r infront to use the original color -_- only people who dont know the codes use &f it will work but it's just frustating to see people using white color code
@@ich307 &r would reset the color, in that case, it would parse the original dark gray color. Therefore &f must be used. In most of the other context, &r would parse a white color.
you mean §f ?
@@dokyed99it can both be used, on Bedrock / mobile edition its most likely that § is used. And on Java / Pc Edition it would be most likely that the & symbol is used.
I hope that explains..
Finally a video that doesn’t just say: “use itemsadder”
I have a item Adder plugin I can give u free
@@kinggamer930Offical you can get banned if you do that
@@Weltz24Kno
@exmilate it says on the license. you're not allowed to distribute it (people just got their channel terminated after re-uploaded premium plugins)
@@Weltz24K That's people's problems
Years ago, I was a part of a civilization themed server that was planning on adding some custom GUI icons to their addons. I was lucky enough to work on the graphics when I showed them some of the stuff models and items I had worked on before. Originally I was just going to make icons for the items to go into the GUI and a few models for special items, but I ended up discovering the trick where an item large enough inside the gui would hide the highlight that appears when mousing over an item slot, but not the highlight for any items placed in those slots. It felt like discovering something that no one else knew about for the first time, so I wanted to incorporate it in someway and really impress everyone. Sadly, the server decided to close before I could show anyone and it's just sat in my game folder since. I never really thought about sharing it with anyone else, so I never knew for sure if I was the first to discover it or not.
It took a long time but it's finally here!
It took 16 hours to edit yes lmao :D
Lol
For deluxemenus, instead of copying the same item in the file and just changing the slot, you can directly put the different slots on 1 item, example:
slots:
- 1
- 2
- 3
That intro is so clean
Instead of using chinese characters to build your menus, you can use Private Use Area characters, that "is a range of code points that, by definition, will not be assigned characters by the Unicode Consortium". That means, will not be use by any font.
You can find a list searching by "jrgraphix private characters list"
Btw you can compile aseprite for free and legally, the files are available online from the devs and yt and a ton of tutorials
fantastic video man. Clear, simple. Again, saved my life again.
For a few days I was thinking of making a custom gui for my friends server , just what I needed . Thanks man
Glad it helped :D
@@Diamondxrs hey i have a question, im trying to make a game and i wanted to make a 4x4 item slot, is there a way to do that?
This video shows everything you need to know about custom guis, and it really removes that fear of doing it because it just works on the first try!
Thank you sooo much for making this awesome video!
Keep doing what u r doing!
how make negative space?
I've been looking for something like this for days, tysm
Hey do u know anyway to display videos on a players screen? Like that way i could add custom pop up animations for level ups and stuff like that. So i would put like a inage sequence inside a folder then have a plugin or mod run that image sequence when a command is run? Also for 1.12.2
idk for 1.12.2, but you can use ProtocolLIB and a custom plugin for dynamically changing GUI names.
Which version of minecraft is in the video, and in general this method works on 1.16.5?
i recorded in 1.20
You have a very calm voice,its not frustrating to watch a tutorial,and that is what i love abt this video❤
how can i add an new line in the default.json folder cuz i tried to copy the first one and paste it undernead but it dint work.
How can i use these Negative spaces in my Resourcepack, so i dont need this plugin?
can you use it on a single player world?? i just want to make my own gui texture pack i can use on any world, single or multiplayer, and "plugin" is confusing me, i apologize if this is a stupid question-
how to have you discord because Negative Space Font dont enable
Thanks for the tutorial but how to make 2 menus with a different texture ?
thanks for acknowledging that winrar is basic knowledge
Tanks ! I have been looking for so long to be able to do this
Good luck and i hope it goes well
@@Diamondxrs I just don't know how to make a beautiful interface
The reason you gui menu shifts to the right is because you deleted the rest of the gui texture and that’s why it’s happening
I have 1 Problem its to much on the left side?
Its weird i dont mind spending the money probably gonna buy that program tomorrow just to give it a shot. Ive never been good at drawing though. I develop minecraft servers, art itself was never my thing.
how have you gotten along?
I have some errors trying to put the resourecepack in game and the support people of Revivenode is not helping me. Is there anyone who can help me?
How can I add negative space? I added the characters you put but it prints them in the container name
can you use the custom gui from the video with custom block geometry to make different machines? I want to make an atm
"nbt_int: CustomModelData:......" Not displayed on my SERVER
Do you use essentials X?
Can i make a menu that takes up the entire screen aslong as all my “buttons” are within the regular GUI?
Im not sure if thats possible but can you have 2 guis in 1 pack? because I have tried it and It either will only show the first gui or none.
Yes, just change the character
The backspace character only works in chat, but not when I try it in the inventory.
The BVOAT is here, Best Video of All TIME
yo how do you make a smaller version for 18 slot deluxemenus script ??
pls help
Hello @Diamondxr,
Since I do not know your language well, I am writing with the help of translation. Is there a name or link of the program, where can I download it?
Thank you
Aseprite
What shaders are you using?
Make a via version resources pack pls using models on 1.14 which contains all blocks
alot of effort for something you can just play on the alstest version
@@Diamondxrs ah u not getting it 30% of PPL play mc on lower version bec there pc dnt support higher version man it's worth effort
i dont work. I did all but there stand type /help for help with commands. :(
I don't understand, how the texture gui and related to the /example command in your video? Your texture is not applied to all chests?
hello,
My texture is to much to the right and i don't know how to make more left. I search for the backspace but i don't find it. Can you help me ?
Morever, thank a lot for this helpfull tutorials
Will u continue the "creating a custom monster" vids?
Of course, just needed to get this video out of the way.
If the image is slightly offplaced without backspaces, it's because it's a font, so it's like a letter, and if you open a regular chest, you'll see that the word "chest" has a little bit of margin, so you have to cancel that margin with the backspaces (:
tried to create my custom gui, works good except there is a slight offset on the left that i cannot fix any ideas?
You need to use negative space fonts (it's a free resource pack). "Negative space" means it will allow you to add invisible characters that modifies spaces.
what type of server do you need for deluxmenus? Spigiot? or Paper or Vanilla? (im on 1.19.2 btw and i use minehut)
u can use spigot or paper or purpur(i use)
My negative space does not work can you help me @Diamontxr
Can you tell me which shader you use?
Could someone give me the text of minute 24:33 to just copy and paste?
open_requirement:
requirements:
permission:
type: has permission
permission: deluxemenus.warp
deny_commands:
- '[message] &cPlease contact your local admin to be perminated with the warp permission.'
Which shaders do you use?
maybe I am just blind but... where can I download that file that you have?
hi does this also work for bedrock version?
thank you!
Thank you so much!
Glad that you enjoyed it.
Excellent tutorial - thanks!.
Something I noted if you use Emojis instead of the special(?) characters - some Emojis caused glitching/left strange parallel lines in the texture.
Is it possible to change the 3 row 'Inventory' part when opening something like a chest?
Another great video! 👏
Thanks a ton!
Can you teach how to make an FPS counter that appears on the screen? :)
Recommend: Use itemsadder
Can your server check if the client have the resource pack installed?
Certain plugins can run checks for that.
where do I copy and paste the script for custom menu
Thank you for this. really has helped.
*Hi*
Wow.......That' s so cool. Keep going Sir. TNice tutorials motivtes too.
For why it's shifted to the right: you're basically changing the texture of a character (that weird character or emoji you use), then the plugin will set the GUI name to that emoji. Now if you would just set a GUI name to like "Hello" or whatever you would see that that "Hello" text gets rendered a bit to the right as well. That's why the texture needs to be shifted to the left using negative spacing. I, myself, am not a fan of people using all of these preset plugins because it basically just means there's a bunch of servers out there where the owners barely know how their own server's code actually works, but great tutorial though.
bruh i want that gui texture that is on t he thumbnail
Can you please make a video on how to use these plugin texture on geyser .
There's no video by anyone .
It would be really helpful .
Please please please please 🙏❤️
Sadly i wont be mixing with geyser for a while due to how different the UI is
Will this work for mcpe?
You helped me so so so much, Thanks!!!!
and if u doing button with more slots in menu u can use:
slots:
- 0
- 1
- 3
hey, i have a question not related to the video. im making a texture pack, and was wondering, can i change the texture of an item only if it has a set enchantment? so if lets say, your sword has fire aspect, a different texture would show up?
that only works with optifine enabled
@@Diamondxrs could you maybe do a tutorial or link me one?
@@Diamondxrs No, this should be possible using overrides in the items' model completely without optifine.
Oh, just found out that there’s no item predicate for enchantments, just ignore my comment😅
can i make this in minecraft bedrock
Really helpfull tutorials. Helped a lot
I'm wondering if it's possible to properly display a GIF file instead of a PNG. To include smaller animations in a menu.
Please, Please, Please include "New Quantize Jumps" also in "Edison" and "Slicex".
Wtf?
Where is the download for template bro?
Can you teach us how to do this with 1.8.9?
I think it will be be the same process...
Its not possible in 1.8 only 1.14 and above, and it would be the same process.
@@Diamondxrs if it is the same process to MAKE the gui then how would we set it up because 1.8.9 is stupid
@@pipedreams. as i stated above you can not do it on 1.8.9, only on versions 1.14 and above
It work 1.12.2 ?
Plugins are amazing :D
I like how you said everything is completely free to use but proceed to work on a program that you have to buy to use. Like whats the point of the tutorial if i have to use a different program than the one you used that probably has different features
There are free programs out there such as gimp, I dont use nor ever used Gimp to a level where i can explain so its easier to explain on a program that i know of. and not like the program defines what you can or not do as its just art.
Is there a limit of how many custom GUI's i can make?
i think no
someone know how to make 2 gui on same pack ?
program name?
aseprite is the pixel program
Useful tutorial 👍
program name? :
аssprite... are you genius?
Thank you so muuuuuch
will it work on bedrock too?
no, because bedrock has a different file structure sadly.
what music
what shader do u use
complementary shaders
@@Diamondxrs thx for the shader and tutorial
ok i pull up
😎
Thank you so much my man!
Finally woooo lets go
:D
thanks
You are every welcome, thank you for watching.
Finally someone did tutorial of making menu
Love u bro *btw im not gay*
No problem, it was tiring but it was a blast!
Does it work on bedrock?
maybe yes but with this tutorial no, deluxemenus is for java not for bedrock, idk if u can add plugins to the bedrock
#is_larry_sus?
You know it, just dont tell him
can i have bread yet antonio?
great video
Thank you kindly.
Finally 😌
my nigga u the best