Please add AccessToConsole to the list: http://forums.bukkit.org/threads/admin-accesstoconsole-v1-0-plugin-client.290375/
[IMG] This server plugin allows you to connect to your Bukkit server console from your PC using an Windows portable app developed specially for...
I followed the same tutorial and I have the same problem, MC client also crashes when I use /reload command.
I really don't know why you always have to write posts, which don't help at all, and even more, you don't answer my questions. It is second time...
Hello, when I use this URL which is used in MC launcher: https://login.minecraft.net/?user=PerwinCZ&password=PASSWORD&version=99999 it returns...
No API needed. And IDK if you noticed that, the link I posted in my previsous post is from source code of this API ;) :P
Oh I see it now here, it uses Packet206SetScoreboardObjective, Packet207SetScoreboardScore and Packet208SetScoreboardDisplayObjective. I was...
Hello, I have seen some plugin (IDK its name) on server 208.115.247.164:25597 When you connect, you can see this text box on right side of your...
Ok, so we can use recursive method: @EventHandler public void onEntityExplode(final EntityExplodeEvent event) { List < Block > d =...
Just from Apidocs (here): It returns whole command with its arguments. So, if you want to get arguments from command catched by this event, you...
Hi, the ArrayIndexOutOfBoundsException is thrown because you are trying to get a block with index equal to the size of the List toputback, but...
Third option: Learn about static blocks of Java code. You have for example this simple class: import java.util.logging.Logger; import...
IDK this event would help, because it's just thrown when the player changed his level and it has nothing to do with changing needed exps.
Hello, I need to know how to set amount of needed exps for next level. E.g. I need to set that a player needs from level 1 1000 exps to level 2,...
Hmm, I fixed it by creating my own event thrown when is createExplosion() used.
Separate names with a comma.