It is highly recommended to install this update.
Code (Text):
void addBypass( Player bypassPlayer, Player nickedPlayer );
void removeBypass( Player bypassPlayer, Player nickedPlayer );
void addBypass( Player bypassPlayer, UUID nickedPlayerUUID );
void removeBypass( Player bypassPlayer, UUID nickedPlayerUUID );
Player getPlayerOfOriginalName( String name );
Player getPlayerOfNickedName( String name );
You can now bypass the nick (recommended for partys).
Changelogs:
+ added the feature above
* at the plugin start, the plugin will cache the data of user "Steve". If you nick to a name that it does not exist, it will use the data of steve.
* fixed a lot of bugs, especially that has been caused because of 1.7 compatiblity