Essentials doesnt work and gives errors

Discussion in 'Bukkit Help' started by antontus, Jul 9, 2012.

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

    antontus

    Hello,
    so my problem is that my Essentials config doesnt work. Everytime I or one of my friends join the server we dont have prefixes or suffixes although I set them in the groups.yml. My friends also cant chat because they have no permission. Whats the permission for chatting? Ive already tried everything but nothing helped. :( I hope you Guys can help me?
    Here is my groups.yml:


    # Group inheritance
    #
    # Any inherited groups prefixed with a g: are global groups
    # and are inherited from the GlobalGroups.yml.
    #
    # Groups without the g: prefix are groups local to this world
    # and are defined in the this groups.yml file.
    #
    # Local group inheritances define your promotion tree when using 'manpromote/mandemote'

    groups:
    Default:
    default: true
    permissions:
    - Herochat.*
    - groupmanager.notify.self
    - essentials.chat.shout
    inheritance:
    info:
    prefix: '&e[noob]&f'
    build: false
    suffix: '&f'
    Builder:
    default: false
    permissions:
    - Herochat.*
    - groupmanager.notify.self
    - essentials.chat.shout
    inheritance:
    info:
    prefix: '&2'
    build: true
    suffix: ''
    Guard:
    default: false
    permissions:
    - groupmanager.notify.self
    - essentials.chat.shout
    inheritance:
    info:
    prefix: '&2'
    build: true
    suffix: ''
    Moderator:
    default: false
    permissions:
    - groupmanager.notify.self
    - groupmanager.notify.other
    - groupmanager.notify.others
    inheritance:
    - builder
    info:
    prefix: '&5'
    build: true
    suffix: ''
    Admin:
    default: false
    permissions:
    - '*'
    inheritance:
    info:
    prefix: '&c'
    build: true
    suffix: ''
    Owner:
    default: false
    permissions:
    - '*'
    - -vanish.*
    inheritance:
    info:
    prefix: '&4'
    build: true
    suffix: ''
     
  2. Offline

    Omnitv

  3. Offline

    Wendo

    You might want to repost using pastebin or some other text pasting site, spaces are important to the format of YML files and pasting them directly here loses all the spaces. Also this is group manager, not technically essentials, so you may not get as much help as you otherwise would if you'd mentioned group manager in the title.

    It'd also be helpful to include your plugins, and your server log so a) we know what plugins could be stopping the chatting, and b) so we can confirm you don't have any errors at startup that could be causing this.
     
Thread Status:
Not open for further replies.

Share This Page