Solved Setting players name to unknown on death message?

Discussion in 'Plugin Development' started by mrsamcraft, Jan 24, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    puyttre

    Code:java
    1. event.setDeathMessage(player.getName() + ChatColor.GRAY + "was killed by Unknown.");

    Lol herp?
     
    mrsamcraft likes this.
  2. Offline

    AstramG

    By the way, you don't really need to change the OP to solved when you solve your issue, this just prevents people from finding help if they need this aswell and may give the thread a misleading title. For example, your OP doesn't fit the thread title. SOLVED doesn't help anyone.
     
  3. Offline

    Woobie

    You failed, that'd give a syntax error in Eclipse ;)
     
  4. Offline

    XboxEnforcer

    Code:java
    1. event.setDeathMessage(player.getName() + ChatColor.GRAY + "was killed by Unknown.");
     
Thread Status:
Not open for further replies.

Share This Page