Permissions. Totally lost as to what went wrong.

Discussion in 'Bukkit Help' started by Bartizan2, Aug 27, 2013.

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

    Bartizan2

    Hello.

    I'm having a problem with people being able to build on my server. It's a new server, so it's not that we changed anything. The admins can build but users cannot. My friend and I have been trying to get it to work, we've checked the different plugins we have and added the codes to the permissions file as we should. Yet to no avail.

    These are a list of the plugins we have which should be affecting building:

    • EssentialsAntiBuild
    • Essentials
    • Modifyworld
    • PermissionsEx
    • WorldEdit
    • WorldGuard
    I'm convinced all that's wrong is one line of code. But I can't figure out which. Any help on this would be most appreciated.
     
  2. Offline

    lastern

    set ur default permission to
    Code:
      default:
        prefix: ''
        permissions:
        - modifyworld.*
        - essentials.spawn
        - essentials.sethome
        - essentials.home
        inheritance:
        - default
    - modifyworld.* = allow them to build
    - essentials.spawn = to let them use /spawn
    - essentials.sethome = to let them use /sethome
    - essentials.home = to let them use /home
     
  3. Offline

    Bartizan2

    All of those are in the default user group.

    I just went in and tried it. This message comes up when ever default users interact with blocks. "You are not permitted to interact with "x".

    I've added essentials.build to the file. And it murdered pretty much everything. I couldn't even use console to op myself. It's now been removed.
     
  4. Offline

    Necrodoom

    nodes dont break files. it means you edit the file wrong, breaking it. add the node again and ensure you do it correctly.
     
  5. Offline

    martian3333

    Bartizan2
    So are you running ModifyWorld and EssentialsAntiBuild?
     
Thread Status:
Not open for further replies.

Share This Page