Skip to content

Instantly share code, notes, and snippets.

@Lunatrius
Last active March 7, 2017 10:25
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Lunatrius/03f1c333ff101d317ea606de5cca79ce to your computer and use it in GitHub Desktop.
<middleleft><max[<helmetdamageleft>/0.5[{helmetname} {helmeticon} $1{helmetdamageleft}$f/]]>
<max[<chestplatedamageleft>/0.5[{chestplatename} {chestplateicon} $1{chestplatedamageleft}$f/]]>
<max[<leggingsdamageleft>/0.5[{leggingsname} {leggingsicon} $1{leggingsdamageleft}$f/]]>
<max[<bootsdamageleft>/0.5[{bootsname} {bootsicon} $1{bootsdamageleft}$f/]]>
<bottomright><max[<potiondurationticks0>/0.5[{potionduration0} {potioneffect0} {potionicon0}/]]>
<max[<potiondurationticks1>/0.5[{potionduration1} {potioneffect1} {potionicon1}/]]>
<max[<potiondurationticks2>/0.5[{potionduration2} {potioneffect2} {potionicon2}/]]>
<max[<potiondurationticks3>/0.5[{potionduration3} {potioneffect3} {potionicon3}/]]>
<max[<potiondurationticks4>/0.5[{potionduration4} {potioneffect4} {potionicon4}/]]>
<max[<potiondurationticks5>/0.5[{potionduration5} {potioneffect5} {potionicon5}/]]>
<max[<potiondurationticks6>/0.5[{potionduration6} {potioneffect6} {potionicon6}/]]>
<max[<potiondurationticks7>/0.5[{potionduration7} {potioneffect7} {potionicon7}/]]>
<max[<potiondurationticks8>/0.5[{potionduration8} {potioneffect8} {potionicon8}/]]>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<config>
<lines at="middleleft">
<line>
<max>
<var>helmetdamageleft</var>
<num>0.5</num>
<str>{helmetname} {helmeticon} $1{helmetdamageleft}$f</str>
<str/>
</max>
<str> </str>
</line>
<line>
<max>
<var>chestplatedamageleft</var>
<num>0.5</num>
<str>{chestplatename} {chestplateicon} $1{chestplatedamageleft}$f</str>
<str/>
</max>
<str> </str>
</line>
<line>
<max>
<var>leggingsdamageleft</var>
<num>0.5</num>
<str>{leggingsname} {leggingsicon} $1{leggingsdamageleft}$f</str>
<str/>
</max>
<str> </str>
</line>
<line>
<max>
<var>bootsdamageleft</var>
<num>0.5</num>
<str>{bootsname} {bootsicon} $1{bootsdamageleft}$f</str>
<str/>
</max>
<str> </str>
</line>
</lines>
<lines at="bottomright">
<line>
<max>
<var>potiondurationticks0</var>
<num>0.5</num>
<str>{potionduration0} {potioneffect0} {potionicon0}</str>
<str/>
</max>
</line>
<line>
<max>
<var>potiondurationticks1</var>
<num>0.5</num>
<str>{potionduration1} {potioneffect1} {potionicon1}</str>
<str/>
</max>
</line>
<line>
<max>
<var>potiondurationticks2</var>
<num>0.5</num>
<str>{potionduration2} {potioneffect2} {potionicon2}</str>
<str/>
</max>
</line>
<line>
<max>
<var>potiondurationticks3</var>
<num>0.5</num>
<str>{potionduration3} {potioneffect3} {potionicon3}</str>
<str/>
</max>
</line>
<line>
<max>
<var>potiondurationticks4</var>
<num>0.5</num>
<str>{potionduration4} {potioneffect4} {potionicon4}</str>
<str/>
</max>
</line>
<line>
<max>
<var>potiondurationticks5</var>
<num>0.5</num>
<str>{potionduration5} {potioneffect5} {potionicon5}</str>
<str/>
</max>
</line>
<line>
<max>
<var>potiondurationticks6</var>
<num>0.5</num>
<str>{potionduration6} {potioneffect6} {potionicon6}</str>
<str/>
</max>
</line>
<line>
<max>
<var>potiondurationticks7</var>
<num>0.5</num>
<str>{potionduration7} {potioneffect7} {potionicon7}</str>
<str/>
</max>
</line>
<line>
<max>
<var>potiondurationticks8</var>
<num>0.5</num>
<str>{potionduration8} {potioneffect8} {potionicon8}</str>
<str/>
</max>
</line>
</lines>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment