}
@Override
void convert(Attributes attributes, Stack<PermissionContainer> stack) throws SAXException {
PermissionContainer container = stack.peek();
Chests chests = new Chests(new Permission(attributes.getValue("allow"), attributes.getValue("disallow")));
chests.fullInit();
container.chests.chests = chests;
}