Recommend Chat Plugin with PEX

Discussion in 'Bukkit Discussion' started by LeGenDaryX, Jan 2, 2012.

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

    LeGenDaryX

    Im using mchat right now and its working fine.. Although i cant get the prefixes to work with Pex Permissions. (would be nice to have my donators, admins and mods.. have there Prefixes)

    Does anyone maybe have a good chat plugin thats compatible with Factions, Pex and Heroes?
     
  2. Offline

    chrisjon

    pex comes with a plugin called chatmanager. which can be used to add prefix/suffix etc
     
  3. Offline

    lnye97

    you can also just setup your config file with a * Prefix * , never attempted to put suffixes i find them annoying...
    example:
    Code:
     Owner:
            prefix: '&0(&4Server&3Owner&0)&7 ' // server color codes ( http://www.minecraftwiki.net/wiki/Classic_server_protocol )
            permissions:
            - '*' // gives every permission to the user(s) of this group
            options:
                rank: '1' // Highest Possible Rank, 1 being the lowest 1000 for example being the highest
    If you want an example permissions file to build from ( for permissionsex )
    Code:
    groups:
        default:
            default: true
            options:
                rank: '1000'
            permissions:
            - modifyworld.chat
            - lwc.deny // If you have LWC Plugin
    
        Member:
            prefix: '&0(&8M&7ember&0)&7 '
            permissions:
            - modifyworld.*
            - lwc.protect // If you are using LWC Plugin
            options:
                rank: '900'
        VIP:
            prefix: '&0(&eVIP&0)&7 '
            inheritance:
            - Member
            permissions:
            options:
                rank: '800'
        Moderator:
            prefix: '&0(&1Moderator&0)&7 '
            inheritance:
            - Member
            permissions:
            options:
                rank: '100'
        Admins:
            prefix: '&0(&4Admins&0)&7 '
            permissions:
            - -modifyworld.mobtarget.*
            - '*'
            options:
                rank: '1'
    users:
        YourPlayerName:
            group:
            - Owner
    
     
  4. I have trouble displaying a prefix from 1 group and the suffix from another when a player is member of multiple groups. For example kdthehun is member of Group [Duke] (prefix) and also member of [Moderator] (suffix) i only get the prefix displayed by ChatManager. What i want it to Display is:[Duke] kdthehun [Moderator]. Any help would be greatly appreciated.
     
  5. Offline

    Adriani6

    Try iChat.
     
  6. Offline

    LaxWasHere

    That's why there's inheritance.
     
  7. Offline

    Milkywayz

    If you don't want to use any of the above chat plugins, I made my own in which I use on my own server called ColoredGroups. It's very lightweight and extendable through Addons, and doesn't require vault.

    However Factions / Heroes support does not come standard, but I do hope someone nice creates an Addon which does add support for those as it would not only be easy to do, but it'd be awesome having a lightweight but Modularized plugin. I could do it to, but that's a lot to support a plugin, it's addons, other plugins, all while having other stuff todo still.
     
Thread Status:
Not open for further replies.

Share This Page