Region data such as ID, owner and members. Lock data including location, owner, members. Travel point data including location, player, ID. Etc. I...
Thanks for the reply, Just mainly booleans, integers and strings less than 14 characters; but there would be an awfully large amount in one...
I'm not greatly knowledgeable of MySQL or databases, but I have enough knowledge to know how to create one and enter/gather values into tables...
Is it possible to make mobs passive to a player like when in creative mode, but in survival mode? Bukkit has the option to change the...
Hey there. I've been inactive from Minecraft since 2013 and I'm trying to get my head around what's happening with minecraft servers. If I were to...
Created a lengthy method but it does the job: public Location getRelativeLocation(Player player, String direction) { Location location =...
Need a little math help: If I were to get a relative block location to a player, how can I return it as a double? Basically, I want to teleport a...
Ahh, righto. The event.setCancelled() moves the slot back and it calls the event again, hence the air slot which is null (.getType() wouldn't...
For some strange reason that I don't know, item.getType() is returning a NPE error (even though player.sendMessage(item.getType()) returns...
The solution was not Bukkit, but just basic custom world generation.
Hi. Would anyone know how to generate new worlds (and chunks) as normal but as flat land? I basically want normal generation but so there aren't...
Yeah I may have to do this.
Hi. Is it possible to replace a path key in a yaml file? For example: I want to change: Key: Some value: 'test' Some other value: 1...
Hi. When setting a string in a config with getConfig().set("path", "value"); it always adds apostrophes around the value. For example: If I run...
Hi. I'm using the following code to cancel spawning of different mobs and spawn a zombie instead: @SuppressWarnings("deprecation")...
Separate names with a comma.