PermissionsEX, Essentials won't work unless opped

Discussion in 'Bukkit Help' started by dlmeeusen, Mar 22, 2014.

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

    dlmeeusen

    I am running Bukkit 1.6.4 on a Windows 7 machine with PermissionsEX and Essential. When people login they cannot interact with anything until I add their names to the ops.txt file. Is this normal? Nothing in my Pemissions.yml or Essentials' config.yml works until the user is opped, then everything works.
     
  2. Offline

    Henriksen1000

    If the players can't use anything, Try to add this permission to all groups in your permissions.yml
    Code:
    essentials.build
    That permission allows all players in the group to use everything!
     
  3. Offline

    Sycholic

    pastebin permissions from pex. also are you using modifyworld iwith pex? and giving modifyworld.* to everyone? (unless you need specific restricitions on basic interactions)
     
  4. Offline

    dlmeeusen

    I am out of town until tomorrow. I will try the suggestions when I get home. I think I have everything covered. This is a pastebin of my permissions.yml file http://pastebin.com/FbPjjmNW

    Thanks!
     
  5. Offline

    TreeDB

    dlmeeusen if what was suggested above does not work, make sure you are not using more than one permissions plugin. I have seen people have Essentials Group Manager without knowing it and then having PermissionsEx as well.
     
  6. Offline

    Sycholic

    NP and checked your Pex file dont see any 'obvious' issues with that. Grab a list of your plugins and even bukkit version and I see a modifyworld.* you gotta give that to everyone (or the proper perms you want for modifyworld) or they'll never be able to build. Modifyworld can remove perms to build and stuff regardless what pex says (its designed that way I believe)

    addendum: flipped thru it again, just making sure you arent having people defaulting into 'criminal' are you? I see you got modifyworld perms somewhat on 'default'.

    also check out /pex toggle debug << that will help alot on figure out why perms are failing and commands supposed to be blocked or not and not working as intended.
     
  7. Offline

    dlmeeusen

    I added essentials.build to the default permissions and I have stopped getting the message "You are not permitted to interact with ..." Thanks I copied someone else's PermissionsEX YML. I can't imagine why they didn't have that one listed.

    People are not defaulting to Criminal. The proper prefix is appearing before users in each group.

    I have ModifyWorld and had included the permission in each group. Now that things are working, I have left the permission in default and will let the inheritance carry it forward to each group.

    I am not using another group manager. My plugins are:
    Essentials.jar
    EssentialsChat.jar
    EssentialsSpawn.jar
    mCore.jar
    PermissionsEX.jar
    EssentialsAntiBuild.jar
    EssentialsProtect.jar
    Factions.jar
    ModifyWorld.jar
    WorldEdit.jar

    I will not insult anyone's intelligence by saying I understand all of them, but these seem to be doing what I want. Now that I we don't have to op everyone, maybe my grandson will have a little more control over this world.

    Thank You!
     
  8. Offline

    Sycholic

    yeah its a layered perms system thats the tricky part.
     
Thread Status:
Not open for further replies.

Share This Page