andrei1058 / HandyOrbs

A Minecraft Spigot plugin. Orbs that do things around the server like planting crops, nether warts, help players in pvp, etc.
MIT License
4 stars 3 forks source link

Repositories doesn't have required dependencies. #12

Open DarkSavci opened 1 year ago

DarkSavci commented 1 year ago
http://repo.andrei1058.com/releases
http://repo.andrei1058.com/snapshots

is not working and when i change it to

http://repo.andrei1058.dev/releases
http://repo.andrei1058.dev/snapshots

It doesn't contain the required dependencies.

andrei1058 commented 1 year ago

Try with repo.codemc.io

DarkSavci commented 1 year ago

Repos i use

<repositories>
        <repository>
            <id>spigot-repo</id>
            <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
        </repository>
        <repository>
            <id>nms-repo</id>
            <url>https://repo.codemc.io/repository/nms/</url>
        </repository>
        <repository>
            <id>andrei-repo</id>
            <url>https://repo.andrei1058.dev/snapshots/</url>
        </repository>
    </repositories>

Dependencies that doesn't exist is as follows

andrei1058 commented 1 year ago

dbi is abandoned, but can be added to the local maven repo: https://github.com/andrei1058/DataBaseInterface

version support is on https://repo.codemc.io/repository/maven-public/