games647 / ScoreboardStats

Bukkit plugin for customizing the sidebar of the scoreboard feature from minecraft
https://dev.bukkit.org/bukkit-mods/scoreboardstats/
MIT License
28 stars 45 forks source link

FactionsUUID required in order to compile #212

Closed RoboMWM closed 7 years ago

RoboMWM commented 7 years ago

Not sure if adding <optional> in the pom was an attempt to not make it required for compiling, but it seems maven doesn't care and tries to find it anyways. Tried both mvn clean install and mvn package

https://hasteb.in/buyovekele.txt

games647 commented 7 years ago

Not sure if adding in the pom was an attempt to not make it required for compiling

It's for plugin developers. It prevents Maven from automatically downloading all dependencies of ScoreboardStats for projects that depends on ScoreboardStats.

Currently the repository of drtshock seems to be broken. I found no other maven repository that holds versions for FactionsUUID. So you would have to build and/or install the FactionsUUID project yourself to build ScoreboardStats.