You have seen images or even GIFs displayed in ItemFrames/Maps?
Well, AdvancedGUI takes that to the next level.
You can now create fully interactive custom GUIs that can be used for pretty much anything you can imagine. And the best thing: You can build your GUIs within minutes using our extremely intuitive web editor.
You are not even limited to placing GUIs on walls, with handheld GUIs players can use a GUI in their hand navigating a cursor with their gaze.
There is just too much to tell! Make sure to check out our Showcase and Feature section.
Check out our showcase-server: AGShowcase.hopefuls.de
(Version 1.8.8 - 1.17 | Works best on 1.16)
You can download the layout files for some of these GUIs and check them out in the web editor: https://advancedgui.app/
Download: https://content.hopefuls.de/AdvancedGUI/
- Wall & Handheld GUIs
- Intuitive web editor* (which is open-source btw)
- Advanced caching for optimal performance
- PlaceholderAPI Support
- Vault Support
- A lot of handy components & actions
- Extensive API with good documentation
- Frequent feature updates & fast support
Components:
- Text with custom fonts
- Rectangle
- Image
- Remote image (used for skin rendering)
- GIF
- Groups
- Hover
- Check
- Template & Replica
- View
- Lists
Actions & Checks:
- Command action
- Message action
- Delay action
- Component visibility action
- View change action
- Placeholder check (checks if a placeholder matches a certain value for a player)
- Money check
- Permission check
- Component visibility check
Notice how many possibilities you have with Command actions and Placeholder checks as all plugins have commands and most support placeholders.
Is there any feature missing, that you would like to have?
Then I would love to hear about it! We have a suggestion channel on our discord where the most upvoted suggestions get added.
https://discord.gg/ycDG6rS
Basics:
First, you will need to install AdvnacedGUI and ProtocolLib on your server. Then restart your server and AdvancedGUI should be successfully installed!
Using PlaceholderAPI adds a lot of functionality to your GUIs through Placeholder-Checks, so you might want to install that too.
For the Money-Check to work and for "run command as OP", you will also need to install Vault (not required).
If you are running a server on version 1.8 - 1.10 and use bungeecord, you will also need to install this bungee bridge which fixes a native Minecraft issue where maps stop working after switching the server.
Creating your first GUI:
To create a GUI you use our web editor: https://advancedgui.app/
You get started by "Add component" on the bottom-left and see where your creativity takes you from there (see Tutorial section if you need more help on that). Once you are satisfied with your GUI you should download the layout file. This gives you a file converted to a format that is understood by the plugin.
Place the layout .json-file in the layout/ folder of AdvancedGUI and do "/ag reload". Now your GUI should be available ingame. You can see all your Layouts with "/ag layouts".
Placing and managing GUIs ingame:
You can place a GUI with "/ag place [Layout-Name]" and clicking the top-left ItemFrame of a matching ItemFrame grid. Or you can obtain a GUI Item with "/ag item [Layout-Name] (Player)" if it's a 1x1 GUI.
There are some more commands for managing, just do "/ag help" to see all available commands and what they do.
Feel free to request support on our discord if you get stuck at any point on the way. We will be happy to help you out. Just make sure to really read this resource page first ^^