From 3a3ee67c4198a648fcbd98ed63650d4fa44a418a Mon Sep 17 00:00:00 2001 From: cmhainesii <75913138+cmhainesii@users.noreply.github.com> Date: Sat, 26 Apr 2025 03:16:42 -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 --- plugins/skill-data-exporter | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 plugins/skill-data-exporter diff --git a/plugins/skill-data-exporter b/plugins/skill-data-exporter new file mode 100644 index 000000000..f6ab66fdf --- /dev/null +++ b/plugins/skill-data-exporter @@ -0,0 +1,2 @@ +repository=https://github.com/cmhainesii/skill_data_exporter.git +commit=73c50227add1e58a26f9ad4723d0cdfc112984b7