Skip to content

Miscellaneous

Tobero edited this page Sep 16, 2023 · 1 revision

Miscellaneous

This page contains other things that don't fit in any of the other categories

PAPI support

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>
Clone this wiki locally