support for nicknames #5


  • New
  • Enhancment
Open
Assigned to icyrelic
  • Forge_User_02764350 created this issue Jun 6, 2013

    support nickname-plugins like nick namer: http://dev.bukkit.org/bukkit-mods/nick-namer

    Nick Namer is supported(half) - nice option: "UseNicknames"! But if the player dies, the nickname is shown, even if "UseNicknames" is set to "false" :(

    works:
    New_Join_Message work nicely with nicknames: '&dHello %player_name% :)' -> the nickname is not shown if  config is like this: "UseNicknames : false"

    don´t works:
    '&c%killed% &7has been slain by a &cZombie' = don´t work with nicknames -> the nickname is shown despite of "UseNicknames : false"

    ______________________________________________________________________________
    killjoy64(the author of Nick Namer) knows a possibility: use the player's DISPLAYNAME instead of their DEFAULT NAME.

    if you won´t do that, because i don´t know what the config-file-option: "UseNicknames" is used by other users for.. a second config-file-option "UseDisplayname" would be very nice to have. And "UseDefaultname" would be great, too. So you will have 3 Options(Nick,Displa,Default).

    thx

    Julia :)

  • Forge_User_02764350 added the tags New Enhancment Jun 6, 2013
  • Forge_User_02764350 edited description Jun 6, 2013

To post a comment, please login or register a new account.