kangarko / Foundation

Foundation™ helps you create highly customized Minecraft plugins (based on Spigot/Paper API) that support multiple MC versions.
https://mineacademy.org
305 stars 63 forks source link

Hi , I just wanted to use foundation api #264

Closed ursernameAtmin closed 7 months ago

ursernameAtmin commented 7 months ago

Hi , I just wanted to use foundation api but when i add these into my pom.xml , it wont done right

repository.

jitpack.io
        <url>https://jitpack.io</url>

./repository

dependency.

${foundation.path}
        <artifactId>Foundation</artifactId>
        <version>6.6.2</version>

./dependency

22 Error: org.mineacademy.plugin:CitizensAPI:pom:2.0.32-05.09.2023 org.mineacademy.plugin:FactionsUUID:pom:1.6.9.5-U0.6.29-b321 .... 20 more plugin

kangarko commented 7 months ago

Invalid log. Upload the full compile log alonside your pom.xml to pastebin.com.

You can use my https://github.com/kangarko/PluginTemplate 's pom.xml to import it properly.