When I am opped, some players cannot build?

Discussion in 'Bukkit Help' started by aerodraco, Oct 11, 2013.

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

    aerodraco

    Hey

    Today I was playing on my survival server with some of my other friends, when my friend Sean tried to build in his house. He said that he could not place anything, and no message appeared when attempting to. Other users experienced this too, but the other half could still build. I later on found out that if I was de-opped, everyone can build or destroy blocks. But when I am opped, some players cannot build or destroy blocks. Can someone help me out with this? Thanks. :confused:
     
  2. Offline

    xDeeKay

    aerodraco Can I please see your plugin list, as well as your server.log
     
  3. Offline

    aerodraco

  4. Offline

    PolarCraft

    Can you please paste your groupmanager's world.yml file?
     
  5. Offline

    Necrodoom

    What messages do players get when they cant build?
     
  6. Offline

    Jade

     
  7. Offline

    Necrodoom

    Jade Derp.
    aerodraco Try check factions settings, if not, disable plugins one by one.
     
  8. Offline

    aerodraco

    Hey, guys

    Today I found out that it wasn't Sean (the player who can't build) himself, it was that region. I de-opped myself and I couldn't break anything. I disabled all of my plugins and the problem still persists.

    I don't have a world.yml, but I have groups.yml and users.yml
    groups.yml: http://pastebin.com/BHntgxCJ
     
  9. Offline

    PolarCraft

    Okay i see a few issues. One: "'modifyworld.*'" change it to "modifyworld.*". Two your spacing is off...
    Please refer to this example.
    Code:
    groups:
      Default:
        default: true
        permissions:
        - essentials.help
        - essentials.help.*
        - -essentials.help.factions
        - essentials.helpop
        - essentials.list
        - essentials.motd
        - essentials.rules
        - essentials.spawn
        - essentials.eco
        inheritance: []
        info:
          prefix: '&e'
          build: false
          suffix: ''
      Builder:
        default: false
        permissions:
        - essentials.home
        - essentials.me
        - essentials.msg
        - essentials.sethome
        - essentials.warp
        inheritance:
        - default
        info:
          prefix: '&2'
          build: true
          suffix: ''
    Or refer to the wiki. http://wiki.ess3.net/wiki/Group_Manager/Config
     
  10. Offline

    Necrodoom

    PolarCraft 'modifyworld.*' and modifyworld.* will parse as the same thing actually.
     
  11. Offline

    aerodraco

    Fixed the spacing, nothing changed.
     
  12. Offline

    MaliciousMan

Thread Status:
Not open for further replies.

Share This Page