Problem/Bug Group Manager not working

Discussion in 'Bukkit Help' started by MrZellix, Dec 16, 2017.

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

    MrZellix

    So I am having an issue with my ranks in my group manager every time I try to add a player to my group it says
    "An internal error occurred while attempting to preform this command" The command I want trying to do was "/manuadd player default" But it is not working

    Here are my groups and what the file looks like currently
    Code:
    # 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:
        - essentials.balance
        - essentials.eco.loan
        - essentials.balancetop
        - essentials.balance.others
        - essentials.pay
        - essentials.msg
        - essentials.msg.color
        -
        inheritance:
        - g:groupmanager_default
        - g:bukkit_default
        - g:essentials_default
        - g:towny_default
        info:
          prefix: '&f[&8Citizen&f]'
          build: false
          suffix: ''
      Capitalist:
        default: false
        permissions: []
        inheritance:
        - default
        - g:essentials_builder
        - g:towny_builder
        info:
          prefix: '&f[&1Cap&fita&4list&f]'
          build: false
          suffix: ''
      Nazi:
        default: false
        permissions: []
        inheritance:
        - default
        - g:essentials_builder
        - g:towny_builder
        info:
          prefix: '&0[&4Nazi Party&0]'
          build: false
          suffix: ''
      Communist:
        default: false
        permissions: []
        inheritance:
        - default
        - g:essentials_builder
        - g:towny_builder
        info:
          prefix: '&f[&4Com&emun&4ist&f]'
          build: false
          suffix: ''
      Moderator:
        default: false
        permissions: []
        inheritance:
        - builder
        - g:groupmanager_moderator
        - g:bukkit_moderator
        - g:essentials_moderator
        - g:towny_moderator
        - g:vanish_moderator
        info:
          prefix: '&5'
          build: true
          suffix: ''
      Admin:
        default: false
        permissions: []
        inheritance:
        - moderator
        - g:groupmanager_admin
        - g:bukkit_admin
        - g:essentials_admin
        - g:towny_admin
        - g:vanish_admin
        info:
          prefix: '&c'
          build: true
          suffix: ''
      Owner:
        default: false
        permissions:
        - '*'
        - -vanish.effects.*
        - +vanish.effects.toggle.all
        inheritance:
        - admin
        info:
          prefix: '&4'
          build: true
          suffix: ''
     
    Last edited by a moderator: Dec 16, 2017
  2. Offline

    BooGaLoo90

    on line 22, you have a - with no permission. delete this line and it should work.
     
  3. Offline

    Alexondrou

    Why exactly do you have a group named Nazi? XD
    I know this isn't very relevant but it may affect success on your server. Some people may get offended and leave, even though they could of been your most successful/OG players who could of donated xd
     
Thread Status:
Not open for further replies.

Share This Page