PERMISSIONS ARE BEING SO STUPIDLY PICKY!

Discussion in 'Bukkit Help' started by nateracecar5, Jan 17, 2013.

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

    nateracecar5

    Okay so I have PEX and Essentials. I am trying to let my non-ops be able to use the essentials plugin but, like in the title, it says that "You don't have permissions." I am really annoyed because my permissions have been set up correctly and I tried to configure the Essentials config to let non-ops use it. I think I might have done something wrong. I really need to go back and fix something.
    Code:
    groups:
      default:
        default: true
        prefix: '[&fGuest&f]'
        permissions:
        - buttonwarp.use
      admin:
        prefix: '[&5Admin&f]'
        permissions:
        - '*'
      Trusted:
        prefix: '[&aTrusted&f]'
        inheritance:
        - default
        permissions:
        - mailbox.user.create
        - mailbox.user.send
        - deadbolt.user.color
        - deadbolt.command.*
        - deadbolt.user.create.*
        - disguisecraft.*
        - bukkit.command.version
        - bukkit.command.enchant
        - bukkit.command.gamemode
        - bukkit.command.time.*
        - bukkit.command.say
        - bukkit.command.give
        - bukkit.command.teleport
        - bukkit.command.kick
        - bukkit.command.me
      Moderator:
        prefix: '[&3Mod&f]'
        permissions:
        - essentials.*
        - mailbox.user.remove
        - deadbolt.user.*
        - bukkit.command.seed
        - bukkit.command.xp
        - bukkit.command.ban.*
        inheritance:
        - Trusted
      '[Smexy]':
        prefix: '[&0Smexy&f]'
        permissions:
        - essentials.*
        - CommandBin.*
        - disguisecraft.*
        - buttonwarp.use
        inheritance:
        - Default
      JMod:
        inheritance:
        - default
        permissions:
        - worldedit.*
        options:
          prefix: '[&6JMod&f]'
      Owner:
        prefix: '[&bOwner&f][&5Admin&f]'
        permissions:
        - '*'
    users:
      redstonefreak589:
        group:
        - Owner
      slim5678:
        group:
        - admin
      otexboom:
        group:
        - default
      alec2219:
        group:
        - admin
      musique123:
        group:
        - Moderator
      qaz2318:
        group:
        - '[Smexy]'
    
    I have gotten the DisguiseCraft and the deadbolt plugin to let people have those permissions but the bukkit permissions seem to not work and the essentials don't work either. I don't want a server where moderators can't moderate are Smexy people can't be smexy! Please HELP!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 30, 2016
  2. Offline

    midnightfang22

    Why is it [Smexy] as the group name? Try removing the [] and see if that works?
     
  3. Offline

    Necrodoom

    i dont see any essentials permissions given? (except for moderator)
    also paste startup log.
     
  4. Offline

    lokpique

    Try giving people modifyworld.*, or remove the modifyworld component of PEX.
     
  5. Offline

    nateracecar5

    The plugin is uninstalled. It was most of my problems.
     
  6. Offline

    lokpique

    pro
     
  7. Offline

    nateracecar5

    I need a solution to the problem, not a sarcastic comment. Thanks.
     
Thread Status:
Not open for further replies.

Share This Page