Getting prefixes w/ GroupManager

Discussion in 'Plugin Development' started by ehArcher, Mar 13, 2014.

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

    ehArcher

    I don't like essentials, and I want the prefixes, but don't want essentials. I am using GroupManager. Is there anyway I could make it so when a player talks it gets their prefix.
     
  2. Offline

    Heirteir

    ehArcher
    Either hook group manager or use the vault api
     
  3. Offline

    ehArcher

    I have added the Hook for GroupManager and now I need the Event. What would it be?

    @EventHandler
    public void onChat(AsyncPlayerChatEvent e){
    e.setMessage(getPrefix + e.getMessage());
    }
    What would I use as the getPrefix method?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
  4. Offline

    ehArcher

Thread Status:
Not open for further replies.

Share This Page