-
Notifications
You must be signed in to change notification settings - Fork 2
Miscellaneous
Tobero edited this page Sep 16, 2023
·
1 revision
This page contains other things that don't fit in any of the other categories
GuiEngine support Papi 🎉. Papi placeholders in GuiEngine are being handled like computable functions. You can use them like this: {%placeholder%}. Example:
<gui title="§eName" width="9" height="3" implicit-update="false">
<component type="item" id="emerald_block"
material="EMERALD_BLOCK"
name="{%player_name%}'s IP">
<on-click type="action">[message] Your ip is {%player_ip%}</on-click>
</component>
</gui>
Thank you for choosing GuiEngine for your GUI development needs. Explore the Developer Docs and User Beginner Guide to unleash the full potential of this powerful framework and create stunning GUIs that leave a lasting impression on your players!