I have two plugins, both of which have a config that is created in the plugin directory if there isn't one there already. However, one works and one...
I have this code to move mobs; Navigation nav = ec.getNavigation(); nav.a(loc.getX(), loc.getY(), loc.getZ(), Options.getSpeed()); However, it...
I have built a web Applet in java, and a plugin for bukkit. How could I send a message from the applet to the server to be handled by the plugin?...
Normally, to create a plugins config.yml I just include this.getConfig().options().copyDefaults(true);...
Hello, I am trying to teleport an entity to a player if the player changes worlds. I have this method to do it. @EventHandler public void...
If I have the location of a player, which gives me the world, x, y, z, pitch and yaw. How can I manipulate this to give another location two blocks...
I'm wanting to store entities in a list by their ID's. When trying to get an entity from this list I find that there is no way to find an entity by...
Hello, I've made a plugin which spawns mobs as one of its features. However, this get's blocked by world guard in protected regions on my server. How...
I am trying to find an instance of the entity which causes damage on an entitydamage event, given that it is an entity that has caused the damage. So...
I'm trying to set up a plugin which unloads and deletes a world and then restores it after a game's finished. For my world management I am using...
I'm running a server and I want to use the WorldEditCUI with it, I've installed the clientside mod correctly as it works on other servers, but on...
Hello, every now and then my server crashes and throws this error; ---- Minecraft Crash Report ---- // Don't be sad, have a hug! <3 Time: 8/28/12...
I'm trying to make a game type in which players can damage a map, so I want to have it so it restores after each game. I've created a method for...
I have two methods, one which backs up a specified world to the plugins directory and another which moves it back to the active world. However, the...
When trying to define different locations for different players, the server throws a null pointer exception, and I cannot find for the life of me...
I have unloaded a world using Bukkit.unloadWorld(world); but how would I load a world? What is needed?
Hello, I want to use some of the functions of Apache commons IO in my plugin, but when I use it, the server says it's not recognized, how do I...
Hey, I was just wandering, how can I backup my world file. I don't know how to use File or anything like it.
I know this sounds silly as doing this is extremely simple. However, when I want to change a players GameMode through an int in config depending on...
Hi, I'm a bit stumped at creating player configs for each individual player. I know under which situations this should occur. I don't know how to...
Separate names with a comma.