Solved Modifyworld Isn't letting normal players do anything!

Discussion in 'Bukkit Help' started by RocketPenguin, Mar 16, 2013.

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

    RocketPenguin

    I just started my very own server for the first time, and am having issues with permissions. As a normal player, or anything below op, i cannot place, break, collect, or chat. The message it gives me when i try one of these actions is [modifyworld] you are too jelly for (item). For chatting, it says [modifyworld] Your mouth is too dry, or something like that. I haven't touched the config.yml in modifyworld folder, and i have no clue what to do. I did work a little bit with permissionsEX file, i got a copy of permissions.yml from a friend who also has a server, and i liked the permissions he had. I haven't touched the config.yml file in permissionsEX.yml either. My server is running from McMyAdmin, and i tried to add 'modifyworld*' to everyone group, that didn't work either. Could someone tell me how to fix this?

    permissions.yml file contents from permissionsEX file: here ( http://pastebin.com/jAwfREaW )
    config.yml from permissionsEx file: here ( http://pastebin.com/ztG7jTaQ )
    config.yml from modifyworld: here ( http://pastebin.com/rsbUSGdj )
     
  2. Offline

    Iroh

    Give your group the modifyworld.* permission you were missing the .
     
  3. Offline

    RocketPenguin

    Well, i DID do that with the . on McMyAdmin. And that didn't work. Where do you mean i should place modifyworld.*?
     
  4. Offline

    Iroh

    In the permissions file for pex put it under permissions for whatever rank you want to have it.
     
  5. Offline

    RocketPenguin

    So, in the PermissionsEx file, in the permissions.yml file, i put modifyworld.* where? What if i want every player, no matter what rank, to be able to modifyworld? I don't understands, sorry. :(
     
  6. Offline

    Iroh

    I see you are new to pex here is my permissions.yml Give the member the modify world.* permission and because I have inheritance set up all the other ranks get it too. Read Up on pex.
    http://pastebin.com/PnGmYnti
     
  7. Offline

    RocketPenguin

    Yes, i am extremely new to it. I have tried reading it, but it is all just a bunch of wibbly wobbly timey wimey stuff to me.
     
  8. Offline

    Iroh

    As you can see from m config each group gets access to certain commands or permissions. These permissions are given my and them to the permissions section of a group. You can see my member group had the permission essentials.sethomr this allows it to use /sethome all commands have a command node. Add a node like this
    - command.node
    For PeX you have four spaces a hyphen a space then the node. Feel free to copy mine and add the modifyworld.* to the member group. Another thing is inheritance. What it means is that if you inherit from a group you get it's permissions so for instance my moderators get all the donator commands as well as /ban because they have the donator inheritance.
     
  9. Offline

    sebidebi4567

    Get Filezilla , Helps with all the typing etc, Get Notepad++ Too, The Green One
     
  10. Offline

    RocketPenguin

    It's not the software, but the know how to write it.

    I am about to beat my head in, modifyworld.* IS in members group for me, and it still doesn't let me do anything!!!!! Could you figure out why my permissions file isn't working? Here is the full yml file: http://pastebin.com/wE4YSXLi I later realized i only put a portion...

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

    Iroh

    Your permissions seems fine except what is this?
    Code:
        worlds:
          warp:
            permissions:
            - essentials
    Why is this here? Also many of your groups have the same rank is that allowed in pex?
     
  12. Offline

    RocketPenguin

    I have no clue. As i said, i borrowed this from a friend, and its from his server. And, i don't know squat about how it owrks other than i need
    groups:
    NameOfGroup:
    default: true
    prefix:
    permissions:
    But even that doesn't help. If i could get someone to help me create the right permissions.yml i need that would be awesome. Seriously, i am lost with permissionsEX...
     
  13. Offline

    Iroh

    Ok I will fix that then since you don't know why it is their and it seems totally wrong to me xD
    Try this. Also are you getting any errors on startup?
     
  14. Offline

    Jeyge

    Admin inherits from Moderator but you don't have a Moderator group. This means that the modifyworld.* that you have in your Member group never makes it down to the Admin group.
     
  15. Offline

    RocketPenguin

    I don't understand lol xD....

    Still doesn't work :(

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

    Iroh

  17. Offline

    Jeyge

    Just do a search in your permissions.yml file for Moderator and you will find it just once. In the inheritance section of your Admin group. Because you are trying to inherit from Moderator but you don't have one, that means that your Admin group and above will never inherit the modifyworld.* in the Members group. Either add a Moderator group that inherits from Member or change your Admin group to inherit from Member.
     
  18. Offline

    RocketPenguin

    Less confusing but still...
     
  19. Offline

    Iroh

    Here I think Jeyge has it. None of your groups inherit from moderator since it doesn't exist
    http://pastebin.com/JdZa8fgr that is a modified version of yours where instead of mod plugin inherits from member.
     
  20. Offline

    RocketPenguin

    I think it may be another issue, it still doesnt work.

    Ill try that soon, maybe tomorrow.

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

    Compressions

    I recommend NOT using ModifyWorld. Just use PermissionsEx and ChatManager if you want it.
     
  22. Offline

    RocketPenguin

    So, would i just delete the modifyworld file from my plugins?

    This is weird. that doesn't work either.
    I think the problem isn't in permissionsex

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

    Jeyge

    If you are running Modifyworld and you do not have the modifyworld.* or similar permission, you will not be able to build. If you are running EssentialsAntiBuild and you do not have essentials.build or similar permission, you will not be able to build. If you are running WorldGuard and you are in a region that you are not the owner or member of, you will not be able to build. If you have a spawn region and you are inside of that region, you will not be able to build. We can't actually tell which of the above might be true because of the lack of information but I do know that if you are still in the Admin group, you do not have the modifyworld.* permission. Either remove EssentialsAntiBuild and Modifyworld or give yourself the proper permissions for them.
     
  24. Offline

    RocketPenguin

    So, basically, i can delete modifyworld file from my plugins list, and remove essentials.antibuild from my permissionsex.yml file?
     
  25. Offline

    fredghostkyle1

    Ok, ModifWorld stops people from modifying the world. then also EssentialsAntiBuild duse the same things.
    A) remove the plugins... FIXED
    B) are the required premissions to the groups in PEX.
     
  26. Offline

    Jeyge

    I would sure suggest against removing both of them but if that is the way you want to go, it will somewhat fix your problem. Your permissions file is still going to be broken though and you will notice other problems later on. Btw, essentials.antibuild is not a valid permission. It is either essentials.build or a plugin called EssentialsAntiBuild.
     
  27. Offline

    fredghostkyle1

    depends on what your doing. if you have WorldGuard or a protection plugin theres no need of them
     
  28. Offline

    Jeyge

    Modifyworld and EssentialsAntiBuild do a lot more than just protect the world against breaking blocks.
     
  29. Offline

    RocketPenguin

    Ok, don't have essentialsAntibuild, so thats not my problem. Wouldn't the problem be from permissionsEX Modifyworld config file?

    Oh, and as op, i no longer have control over all commands

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

    RocketPenguin

    Ok, i really don't think it is PEX's fault. I figured out how to make the simplest of permissions.yml files, and, i get the "You are not permitted to use [item]"

    Ok, i got rid of modifyworld, and it fixed one thing. you can now speak. But, past that, you cant break blacks, pick them up, or place them. Any ideas?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
Thread Status:
Not open for further replies.

Share This Page