Is there anything that can be done about this? Add a captcha? I'm getting over 100 fake mails per day since two days ago. [IMG]
Title says it all. The players array changed to a List at some point. Is there any way I can make my plugin compatible with both using reflection?...
I'm currently working on a new plugin. It's just a PvP plugin, but before I start doing too much programming, I want to make sure I've got the...
Simple question. I have WorldEdit as a library. I have 2 Location objects selecting a cuboid region. How would I get the WorldEdit plugin to...
Hello, I'm currently working on a plugin that will allow server mines to have their blocks regen after a certain amount of time. I've used...
I'm currently looking for a way to display players information about what is in an ItemFrame for my ItemFrameShops plugin. I'm hoping to do this...
Hello Everyone, I'm currently working on a plugin where I want to play particle effects in a sphere around the player. I know this can be done,...
Hello everyone! A day ago I started working on my own configuration class. Why? I didn't like the Configuration method bukkit provided. That's...
So, this is my code. It's a simple plugin that should just count my name in private chat and public chat: WoutCount class (I left out some code,...
Hello, I'm currently rewriting my shop plugin, but I currently have a problem. I have this code: this.getDataFolder().mkdirs(); File hs...
Simple question I guess, I now use the WorldEdit schematic system to save my arena and to reset it after a game, but it doesn't save chest...
Hello, I'm working on a new minecraft game that works with an arena. I'm working on everything, and it's working nicely. But right now I'm sort...
I want to register an event in a thread for my game (I use the thread because I can safely use sleep in there) But, I need some way of passing an...
public static void save(ItemStack[] stack, String name, Plugin plg){ FileConfiguration cfg = null; File file = new File(plg.getDataFolder(), name...
What I need is something like this (distance not necessary) : player.getTargetBlock(transparent, maxDistance) but for ItemFrames. Can someone help...
My plugin places a sign in the world, that's working fine. My question is, how do I make the sign face the player, or make it attach to the block...
Simple question: How do I get my plugin to check for updates? I have a webserver. (and ubntu server if i would have to install something) I have...
Well, my plugin is responding to something the player says. When I use this code, the message the plugin says appears before my chat message?...
I can't get my plugin to save the list of Strings. Please help me, I've been searching for hours. Main class: package...
I now have this: public void onPlayerChat(PlayerChatEvent event){ if(event.getMessage().equals(plugin.getConfig_message())){...
Separate names with a comma.