groupmanager dont work

Discussion in 'Bukkit Help' started by justinbea, Apr 23, 2017.

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

    justinbea

    Last edited: Apr 23, 2017
  2. Offline

    XexCruz

    format: ' <{DISPLAYNAME}> {MESSAGE}'
    #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'

    group-formats:
    # Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
    # Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'

    Your essentials need the {GROUP} {DISPLAYNAME} {MESSAGE}
    try the bottom one and #the top one and let me know if that works

    I dont mess with group manager but the errors are probably because you might spaces or something could be wrong in the config in the worlds folder sorry and gl <3
     
  3. Offline

    justinbea

  4. Offline

    XexCruz

    Your group manager has 2 defaults
    I just noticed that

    # Local group inheritances define your promotion tree when using 'manpromote/mandemote'

    groups:
    default:
    default: true
    permissions:

    It shows
    # Local group inheritances define your promotion tree when using 'manpromote/mandemote'

    groups:
    default: get ride of this one <
    default: true
    permissions:

    It should look like this for the default
    Name:
    default: true
    permissions:
    - example
    - example

    Also once you change your group manager to the format i showed you

    Change this in essentials format: '{DISPLAYNAME} &8&l> &f{MESSAGE}'

    Make it back to what you had and change this

    groups:
    default: get ride of this one <
    default: true
    permissions:

    To this
    groups:
    Name:
    default: true
    permissions:

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited: Apr 23, 2017
  5. Offline

    justinbea

    @XexCruz i did that but than the GM plugin crashed fully D: i did change everything back how it whas in the beginning
     
    Last edited: Apr 23, 2017
Thread Status:
Not open for further replies.

Share This Page