AdvancedChat

Discussion in 'Plugin Requests' started by ckav11, Feb 27, 2017.

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

    ckav11

    Plugin Name: AdvancedChat

    Server Version: Spigot 1.8.8

    Desc: Advanced chat is a chat plugin that supports multiple user prefixes via Vault. When a group has a highest priority, display that prefix first and use that chat color. When a group has the lowest priority, display that prefix last and do not use that chat color.

    Permissions:
    advancedchat.chatcolor
    advancedchat.chatmagic
    advancedchat.reload

    Commands:
    /advancedchat reload

    Example Config(Doesn't have to be like this but I would prefer it to be, thanks):
    Code:
    #AdvancedChat Config
    Groups:
      Default:
        Priority: 32 # Java INT value. Higher number is lower priority.
        ChatColor: &7 #When a user is in multiple groups use the highest group priority chat color.
        ChatFormat: '%prefixes% displayname% %suffixes% &8>> %chat%'
      Owner:
        Priority: 31 # Java INT value. Higher number is lower priority.
        ChatColor: &7 #When a user is in multiple groups use the highest group priority chat color.
        ChatFormat: '%prefixes% displayname% %suffixes% &8>> %chat%'
     
  2. Offline

    Firestar311

    I had already made this plugin for you with Multiprefix.
     
  3. Offline

    ckav11

    Many bugs even with even after my last developer made a GitHub fork of it, and some still exist. The plugin has had numerous fixes after fixes
     
  4. Offline

    ckav11

  5. Offline

    UnseenMC

    EssentialsChat literally does this. Why another plugin? lol
     
  6. Offline

    ckav11

    Not to be blunt but essentials literally doesn't do this. Politely going to ask you to actuallt read the thread next time, don't make assumptions. I put the example config there for a reason. Essentials doesn't support multiple prefixes/suffixes or priority based chat color, which I need priority for both prefixes/suffixes and chat color. I need this plugin for multiple prefixes which no other plugin can provide in the way which I'd like.
     
    Last edited: Mar 21, 2017
  7. Offline

    ckav11

  8. Offline

    ckav11

Thread Status:
Not open for further replies.

Share This Page