if (attribute.startsWith("get_npcs_named") && Depends.citizens != null && attribute.hasContext(1)) {
ArrayList<dNPC> npcs = new ArrayList<dNPC>();
for (NPC npc : CitizensAPI.getNPCRegistry())
if (npc.getName().equalsIgnoreCase(attribute.getContext(1)))
npcs.add(dNPC.mirrorCitizensNPC(npc));
event.setReplaced(new dList(npcs).getAttribute(attribute.fulfill(1)));
return;
}
// <--[tag]
// @attribute <server.has_file[<name>]>