A Dalamud plugin for FFXIV crafters that combines profit calculation with market-demand analysis.
Aurum helps answer a more useful question than "what has the biggest margin?":
"What is worth crafting if I also want it to sell?"
The plugin combines recipe cost calculation with Universalis market data so you can quickly spot:
- Profitable recipes
- Slow-moving or saturated markets
- Risky price-war situations
- Better quantities to craft
- Ani's Plugins Discord: https://discord.gg/ydEM74N6SD
- Full crafting-profit calculation, including ingredient trees
- Universalis-backed market analysis
- Demand and sale-velocity signals
- Oversupply and competition warnings
- Risk scoring and recommendation scoring
- Shopping list support
- Configurable filtering for finding better crafts faster
If a packaged release is available, install it from the project releases page:
- Clone the repository.
- Build the solution:
dotnet build Aurum.sln --configuration Release- Add
Aurum/bin/x64/Release/Aurum.dllto Dalamud Dev Plugin Locations. - Enable the plugin from Dalamud.
/aurumopens the main window/aurum configopens the configuration window
Aurum/ Main plugin project
Aurum/Models/ Data models
Aurum/Services/ Market, recipe, cache, and analysis logic
Aurum/Windows/ Dalamud UI windows
Aurum.IntegrationTests/ Integration and UI-oriented tests
Data/ README assets and plugin imagery
- .NET 10
- Dalamud API 15
- Lumina
- ImGui
- Universalis API
- SQLite via
Microsoft.Data.Sqlite
- The plugin manifest lives in Aurum/Aurum.json.
- Release metadata for custom repos lives in repo.json.
- GitHub Actions workflows for build and release live in .github/workflows.
This repository now includes the Creative Commons Attribution-ShareAlike 4.0 International license in LICENSE.
Official source: CC BY-SA 4.0 legal code
- Dalamud
- Universalis
- The FFXIV plugin and crafting community


