1. Hello, tell me please how can i change text color on this plugin?according to the default he is white, I want to fix it on the green
     
    Last edited by a moderator: Aug 29, 2016
  2. Could you be more specific and show exactly what you want to be changed?
     
  3. Screenshot
     

    Attached Files:

  4. On line 31. Change:
    Code:
    hurt.SendChatMessage(player.Value,Config["Messages","prefix"].ToString() + s.Name + ": " + String.Join(" ", args));
    To this:
    Code:
    hurt.SendChatMessage(player.Value,Config["Messages","prefix"].ToString() + s.Name + ": <color=green>" + String.Join(" ", args)+"</color>");
     
  5. It's great! can u change white color on nickname to green ?
     
  6. He did it for you already.
     
  7. my nick is white
     

    Attached Files:

  8. Code:
    hurt.SendChatMessage(player.Value,Config["Messages","prefix"].ToString()+" <color=red>"+s.Name + "</color>: <color=green>" + String.Join(" ", args)+"</color>");
     
  9. Thank you very much
     
  10. mark as solved please