Cant place or destroy blocks

Discussion in 'Bukkit Help' started by Asianchickenisha, Jul 12, 2011.

Thread Status:
Not open for further replies.
  1. I can't place or destroy blocks and I am no where near the spawn and I am the admin.

    Plugins:
    Big Brother
    Magic
    Multiverse
    Permissions

    Global Groups:
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: '[Guest]'
                suffix: ''
                build: false
            inheritance:
        Member:
            default: false
            info:
                prefix: '[Member]'
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'warpplugin.warp'
                - 'econplugin.basic.*'
        Moderator:
            default: false
            info:
                prefix: '[Mod]'
                suffix: ''
                build: true
            inheritance:
                - Member
            permissions:
                - 'modplugin.ban'
                - 'modplugin.kick'
                - 'modplugin.unban'
        Admins:
            default: false
            info:
                prefix: '[Admin]'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    
    Global Users:
    Code:
    users:
        Asianchickenisha:
            groups:
            - Admins
            permissions:
        texansfan74:
            groups:
            - Member
            permissions:
        Saint_ManCherry:
            groups:
            - Member
            permissions:
        NewGuy:
            groups:
            - Guest
        ray9ohio:
            groups:
            - Member
        Derpina:
            groups:
            - Member
    
    Storage config:
    Code:
    permissions:
        storage:
            type: YAML
    My operating system is Windows 7 ultimate 64bit
    Also I can place and destroy blocks in my other world.
     
  2. Offline

    LiamFrazer

    I don't know if it would effect anything in particular but I would try the code below for your user file, I don't believe it will solve the issue but it's worth trying it.

    Code:
        Asianchickenisha:
            info:
            permissions:
            groups:
            - Admins
     
  3. Offline

    jtlcr777

    Maybe its multi-verse then.
    But before you tinker around with that, try using the world-specific folders first. On the permissions thread it says not to use the globals.

    DO NOT USE GLOBAL CONFIGS FOR NOW
    --- Permissions 3 thread
     
    Asianchickenisha likes this.
  4. Thanks that worked
     
Thread Status:
Not open for further replies.

Share This Page