ECommons 3.0.0.2
See the version list below for details.
dotnet add package ECommons --version 3.0.0.2
NuGet\Install-Package ECommons -Version 3.0.0.2
<PackageReference Include="ECommons" Version="3.0.0.2" />
<PackageVersion Include="ECommons" Version="3.0.0.2" />
<PackageReference Include="ECommons" />
paket add ECommons --version 3.0.0.2
#r "nuget: ECommons, 3.0.0.2"
#:package ECommons@3.0.0.2
#addin nuget:?package=ECommons&version=3.0.0.2
#tool nuget:?package=ECommons&version=3.0.0.2
About ECommons
ECommons is a multi-functional library designed to work within Dalamud Plugins. It features a variety of different systems and shortcuts which cuts out a lot of boiler plate code normally used to do standard plugin tasks.
Getting Started
Get ECommons from NuGet using a console command:
dotnet add package ECommons
Or simply find it via NuGet package manager GUI.
Then, initialize in the constructor of your plugin:
ECommonsMain.Init(pluginInterface, this);
where pluginInterface is DalamudPluginInterface
.
Don't forget to dispose it in your plugin's dispose method:
ECommonsMain.Dispose();
Using Modules
ECommons comes with few modules which needs to be initalised at plugin runtime. To do so, modify your initalising code as follows:
ECommonsMain.Init(pluginInterface, this, Modules.<Module>);
where <Module>
is one of the following:
- All (For all modules)
- DalamudReflector
- ObjectLife
- ObjectFunctions
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0-windows7.0 is compatible. net10.0-windows was computed. |
-
net9.0-windows7.0
- No dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on ECommons:
Package | Downloads |
---|---|
RotationSolverReborn.Basic
A basic library for rotation development in FFXIV in RotationSolver. |
|
FFXIVOcelot.Mechanic
Package Description |
|
FFXIVOcelot.ECommons
Package Description |
|
FFXIVOcelot.Chain
Package Description |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on ECommons:
Repository | Stars |
---|---|
PunishXIV/Artisan
A 'simple' crafting plugin.
|
|
awgil/ffxiv_visland
Island sanctuary automation
|
|
FFXIV-CombatReborn/RotationSolverReborn
Analyses combat information every frame and finds the best action.
|
|
PunishXIV/YesAlready
Clicks Yes in various dialogues you've specified.
|
Version | Downloads | Last Updated | |
---|---|---|---|
3.0.1.17 | 0 | 9/28/2025 | |
3.0.1.16 | 309 | 9/18/2025 | |
3.0.1.15 | 269 | 9/15/2025 | |
3.0.1.14 | 174 | 9/10/2025 | |
3.0.1.13 | 144 | 9/6/2025 | |
3.0.1.12 | 165 | 9/3/2025 | |
3.0.1.11 | 146 | 9/2/2025 | |
3.0.1.10 | 340 | 8/28/2025 | |
3.0.1.9 | 226 | 8/16/2025 | |
3.0.1.8 | 84 | 8/15/2025 | |
3.0.1.7 | 361 | 8/12/2025 | |
3.0.1.6 | 169 | 8/11/2025 | |
3.0.1.5 | 519 | 8/9/2025 | |
3.0.1.4 | 140 | 8/9/2025 | |
3.0.1.3 | 449 | 8/8/2025 | |
3.0.1.2 | 223 | 8/8/2025 | |
3.0.1.1 | 237 | 8/8/2025 | |
3.0.1 | 272 | 8/7/2025 | |
3.0.0.18-api13 | 288 | 8/7/2025 | |
3.0.0.17-api13 | 272 | 8/6/2025 | |
3.0.0.16-api13 | 217 | 8/6/2025 | |
3.0.0.15-api13 | 222 | 8/6/2025 | |
3.0.0.14-api13 | 232 | 8/5/2025 | |
3.0.0.13-api13 | 226 | 8/5/2025 | |
3.0.0.12-api13 | 383 | 8/5/2025 | |
3.0.0.11-api13 | 383 | 8/5/2025 | |
3.0.0.10-api13 | 385 | 8/5/2025 | |
3.0.0.9-api13 | 376 | 8/5/2025 | |
3.0.0.8 | 219 | 8/4/2025 | |
3.0.0.7 | 369 | 7/25/2025 | |
3.0.0.6 | 231 | 7/15/2025 | |
3.0.0.5 | 159 | 7/13/2025 | |
3.0.0.4 | 205 | 7/6/2025 | |
3.0.0.3 | 154 | 7/6/2025 | |
3.0.0.2 | 201 | 6/30/2025 | |
3.0.0.1 | 177 | 6/29/2025 | |
3.0.0 | 124 | 6/28/2025 |