Prefixes in Permissions Plugin wont work

Discussion in 'Bukkit Help' started by SneakyToe, Jun 23, 2011.

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

    SneakyToe

    I recently tried to add prefixes in the Permissions Plugin, but they wont show in-game.
    The commands work that I've assigned to that group, but the prefixes wont work.
    Please help?

    Groups:
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'givemewool.givewool'
        Builder:
            default: false
            info:
                prefix: '&4[Builder]'
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'givemewool.givewool'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'vanish.vanish'
                - 'weather.set.normal'
                - 'givemewool.givewool'
                - 'SimeJail.jail'
                - 'SimeJail.unjail'
                - 'SimeJail.setjail'
     
  2. Offline

    h0us3cat

    the prefixes are blank...
     
  3. Offline

    SneakyToe

    I posted the wrong one, sorry. That was my old groups file.

    BUMP!

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

    h0us3cat

    Ok, you are on my ignore list, have fun.
     
  5. Offline

    SneakyToe

    Lol, you don't know the sittuation, I got people donating for this and I really need help.

    I know I'm an ass, I hate bumps aswell.
     
  6. Offline

    ethood1999

    You must use a plugin like iChat for prefix functionality. Permissions does nothing with the prefix alone.

    EDIT: Also, for the permissions for your admins group, just put this:

    Code:
    permissions:
        - '*'
    That will give that group all permissions possible so you only have to worry about adding permissions to your other groups. :)
     
  7. Offline

    ViruSpreadeR

    herochat is better than ichat if you use permissions 3.x
    its only badside is you cant have other variables other than prefix and suffix in herochat
    if you use permissions below 3.x...i recommend using ichat...but if u dont really like adding more variables u can still use herochat
     
  8. Offline

    ethood1999

    Why do you recommend using iChat for 3.x? Was there a difference? Because I had iChat back when 2.5 was out and I never changed to HeroChat, even now that I'm on 3.something.

    I just prefer iChat to HeroChat because it's just generally easier for users to communicate. You don't have to deal with all the channels and everything, but if that's what you want for your server, then I guess use HeroChat.
     
  9. Offline

    ViruSpreadeR

    u got something wrong...i said "if you use permissions BELOW 3.x, i recommend using ichat"
    cause ICHAT doesnt cooperate well with 3.x permissions, that what it said by the DEVELOPER of ICHAT

    one thing herochat is above ichat is that, herochat is more complicated than ichat...which means it has more features
    (which i think u like ICHAT more cause u dont have to config lots of stuffs cause your lazy enough to understand what herochat can do for you)

    but ichat has goodside like u can add more variables other than prefix and suffix...but to some people that LIKE the new permissions...they would switch to herochat
     
  10. Offline

    Jeyge

    iChat has working with Permissions 3.x since the changes made in Permissions 3.0.2.
     
  11. Offline

    ViruSpreadeR

    u sure?cause i was using the latest ichat...and the permissions 3.1.5b...it doesnt work for me...the variable {class} from groups.yml info doesnt show in in-game chat
     
  12. Offline

    Jeyge

    I just tried a custom variable called class and it works just fine with 3.1.5b.
     
  13. Offline

    ViruSpreadeR

    hmmm...im gonna try it again...maybe its because i got lots of plugins and maybe one of the plugins is configuring the chat somehow...herochat is pretty bad cause it doesnt have unlimited variables...
    anyway...heres a pic of my plugins...can you see what plugin might configuring the chat other than herochat and ichat?
     

    Attached Files:

  14. Offline

    Jeyge

    I think Essentials is the only plugin that breaks the use of other chat plugins although some like to change the way it works. You aren't running Essentials so as long as you aren't trying to only use the global files in Permissions, everything should work.
     
Thread Status:
Not open for further replies.

Share This Page