$HP:153/153 MP:33/33 FTG:54/54 PSI:0/0 DEL:0 POS:stand GP:0 SP:0
The actual plugin code looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE muclient>
<muclient>
<plugin
name="Health_Bar_Miniwindow"
author="Nick Gammon"
id="48062dcd6b968c590df50f32"
language="Lua"
purpose="Shows stats in a mini window"
date_written="2009-02-24 13:30"
requires="4.40"
version="1.0"
save_state="y"
>
<description trim="y">
<![CDATA[
Install this plugin to show an info bar with HP, Mana,
and Movement points shown as a bar.
The window can be dragged to a new location with the mouse.
]]>
</description>
</plugin>
<!-- Triggers -->
<triggers>
<trigger
enabled="y"
match="^\<(\d+)\s*\/(\d+)\s*hp (\d+)\s*\/(\d+)\s*mp (\d+)\s*\/(\d+)\s*ftg "
regexp="y"
script="do_prompt"
sequence="100"
>
</trigger>
</triggers>
Thank you.