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

MAVEN #11

Closed LaxWasHere closed 10 years ago

LaxWasHere commented 10 years ago

USE MAVEN https://github.com/games647/ScoreboardStats/blob/master/pom.xml

wtf man https://github.com/games647/ScoreboardStats/tree/master/sub/main/lib

games647 commented 10 years ago

Problem 1:

not all plugins have a maven repo

Problem 2:

I have to use NMS code on some parts so I need multiple versions of bukkit. But if I change only the version, maven might use only the newest version for compiling.

EDIT:

Look there: https://github.com/games647/ScoreboardStats/blob/master/sub/main/pom.xml The Author of TagAPI found a way to solve this problem. I have tried it, but for me it doesn't worked.

LaxWasHere commented 10 years ago

You could at least provide instructions on how to compile your plugin. What's the point of you open sourcing it when nobody even have the slightest idea on how to compile it.

games647 commented 10 years ago

If you clone it from github, you shouldn't have a problem with it. Just choose the first pom for compiling and it will work.