/team

Discussion in 'Plugin Requests' started by Black_Lottus, May 25, 2017.

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

    Black_Lottus

    Hi guys.

    I need a plugin that does the following and contains the following:

    /team create //Create a new team
    /team invite //Invite one player
    /team accept //Accept team
    /team chat //Chat for your team
    /team ff //Allow or Disallow friendlyfire in your team
    /team tag //Change tag to your team

    *If is posible, Put the tag in front of the player's name in the chat
    *Possibility of change in config the number of members into your team
    *Possibility of change the format to team chat and translate plugin.

    Permissions and configurable messages.

    Someone can do it?
     
  2. Offline

    S1ant

    @Black_Lottus Would these people already have prefixes? Or can I just set their team name to the display name?

    Should they be able to use Color in their faction tag?

    Should they toggle Team Chat when they do /team chat, or is it /team chat message?

    Make it more clear and I'll do it!
     
  3. Offline

    Black_Lottus

    I have essentials chat. If you can Put, for example, a tag that has to be put in the chat format, for example: {CHAT_TEAM} and I add it to the essentials chat format.

    In team chat colors? Add it. But put a permission, so we use it for VIPs.

    Yes, if you put in the chat / team chat you will be writing in the chat of your team. And if you put the command again, you will write in the normal chat.
     
  4. Offline

    S1ant

    @Black_Lottus Sorry, but I don't even know if Essentials has an API. I can set the Chat to what I want from the plugin if that's ok with you.
     
  5. Offline

    Black_Lottus

    Yes it's okay S1ant.

    when you could have it prepared?
    I need to Organize my server
     
  6. Offline

    S1ant

  7. Offline

    caderapee

  8. for essentials chat just do
    Code:
    event.getFormat().replace("{LEVEL}", (level)); 
    in a AsyncPlayerChatEvent
     
  9. Offline

    Black_Lottus

    Something like that
    Your team - Prefix - Nickname - others

    In chat team:
    TeamChat - Prefix - Nickname - Others

    @S1ant
    When will you have it ready?
    Ty :3
     
Thread Status:
Not open for further replies.

Share This Page