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 (2)
Showing the top 2 NuGet packages that depend on ECommons:
Package | Downloads |
---|---|
RotationSolverReborn.Basic
A basic library for rotation development in FFXIV in RotationSolver. |
|
FFXIVOcelot
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
|
|
PunishXIV/YesAlready
Clicks Yes in various dialogues you've specified.
|
|
FFXIV-CombatReborn/RotationSolverReborn
Analyses combat information every frame and finds the best action.
|
Version | Downloads | Last Updated | |
---|---|---|---|
3.0.1.14 | 32 | 9/10/2025 | |
3.0.1.13 | 83 | 9/6/2025 | |
3.0.1.12 | 149 | 9/3/2025 | |
3.0.1.11 | 131 | 9/2/2025 | |
3.0.1.10 | 242 | 8/28/2025 | |
3.0.1.9 | 208 | 8/16/2025 | |
3.0.1.8 | 69 | 8/15/2025 | |
3.0.1.7 | 261 | 8/12/2025 | |
3.0.1.6 | 155 | 8/11/2025 | |
3.0.1.5 | 415 | 8/9/2025 | |
3.0.1.4 | 120 | 8/9/2025 | |
3.0.1.3 | 400 | 8/8/2025 | |
3.0.1.2 | 208 | 8/8/2025 | |
3.0.1.1 | 223 | 8/8/2025 | |
3.0.1 | 255 | 8/7/2025 | |
3.0.0.18-api13 | 255 | 8/7/2025 | |
3.0.0.17-api13 | 256 | 8/6/2025 | |
3.0.0.16-api13 | 205 | 8/6/2025 | |
3.0.0.15-api13 | 210 | 8/6/2025 | |
3.0.0.14-api13 | 220 | 8/5/2025 | |
3.0.0.13-api13 | 214 | 8/5/2025 | |
3.0.0.12-api13 | 371 | 8/5/2025 | |
3.0.0.11-api13 | 371 | 8/5/2025 | |
3.0.0.10-api13 | 373 | 8/5/2025 | |
3.0.0.9-api13 | 364 | 8/5/2025 | |
3.0.0.8 | 205 | 8/4/2025 | |
3.0.0.7 | 341 | 7/25/2025 | |
3.0.0.6 | 211 | 7/15/2025 | |
3.0.0.5 | 156 | 7/13/2025 | |
3.0.0.4 | 201 | 7/6/2025 | |
3.0.0.3 | 151 | 7/6/2025 | |
3.0.0.2 | 196 | 6/30/2025 | |
3.0.0.1 | 173 | 6/29/2025 | |
3.0.0 | 120 | 6/28/2025 |