diff options
| -rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -3,11 +3,16 @@ A Dalamud plugin that calculates how much more PVP you have to play to reach your target Malmstone Series Level. +``` +/pmalm +``` +[Commands](https://github.com/pinapelz/ffxiv-malmstone/wiki/Commands) + For an experimental version, please add my custom plugin repository to Dalamud by following the instructions [here](https://github.com/pinapelz/DalamudPlugins) <div style="display: flex; justify-content: space-between;"> <img src="./images/image1.png" alt="Screenshot of Malmstone Calculator Plugin Main Window" style="width: 59%;"> - <img src="./images/image2.png" alt="Screenshot of Malmstone Calculator Plugin Main Window" style="width: 39%;"> + <img src="./images/image2.png" alt="Screenshot of Malmstone Calculator Plugin Main Window" style="width: 35%;"> </div> -Inspired by [belthesar's MalmstoneXPCalculator](https://github.com/belthesar/MalmstoneXPCalculator)
\ No newline at end of file +Inspired by [belthesar's MalmstoneXPCalculator](https://github.com/belthesar/MalmstoneXPCalculator) |
