Skip to content

Instantly share code, notes, and snippets.

@XanderCodes
Created December 4, 2022 04:43
Show Gist options
  • Save XanderCodes/2fb258ea9f993f2ebd63ff4ab8227e7b to your computer and use it in GitHub Desktop.
Save XanderCodes/2fb258ea9f993f2ebd63ff4ab8227e7b to your computer and use it in GitHub Desktop.
AppleArmorUI Configuration and Translation Examples
<?xml version="1.0" encoding="utf-8"?>
<PluginConfig xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ArmorEffectID>37001</ArmorEffectID>
<ChatMessageIcon>https://i.imgur.com/ZQlRYkF.png</ChatMessageIcon>
</PluginConfig>
<?xml version="1.0" encoding="utf-8"?>
<Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Translation Id="ArmorUI:Hidden" Value="The armor UI has been hidden. [color=#0ff]To re-enable, use '/armorui' again.[/color]" />
<Translation Id="ArmorUI:Shown" Value="The armor UI has been re-enabled." />
</Translations>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment