141142143144145146147148149150
} if (image != null) dmr.addImage(x.asInt(), y.asInt(), new File(DenizenAPI.getCurrentInstance().getDataFolder(), image.asString()).getPath(), resize.asBoolean()); else if (text != null) dmr.addText(x.asInt(), y.asInt(), text.asString()); } } }