diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-09-06 00:12:07 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-06 00:12:07 -0700 |
| commit | ca69aaaa1c242adcba5fc5b96d49c5817b37055c (patch) | |
| tree | 5e5f1fea3c84a5bb8535143fe9aa0b2db423ea37 | |
| parent | 93777d1f6185bbb4478ee7e2318d3feb6cda65b8 (diff) | |
add link to wiki of commands
| -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) |
