DomeDD / BetterNick

Spigot Name & Skin change plugin + API
https://www.spigotmc.org/resources/better-nick-api-1-8-3-1-12-2.39633/
22 stars 7 forks source link

Maven support #157

Open LuisDasNilpferd opened 5 years ago

LuisDasNilpferd commented 5 years ago

I miss maven support

RockinChaos commented 4 years ago

+1 Really need Maven support.

EDIT: Not sure if this matters to anyone but I took the liberty of adding a GitHub maven repository to support this so you can now compile using a dependency. The repository provided below contains only 7.4-SNAPSHOT which is the last released version of BetterNick. Figured I would do this myself as it seems the developer has stopped support.

Here is the information;

    <!--CraftationGaming Repository-->
        <repository>
            <id>CraftationGaming</id>
            <url>https://raw.githubusercontent.com/RockinChaos/repository/maven-public/</url>
        </repository>

    <!--BetterNick API-->
        <dependency>
            <groupId>de.domedd.betternick</groupId>
            <artifactId>BetterNick</artifactId>
            <version>7.4-SNAPSHOT</version>
            <scope>provided</scope>
        </dependency>