SaberLLC / Saber-Factions

The Ultimate Factions Plugin
GNU General Public License v3.0
124 stars 101 forks source link

Fix PlaceholderAPI dependency #286

Open r59q opened 3 weeks ago

r59q commented 3 weeks ago

It seems the old dependency has been removed from jitpack.io, and has been replaced with the artifact com.github.PlaceholderAPI:PlaceholderAPI, which I have changed.

Alternatively one could keep the old me.clip:placeholderapi artifact, but it would be required that the HelpChat repository be added, which i think is their own repository

I.e adding

        <repository>
            <id>helpchat-repo</id>
            <url>https://repo.extendedclip.com/</url>
        </repository>

would also fix the issue