Sure. EDIT by Timtower: done
Yep, pretty much wrapped it up a couple of posts ago.
I see what you mean, but some comments are just pure for the sake of bullying and should not be allowed on the forum at all. The main reason I...
I literally said, "Why do you have to make fun of people when they do something wrong?". And it got deleted. No more no less. And yes you're...
I'm not saying that they don't do anything right, and I'm not going to mention names and neither am I doing this because I want to be a moderator....
Here's the link to anyone who is looking for this. http://dev.bukkit.org/bukkit-plugins/advanced-combatlog/
@Zombie_Striker, the last part about the command stuff is false. Bukkit only allow you to handle commands you have specified in your plugin.yml,...
@boomboompower, you can use the same Random twice by calling nextInt() on the same Random object. Like this: Random random = new Random(); int...
Random generates a number from 0 to the number you specified, so if you want it to be 1 to the number you want just add 1. :)
@Kudze, there is a way to do this since there are plugins which does this already. Have you tried looking at the source of a plugin which already...
I don't know what an IChatBaseComponent is, but if you want to hardcode titles, ChatColor should be used and if you are getting them from a...
@UnoTheOnly, you can also use the Plugin request section and ask for this plugin to be made, I'm sure there are many who are willing to help out...
I used 6 as modifier and Integer.MAX_VALUE as time which means it will basically last forever. About removing particles, I'm sure you can mess...
@MrKravis, I don't think there's an event for that. You can try giving the entity the potion effect slowness with a high modifier so it can't...
@TheArabianCoder, you are getting an player from your argument before actually checking if your argument exists. Player t =...
Separate names with a comma.