Clem you cannot create an instance of Permission because it is an abstract class. Depending on what you want you can use one of the classes in the...
I thought about that but since python uses dynamic typing I couldn't think of a way to get the type of the argument Should be possible, I'll look...
To send an receive data from a webserver there is the URLConnection class in java here is a short example how to write and read from a cgi...
The loader does not work in 1.2.3-R2 when you want to load plugins without a plugin.yml file. I have no way of fixing this myself, however it will...
Maybe the two strings have a different encoding?
Yep I know that it wasn't updated, the update was already in process. SpaceManiac what? org.bukkit is sealed? I didn't even notice that :p But...
I would use like flatd proposed HTTP GET or POST. You can do this in Java via the URLConnection class. There is also the URLEncoder class which...
Clem if you use the old api you can either create a folder which name ends with .py.dir or _py_dir if you os hates dots xD or you can put the...
download the craft bukkit source code frome here: https://github.com/Bukkit/CraftBukkit and then run mvn package to compile it
you can get the level of a player via the getLevel() method Player p = getServer().getPlayer("Playername"); if(p.getLevel() > 30) { //your...
you have to add it to the path. On windows type set PATH=%PATH%;<path-to-maven> where path to maven is the folder where mvn.bat is in. You have...
can't you download a version from java.com?
Download the source from github Download and install maven Change the file you want to change Open a command line in the root folder of the craft...
It looks like you set the type of a block in the onBlockPhysics event which causes the onBlockPhysics event to be fired again. Then the type is...
Yup, the update is already in the making. A snapshot is already available to download here. Just note that you have to specify the event type in...
Separate names with a comma.