Look at this plugin's source: https://github.com/spoothie/Chairs/blob/master/src/net/spoothie/chairs/EventListener.java
Saying what block was broken will not cause any lag. I was just thinking, what if you went mining and are destroying your way back up and you keep...
Just to be sure: When inventory is full and you break a block it will give you a message 'Your inventory is full! Could not pick up *name of item...
World Guard?
wut
Because you don't even Java
int withdrawamt = getConfig().getInt("info.withdraw"); EconomyResponse r = econ.withdrawPlayer(p.getName(), withdrawamt); I suggest looking on...
How do you except us to help? Basically you just said 'I misspelled a word in my essay' and have never given us that essay. Nothing we can do...
I suggest learning Java...
for (int i = 0; i >= 3; i++) { if(e.getLine(i).contains(".com"); } It won't work anyway. I can do "[dot] com", ",com", "c om" etc.
I'm guessing you have an ArrayList of people playing. if (participants.getSize() >= 5) { Bukkit.broadcastMessage("Lol, nope."); } else {...
The reason behind writing in English being suggested is so in future anyone with similar error can find the solution, others can learn and we can...
I can't work out what you are even trying to do to be honest...
Because for(String ln : sign.getLines()) { p.sendMessage("" + sign.getAdd().getType());...
Separate names with a comma.