clj-minecraft icon indicating copy to clipboard operation
clj-minecraft copied to clipboard

Update bukkit api in makefile

Open SevereOverfl0w opened this issue 9 years ago • 2 comments

This really shouldn't be hardcoded, what are the thoughts on trying to figure it out automatically somehow? bukkit-*-SNAPSHOT.jar or such, especially on compile.

Not sure if we should auto-compile the bukkit.jar at all really, instead just tell user to drop a bukkit.jar in resources directory, and point them at the build instructions?

SevereOverfl0w avatar Jul 01 '15 08:07 SevereOverfl0w

I needed a fix like this too (thanks for posting), but the version was different (now 1.8.8), so I agree that it should not be hardcoded. I don't have a solution, though ...

patrickmcelwee avatar Sep 14 '15 22:09 patrickmcelwee

@patrickmcelwee My project fork resolves the issue somewhat. https://github.com/SevereOverfl0w/bukkure Although it's 1.8.7 still, I haven't kept on top very well.

SevereOverfl0w avatar Sep 14 '15 22:09 SevereOverfl0w