A
Admincraftā€¢2y ago
Bambizo

Implementing custom GUIS

What are the essential steps to create a custom textured functional GUI? In order to achieve this, I will require the integration of various plugins such as Player Auctions, CommandPanels/DeluxeMenus, and potentially others. Additionally, I am utilizing the ItemsAdder plugin to incorporate custom textures. Are there multiple ways, some easier, some more reliable? Here's a list of what i'd be using these custom texture gui's on: Player auctions Help menus Teleport menus Rank & skill menus Battle pass and so on. . . example gui -
No description
13 Replies
Admincraft Meta
Admincraft Metaā€¢2y ago
Thanks for asking your question!
Once you have finished, please close your thread. Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
command to close
/close !close !solved
Requested by undefined#undefined
Lunaiskey
Lunaiskeyā€¢2y ago
you would have to replace a unicode character with an image in this case the gui background and put the unicode character in the title of the inventory, then using custom model data to replace the texture of the item in the slots of the gui
Bambizo
BambizoOPā€¢2y ago
Is there a documentation on how to do it? seems pretty confusing and far fetched, but i will try it though.
Lunaiskey
Lunaiskeyā€¢2y ago
that gui looks like its from mcisland
Bambizo
BambizoOPā€¢2y ago
It is šŸ™‚
Lunaiskey
Lunaiskeyā€¢2y ago
since the resource pack is cached you could look for the file in your server-resource-pack folder in your .minecraft
Bambizo
BambizoOPā€¢2y ago
You mean the gui texture file?
Lunaiskey
Lunaiskeyā€¢2y ago
you will have to look through all of them till you find something referencing mcisland then change the file's extension to .jar and upload it to some java decompiler, you will then have access to the full contents of the resource pack since most servers use compression which makes them inaccessable through 7zip or winrar or whatever i say to do this so you can figure out how they did it all you really have to do if look through their font files
Lunaiskey
Lunaiskeyā€¢2y ago
Minecraft Wiki
Resource pack
The resource pack system provides a way for players to customize textures, models, music, sounds, languages, texts such as the end poem, splashes, credits, and fonts without any code modification.
Bambizo
BambizoOPā€¢2y ago
Yeah, i dont know... your answer is bit too vague. If you would provide some recourses or documentations for this, i would be happy and look into it, but for now, it all seems a bit confusing
Lunaiskey
Lunaiskeyā€¢2y ago
Minecraft Wiki
Resource pack
The resource pack system provides a way for players to customize textures, models, music, sounds, languages, texts such as the end poem, splashes, credits, and fonts without any code modification.
Lunaiskey
Lunaiskeyā€¢2y ago
theres not really many resources to read you sorta just got trial and error it till it works you modify the fonts file, changing the texture file for a unicode character to the background texture you have
Bambizo
BambizoOPā€¢2y ago
/close

Did you find this page helpful?