5758596061626364
Template template = iConomy.Template; template.set(Template.Node.PLAYER_BALANCE); template.add("name", name); template.add("balance", getHoldings().getBalance()); return tag + template.parseRaw(); } }