Skip to content

rayports/player-data-export

Repository files navigation

Data Exporter

A RuneLite plugin that exports your player data to JSON or CSV files.

Exports

Category Notes
Skills Level and XP for all skills
Quests Current quests, split into completed / in progress / not started
Bank Item name, ID, and quantity — open your bank before exporting
Friends Current name and previous name
Ignores Current name and previous name
Clan All members
Achievement Diaries Tier completion (Easy / Medium / Hard / Elite) per region (no individual tasks yet)
Combat Achievements Per-task completion with tier totals

Output

Files are written to:

~/.runelite/data-exports/

Filenames follow the pattern:

<player>_<category>_<yyyy-MM-dd_HH-mm-ss>.json

Configuration

Setting Description Default
Export Format JSON, CSV, or Both JSON
Combined File on Export All Writes a single export file instead of one per category. Always JSON. Off

Usage

  1. Log in to OSRS
  2. Open the Data Exporter panel from the RuneLite sidebar
  3. Click any individual export button, or Export All
  4. Find the output files in ~/.runelite/data-exports/

Bank: The bank is only loaded client-side when you have it open. Open your bank at least once before clicking Export Bank.

About

A RuneLite plugin that exports player data — skills, quests, bank, friends, ignore list, clan members, achievement diaries, and combat achievements to JSON or CSV files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Generated from runelite/example-plugin