Skip to content

Add SimpleEconomy migration source#59

Open
NhanAZ wants to merge 1 commit intoSOF3:masterfrom
NhanAZ-Contributions:master
Open

Add SimpleEconomy migration source#59
NhanAZ wants to merge 1 commit intoSOF3:masterfrom
NhanAZ-Contributions:master

Conversation

@NhanAZ
Copy link

@NhanAZ NhanAZ commented Feb 12, 2026

Register a new "simpleeconomy" migration source and add SimpleEconomySource implementation. The new source scans a configured SimpleEconomy players directory (default plugin_data/SimpleEconomy/players), parses per-player YAML files, extracts data.balance (casts to int if needed), lowercases the filename as the player name, and yields migration Entry objects tagged with the migration source. The parser exposes a configurable path and the source throws an ImportException if the data directory is missing.

Register a new "simpleeconomy" migration source and add SimpleEconomySource implementation. The new source scans a configured SimpleEconomy players directory (default plugin_data/SimpleEconomy/players), parses per-player YAML files, extracts data.balance (casts to int if needed), lowercases the filename as the player name, and yields migration Entry objects tagged with the migration source. The parser exposes a configurable path and the source throws an ImportException if the data directory is missing.
@SOF3
Copy link
Owner

SOF3 commented Feb 14, 2026

do people actually use this plugin?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants