Easily sort your party list in any order. Reorder members by dragging in the plugin window, save layouts as named presets, and switch between them anytime. Use /eps in chat to open the window.
This repo is self-contained: all code lives under the EasyPartySort root. ECommons and OtterGui are git submodules in this repo (no references to other plugin folders).
First-time setup — add submodules at repo root:
cd EasyPartySort # your clone root
git submodule add https://github.com/NightmareXIV/ECommons.git ECommons
git submodule add https://github.com/Ottermandias/OtterGui.git OtterGuiIf you cloned without submodules:
git submodule update --init --recursiveThen build EasyPartySort\EasyPartySort.csproj (e.g. from the repo root) with the Dalamud SDK available.
- In-game:
/xlsettings-> Experimental -> Custom Plugin Repositories - Add (use the raw URL, not the github.com blob link):
https://raw.githubusercontent.com/tenyu27/EasyPartySort/master/pluginmaster.json /xlplugins-> refresh -> install Easy Party Sort -> enable/epsto open the plugin