v1.2

Details

  • Filename
    SimpleNick.jar
  • Uploaded by
  • Uploaded
    Oct 8, 2013
  • Size
    5.33 KB
  • Downloads
    3,302
  • MD5
    a2edcb1e62dc9111f3fc1fca58d9476f

Supported Bukkit Versions

  • 1.7.4
  • 1.7.2
  • 1.6.4

Changelog

v1.2

Add TabComplete: /nick [TAB] -> list of display names except one's display name (without color)
Bugfix: Previous nicknames stay in the hashmap...

v1.1

Bugfix: \nick do not removed nickname
Add: \nick <a used nickname> tells who is using the nickname

v1.0

Deny duplicate nickname

Deny nicknames that equal a player name logged:
- Deny when a player wants to set a nickname which is another logged player's name (colored or not)
- Remove a player nickname (in nick.yml) when a player with the same name logs in

Rem: the comparison between nicknames uses nicknames without color codes

###v1.2
If `A B C D` is a nickname, `/nick A B[TAB][TAB]` will do `/nick A B C B C D` because of some completion mechanisms of minecraft chat. I have no idea how to correct it without removing spaced nicknames