Prefixes and Suffixes have to be 16 characters as well, if one of them is more than 16 you crash the client, however you can have up to 48...
@Rexcantor64 I wasn't able to find it in the javadocs either http://ci.dmulloy2.net/job/ProtocolLib/javadoc/ Maybe it's just a new packet or...
@helix457 What are you trying to do? If you want to know if they fall a certain amount of blocks (higher than 3) you can use the entity damage...
@yourselvs If he has the newest then you probably come from the future (no but really, he probably has Java 7 and you 8, or something like that)
@Rexcantor64 You'll need to use ProtocolLib (or another way to intercept the packet), there should be some tutorials in this forums or so. And...
@Rexcantor64 There is no way to know when a player pushes a key, I'm not sure if you can get when they try to rename an item and I was unable to...
@DoggyCode™ If the question is solved then please mark the thread as such
@nirpisa201 Someone said here that in 1.9 the event gets called twice for right click for the off hand (the "left" one) If you're not in 1.9 then...
@XxTimexX The code example that vault provides does not take in account the fact that there might be no plugin providing for that services and...
@DoggyCode™ You can also not use returns in a method and throw exceptions instead, then know what the value is by the exception type or passing...
@DoggyCode™ That's not really a plus, to be honest I find annoying using someone else's plugin that has no documentation, then your way to find...
http://stackoverflow.com/questions/30836006/unsupported-major-minor-version-52-0-error-when-my-spigot-bukkit-plugin-is-run-o...
@Ligachamp It depends on the set, but a HashSet is nothing but a HashMap where you can't see the values, so a HashSet will behave the same way....
@Ligachamp A hashmap is primarily based in the object's hashcode, so the first comparison is done with the hashcode and if there are collisions or...
@VortexGmer Are you sure those are the methods for the version you're using in your server and compilation time? Remember that NMS methods and...
Separate names with a comma.