From 7b790fff16e7cab30d665ea3d4a659849def34de Mon Sep 17 00:00:00 2001 From: cmhainesii <75913138+cmhainesii@users.noreply.github.com> Date: Sat, 26 Apr 2025 03:17:15 -0400 Subject: [PATCH] add skill-data-exporter (#7857) * Create skill-data-exporter.properties * Rename skill-data-exporter.properties to skill-data-exporter * Fixed commit hash Forgot to update commit hash after adding LICENSE. * Update skill-data-exporter update project name * Update skill-data-exporter fix jar settings in build.gradle * Update output directory * Update output directory * Add logic to ensure configured output directory exists Output directory configuration will be reset to default when attempting to export to an invalid directory. Defaults to RUNELITE_DIR/skill_data_exporter/. * remove filename config option changed format of timestamp to yyyy-MM-dd_HH-mm-ss * Update csv formatting to look nicer when xp values are included