Prefixes

Discussion in 'Plugin Development' started by PieMan456, Nov 30, 2013.

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

    PieMan456

    Hello Everyone,

    I am asking a simple prefix question. To add a prefix would you do:
    p.setDisplayName("prefix" + p.getName());

    If I am wrong please correct me. Thanks!
     
  2. Offline

    SmellyPenguin

    You could do that, but I think you could also use the scoreboard API for that.
     
  3. Offline

    PieMan456

  4. Offline

    Aperx

    or use the AsyncPlayerChatEvent , assuming you want the prefix to only show in the chat
     
  5. Offline

    PieMan456

    Aperx
    Yeah I only want it to show up in the chat.
     
  6. Offline

    Aperx

    just use that event then, you can format the message and place your desired prefix before it, pretty simple actual
     
Thread Status:
Not open for further replies.

Share This Page