PermissionsEx not working right.

Discussion in 'Bukkit Help' started by kevindadmun9, Jun 23, 2016.

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

    kevindadmun9

    I just finished setting up my Permissions for my server. I thought everything was fine but when i started my game and tried /help it gave me a error i have uploaded a pic of that. And i have uploaded a pic of the Permissions that i have used. can someone let me know what i did wrong and how can i fix this.
     

    Attached Files:

  2. Offline

    timtower Administrator Administrator Moderator

  3. Offline

    kevindadmun9

    I dont understand? I tried pastbin but the text is to big it wont let me do it. I have never used pastebin before so i might be doing it wrong.
     
  4. Offline

    timtower Administrator Administrator Moderator

    @kevindadmun9 Stop the server, start the server, stop the server, try again.
     
  5. Offline

    kevindadmun9

    Ok i think i got it but know what do i do its just there on the page underneath it it has a raw paste data window do i do something with that?
     
  6. Offline

    timtower Administrator Administrator Moderator

  7. Offline

    kevindadmun9

  8. Offline

    timtower Administrator Administrator Moderator

  9. Offline

    kevindadmun9

    Thanks its working know.
     
  10. Offline

    WolfHunter

    I like using GroupManager it's much easier, here is and example how it looks

    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:
      Regular:
        default: true
        permissions:
        - -bukkit.command.kill
        - randomtp.tp
        - randomtp.sign.use
        inheritance:
        - g:groupmanager_default
        - g:bukkit_default
        - g:essentials_default
        - g:towny_default
        info:
          prefix: '&7[Regular]&f'
          build: true
          suffix: ''
      Supporter:
        default: false
        permissions:
        - -bukkit.command.kill
        - randomtp.tp
        - randomtp.sign.use
        - essentials.feed
        - essentials.back
        - essentials.kit.Supporter
        - essentials.top
        - iDisguise.mob.cow
        - iDisguise.mob.zombie
        - iDisguise.mob.skeleton
        - iDisguise.mob.pig
        - iDisguise.mob.spider
        - iDisguise.mob.creeper
        - iDisguise.mob.sheep
        - iDisguise.mob.chicken
        inheritance:
        - g:groupmanager_default
        - g:bukkit_default
        - g:essentials_default
        - g:towny_default
        info:
          prefix: '&c[Supporter]&f'
          build: true
          suffix: ''
     
Thread Status:
Not open for further replies.

Share This Page