Open Derkades opened 7 years ago
Should I submit pull requests or continue this as my own project? (credit will be given where credit is due)
I removed bukkit API from source because spigot API includes bukkit.
Why though? What spigot API's does this project need?
@RoboMWM The project included both "spigot-api" and "bukkit" as a dependency. It should be either (not both!), since spigot contains bukkit code. I chose spigot since bukkit is dead anyways. It will not harm compatibility as long as we don't use any spigot stuff (for example spigot's chatcolor class)
Ah ok.
Btw I'm weary of PRs to this since the idea is to keep it "simple" lol.
Well I've mainly removed redundant code :)
Feel free to take over releases of this if you want to, i'm not particularly interested in minecraft anymore,
Alright
I removed bukkit API from source because spigot API includes bukkit. Source: https://www.spigotmc.org/wiki/spigot-maven/
I also updated deprecated date.getHours(), getMinutes() and, getSeconds() to use methods in the Calendar class (https://stackoverflow.com/questions/907170/java-getminutes-and-gethours)