Permissions/iChat help?

Discussion in 'Bukkit Help' started by Zynastor, Dec 11, 2011.

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

    Zynastor

    I'm working on a server, but it's not working very well.

    First off, for some reason the server says this:

    Code:
    [Permissions] Unable to load permission data.
    [Permissions] Shutting down Permissions due to error<s>
    
    And obviously if that won't work, iChat won't work either.

    Here is my code for the Users/Groups

    Code:
    groups:
        Wanderer:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
        Valtic:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Wanderer
            permissions:
                - 'warpplugin.warp'
                - 'econplugin.basic.*'
        Mathosian:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Wanderer
            permissions:
                - 'warpplugin.warp'
                - 'econplugin.basic.*'
        Valtic Chief:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Valtic
            permissions:
                - 'modplugin.ban'
                - 'modplugin.kick'
                - 'modplugin.unban'
        Mathosian Chief:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Mathosian
            permissions:
                - 'modplugin.ban'
                - 'modplugin.kick'
                - 'modplugin.unban'
        Advisor:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
        Sovereign:
            default:
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'

    Someone told me that the prefixes/suffixes/color thing won't work unless you install iChat. I decided not to add in the prefixes, etc. because I thought I would get that error.


    Here are some examples for the color/prefix/suffix/ I want. (example in chat)
    [Wanderer] Name: Hello.
    [Valtic] Name: Hello.
    [Mathosian] Name: Hello.
    [Valtic Chief] Name: Hello.
    [Mathosian Chief] Name: Hello.
    [Advisor] Name: Hello.
    [Sovereign] Name: Hello.


    So, basically what I'm asking is that if you can fix the code above and add the prefixes, suffixes, and colors I would be very happy.

    Another friend also told me that I have to format the iChat thing in some way so that it would allow the way I want it to be, which is:


    [Wanderer] Name: Hello.
    [Valtic] Name: Hello.
    [Mathosian] Name: Hello.
    [Valtic Chief] Name: Hello.
    [Mathosian Chief] Name: Hello.
    [Advisor] Name: Hello.
    [Sovereign] Name: Hello.

    Anyone mind telling me the code for that as well?


    Here is my iChat thing, but it's at default:


    Code:
    *******config.yml*******
    handle-me: true
    date-format: HH:mm:ss
    message-format: '+iname: +message'
    me-format: '* +name +message'
    iname-format: '[+prefix+group+suffix&f] +displayname'
    *******variables.yml*******
    # iChat Variable Config
    # This is now the only method for defining variables
    users:
      Drakia:
        prefix: '&e'
    groups:
      Admin:
        prefix: '&c'
        suffix: ''
      Default:
        prefix: ''
        suffix: ''
    world:
      users:
        Drakia:
          prefix: '&a'
    
    


    Please help me, I've currently spent three months working on Permissions, but I sincerely give up.
     
Thread Status:
Not open for further replies.

Share This Page