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

Update Factions-1.6 dependency to @drtshock's fork (Factions-UUID) #43

Closed vemacs closed 9 years ago

vemacs commented 9 years ago

Since there's no real sane reason to use original Factions 1.6 anymore, support @drtshock's Factions fork: https://github.com/drtshock/factions

You need to install that locally as a dependency to compile. @drtshock does not allow redistribution of the JAR.

Related to #36

games647 commented 9 years ago

there's no real sane reason to use original Factions 1.6 anymore,

You're right. I forgot that. Thanks for your pr.

Sadly travis fails then.

drtshock commented 9 years ago

You'll need a copy of Factions in your local .m2 repo. Just clone https://github.com/drtshock/Factions then mvn clean install it and you'll be able to compile.

And thanks @vemacs :)