I would like to be able to register commands without the need of a plugin.yml, I know that currently you can use this to register a permission...
CommandsEX is now in need of a new Custom Plugin Builder, the old one (http://commandsex.sourceforge.net/) is very hard to maintain and we would also...
My recent PR/Issue was closed for being a duplicate when it isn't really a duplicate at all. Here is the JIRA issue:...
I have been working on first PR to Bukkit and CraftBukkit, adding a new event to Bukkit and Craftbukkit but I have some questions regarding what we...
In my plugin I have 2 regions, I need to check if one region overlaps/is inside the other. How would I do this? In another post someone posted some...
Basically I have a city/town, it is created with 2 locations. I need to check if another location is inside the city/town (you could imagine the city...
I need to be able to stop Redstone Repeaters and Redstone Torches from powering when they receive a redstone current but I can't figure out how to do...
This thread aims to create a collection of speed coding videos. To have your videos the video must be Programming (any language). I'll start the...
I was using this code before to launch a player player.setVelocity(new Vector(0, 20, 0)); but since a recent Bukkit commit that stops flying the...
Recently I have been recording some Speed Coding videos, the first 2 are an Economy feature and the 3rd one is an AFK feature. [media] [media]...
I would like to make my plugin, CommandsEX give priority to other plugins for commands. So if another plugin uses the same command then the other...
I am creating a list of useful code snippets, I'll be able to post some more of my own once I get back from holiday but I'll start it off. If you...
I have seen way to many plugins that do this kinda thing: String allArgs; if (args.lengh > 0){ allArgs = args[0]; } if (args.lengh > 1){ allArgs...
Today I had to remove 2 members from developing my plugin CommandsEX, upon doing this they have created a number of BukkitDev accounts to spam...
I have noticed today that there has been tones of spam from a few different users about the same thing in the Bukkit Discussion. It's about streaming...
I was wanting to know how to add a permission node for each block in the game without manually typing each one in the child permission nodes. E.g...
I would like to know if SQL would have a performance hit if I used it to get a column from a row everytime a player chats. Would this have a...
As part of my plugin, I need to be able to run a task every 20 milliseconds but I have no idea how I would do that. I know that 20 ticks = 1 second...
I have updated a plugin for someone which plays MIDI files via noteblocks, he gets this error every once in awhile and it crashes his server. I don't...
A few weeks ago I posted here asking how I could change the kick message sent when a server shuts down, I managed to get it to work by adding a...
Separate names with a comma.