### Add MythicLib-dist Dependency Source: https://gitlab.com/phoenix-dvpmt/mmoitems/-/blob/master/README.md Include MythicLib as a provided dependency. This is required for MMOItems functionality. ```xml io.lumine MythicLib-dist 1.6.2-SNAPSHOT provided true ``` -------------------------------- ### Add MMOItems-API Dependency Source: https://gitlab.com/phoenix-dvpmt/mmoitems/-/blob/master/README.md Include MMOItems-API as a provided dependency to access its API. Ensure you use the correct version. ```xml net.Indyuce MMOItems-API 6.9.5-SNAPSHOT provided ``` -------------------------------- ### Register PhoenixDevelopment Maven Repository Source: https://gitlab.com/phoenix-dvpmt/mmoitems/-/blob/master/README.md Add this repository to your pom.xml to access PhoenixDevelopment artifacts. ```xml phoenix https://nexus.phoenixdevt.fr/repository/maven-public/ ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.