Despite the occasional disputes, Bukkit was a place that brought together many people and forged an unbelievable community around a simple game....
Mi might be wrong, but I believe what you are looking for is modulo (%): For example, with 4-wide regions: int coordinate = ...; int region =...
I haven't been keeping up with bukkit lately and the solution is quite old, but what no longer works? It's using the official API and I don't...
yajtheman OOooooh, now I got your idea :D I totally misread the part about a world wrapping around, I thought it should be a seamless transition...
Sounds like a creative idea with thought behind it, I like those ;) Possible things that might be a challenge: * The respawn packet is normally...
A JAR and ZIP file actually have the same format, the JAR file can just contain additional metadata in the META-INF folder. Parsing either of them...
From your main plugin class, you can call a method from the Bukkit API called "saveResource", which does that job for you so you don't have to...
Oh, so you are dealing with player names. In that case, a HashMap<String, Configuration> would probably make sense, but it can't be sorted. The...
YamlConfiguration.loadConfiguration(files); This part won't compile. You are passing a File-Array, but it expects a plain file. Correct would be...
Did you debug that code? Print out notifications whenever you cancel the event (to see if it reaches the block, if you compared the chunks with ==...
As you already pointed out, using a fake player just to keep a chunk loaded is an overkill solution. I hqbe been working successfully with the...
Step 1: Check if what you are doing is actually necessary. Can you look inside the library function and see what it does and just replicate that?...
I took a look at KryoNet when I was planning my network protocol but decided against it because I didn't need all the automation and high-level...
Hey, the forgotten thread is back alive! That's a good point. The future is long, and assuming the project stays alive for a while, there would...
Because it is stated nowhere that it is for a mini-game ;) I'm generally speaking about typical deaths, and I don't want people who might read...
Separate names with a comma.