Multi groups #638


  • New
  • Other
Open
  • _ForgeUser8249229 created this issue Feb 10, 2014

    Describe to us the issue that you're having:
    Hi I have bPermissions installed on my server along with Towny now my aim is to have users in two groups at once so my admins can still be villagers (e.g. pulling permission nodes for a player from two separate groups.) Where it gets hard is the fact the I want the chat to look something like this:

    [A] [Villager] Zolitaire:[MSG] (but what is acctualy looks like is) [A] Zolitaire:[MSG]

    The [A] being the prefix for the Admin group and the Villager being the Prefix for the default group. So basically what I need to know is how I get a specific User to be in two groups at once and also to have both prefixes in the In game chat. One way I thought of doing this was to mess with the bChatmanager and put %suffix in front of the %prefix and also to change my admin group to look like:

    meta:

    prefix: ''

    suffix: '&c[A]&f'

    And for the default group to look like:

    meta:

    prefix '&e[Villager]&f'

    Also in the chatconfig.yml I changed the chat format to:

    global: '{channelTag} {permsuffix} {permprefix} {playername}&f:{msgcolour} {msg}'

    None of this worked because I assume that even though in the user.yml file in bPermissions i set it to:

    groups:

    - villager

    - admin

    That it is still only viewing my player as an admin and not as an admin and villager! Any help would be much appreciated. Thank you in advance!

    Which version of bPermissions are you using?: (Please don't say "latest"!!!)
    bPermissions - 2.10.7
    bChatmanager - 3.1.1
    Which version of CraftBukkit?: (Please don't say "latest"!!!)
    B
    bukkit - 2974 (1.7.2-R0.2)

  • _ForgeUser8249229 added the tags New Other Feb 10, 2014

To post a comment, please login or register a new account.