Chat format

Discussion in 'Plugin Requests' started by spike1908, Nov 29, 2015.

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

    spike1908

    So i requested this plugin before, but i never really got the help, well first it was for double prefix's for my staff and donors so when i have staff they can also donate basically. I dont know how the first server did it but now i found another server that was able to to it.

    [​IMG]

    here is a second server.

    [​IMG]

    Please im requesting on how to do this.
     
  2. Offline

    Scimiguy

    Are you wanting someone to make your plugin for you? Or are you asking how to do it?

    If so, what exactly are you requesting?
     
  3. Offline

    spike1908

    Im asking how to do it because im making a brand new server soon and is wondering on how to do this.
     
  4. Offline

    Scimiguy

    I'll get this moved to the Plugin Development board then.

    But to do this, you basically just need to monitor the PlayerChatEvent, and add in the prefixes where needed
     
  5. Offline

    LemonCoder

    Do you work with the bukkitAPI? Or are you just a server owner wondering how to do this?
     
  6. Offline

    WRLD

    use the AsyncPlayerChatEvent.
    e.g.
    Code:
    @EventHandler
       public void onPlayerChat(AsyncPlayerChatEvent e) {
           /* TODO your code here */
       }
    }
    
     
  7. Offline

    teej107

    I'm wondering if moving this to Plugin Development was a mistake. I have the feeling that the OP is a server owner and is wanting a plugin to fulfill his request or is wondering how to do it if a plugin already exists for it.
    Is that right, @spike1908?
     
  8. Offline

    Scimiguy

    @teej107
    I did ask that at the top, before it got moved.
    I could still see it being ambiguous though
     
  9. Offline

    mcdorli

    Maybe he just wants to know the plugin name.
    He coudl ask this if he exceptan answer in the "Do x and y and then lastly z with essentials, then you will have it." category.
     
  10. Offline

    spike1908

    Im wondering on how to do it, im getting a hub server soon and will have donor ranks and i know staff will want a donor rank so they purchase it like [VIP] [Admin] Playername: Chat with the admin chat color.
     
  11. Offline

    mcdorli

    Doyou want to create a plugin yourself, or do you want to use existing ones?
     
  12. Offline

    spike1908

    Existing plugin so i dont have to develop one, it will go good for my hub that is being released soon.
     
  13. Offline

    MCFunCubes

    Its called either Herochat of EssentialsChat :D
     
  14. Offline

    spike1908

    im using EssentialsChat, but we have donor ranks so we want staff to be able to have donor ranks aswell if they purchase a donor
     
  15. Offline

    mcdorli

    Hub? Are you using bungeecoords?
     
  16. Offline

    spike1908

    Ye we are using bungeecords, we are not officially open yet but we are wanting to make sure we are good to go when we open.
     
  17. Offline

    eyamaz

    BungeeCord is not currently supported on these forums. Thread is locked.
     
Thread Status:
Not open for further replies.

Share This Page