Files
florian.berthold f4578c5139 chore: move addon into Leatrix_Plus/ + .gitattributes
Matches the Exiles fork-layout convention (each addon in its own folder).
2026-05-25 10:59:29 +02:00

19 lines
451 B
XML

<Bindings>
<!-- Toggle panel -->
<Binding name="LEATRIX_PLUS_GLOBAL_TOGGLE" header="LEATRIX_PLUS" category="ADDONS">
SlashCmdList["Leatrix_Plus"]()
</Binding>
<!-- Show web link -->
<Binding name="LEATRIX_PLUS_GLOBAL_WEBLINK" category="ADDONS">
SlashCmdList["Leatrix_Plus"]("id")
</Binding>
<!-- Announce rare -->
<Binding name="LEATRIX_PLUS_GLOBAL_RARE" category="ADDONS">
SlashCmdList["Leatrix_Plus"]("ra")
</Binding>
</Bindings>