The Minecraft API Is Now On Github
github.com
The Minecraft API Is Now On Github
1–10 of 53 posts
Re: The Minecraft API Is Now On Github
#2Re: The Minecraft API Is Now On Github
#3Re: The Minecraft API Is Now On Github
#4Is it just me, or is the only thing that the API currently supports banning?
Re: The Minecraft API Is Now On Github
#5Re: The Minecraft API Is Now On Github
#6Not much in here as of right now , so if you looking as to what can be done immediately there isn't much of anything. It is cool that this is being worked on in public. Honestly I don't know why this is a fresh project instead of just an official fork of Bukkit.
Re: The Minecraft API Is Now On Github
#7Not much in here as of right now , so if you looking as to what can be done immediately there isn't much of anything. It is cool that this is being worked on in public. Honestly I don't know why this is a fresh project instead of just an official fork of Bukkit.
I think legal problems … I guess. Not sure. But it also seems like they want to do quite a few things differently, though I'm not sure whether that's good idea.
Re: The Minecraft API Is Now On Github
#8I added a Jenkins build job for it on BuildHive so anyone can download the bits if you want to play with the very limited banning API that they apparently have so far :) https://buildhive.cloudbees.com/job/swashbuck1r/job/Minecraf...
I hope they'll consider adding a build job for the official project.
Re: The Minecraft API Is Now On Github
#9`porn.xml` scared me until I noticed it was pom.
You'll see this on lots of JVM-based projects.
Re: The Minecraft API Is Now On Github
#10 Minecraft-API
|- src
|- main
|- java
|- net
|- minecraft
|- workbench
Good old Java.On my machine that means it would end up being: /home/ajf/Projects/2012/Minecraft/Minecraft-API/src/main/java/net/minecraft/workbench/
Who on earth thought deeply nested directories for packages was a good idea?