I've not been working on my plugins for quite some time, but I've finally got the time (maybe) and a computer to be able to start updating my plugins...
I used to run a small minecraft server, and I developed 4 plugins just for that server. However, I no longer have the time/money to continue it, so...
Has anyone else been able to successfully use this? It doesn't seem to be finished yet, since it refuses to change my walk speed.
Is there any simple way of doing this without creating my own method to return values for the items I need? Edit: Nevermind. I'm an idiot....
I know, I know, I shouldn't be using this, I should stick to the API. Problem is: What I want to do cannot be done via the API. So, here's my issue...
I've been trying to work on something similar to SilkSpawners for my server, with a few variations of my own. I've been basing my method of setting...
For some reason, this code only seems to cancel the event when one side of the chest is clicked. The other side just opens as if the player wasn't...
Here's the story: A guy I've worked for before sends me a message on Skype saying that a guy he found wants a plugin made. He claims the guy is...
I was looking through the API docs, and I found this: http://jd.bukkit.org/apidocs/org/bukkit/event/server/ServerListPingEvent.html but it doesn't...
Is there such a thing out there? I don't like coding plugins that deal with groups and whatnot because you have to code against a specific plugin,...
Before people direct me to the requests forums, this is about something that I plan on developing. I only want to know if it's been done before,...
Alright, so here's my issue. I've got a config that's written like this: warps: derp: x: 55 y: 78 z: -76 world: world herp:...
This has me stumped. I cannot for the life of me figure out how to get the color on a sign. I've tried ChatColor.getLastColor() and it always seems...
It seems either I'm missing something, or the removePotionEffects method is broken. Here's my code: Iterator<PotionEffect> i =...
When I run my little test server on my home pc, I allocate 2gb of RAM to it (which should be much more than enough as I have 8gb in my pc) and I am...
I'm at a loss here. I'm looking for a way to tell is a player is in front of or behind a minecart. Does anyone know how this could be achieved?
I'm just looking for a simple plugin to remove a player from the list of online players (Meaning from any command that lists online players AND the...
I cannot, for the life of me, figure out how to spawn and manipulate falling blocks. Here's my code right now for attempting to make them shoot...
If I have a config as shown below main: 'sub1': turtles 'sub2': bleh 'sub3': morevalues How do I get a list of all those values? I want a list...
Is it possible to have a potion's physical effects (slowness, speed, healing, etc.) without the visuals (zoomed in screen, particles)?
Separate names with a comma.