Permissions Problem?

Discussion in 'Bukkit Help' started by Gate001, Jul 24, 2011.

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

    Gate001

    Ok i have installed permissions plugin and looked up how to set it up. But there is something else wrong. I cant place or destroy blocks, and I have my user, Gate001, setup as an admin, and it still did not work. I tried changing the default group to be able to place and destroy blocks setting to true, but that didnt work either. Ill post my code here

    Global Groups:
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
        Member:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'warpplugin.warp'
                - 'econplugin.basic.*'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Member
            permissions:
                - 'modplugin.ban'
                - 'modplugin.kick'
                - 'modplugin.unban'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    Global Users:
    Code:
    users:
        Gate001:
            groups:
            - Admins
            permissions:
        FriendA:
            info:
                prefix: '&4[~Alice~]&f'
            groups:
            - Moderator
            permissions:
        FriendB:
            groups:
            - Moderator
            permissions:
            - warpplugin.manage.*
        NewGuy:
            groups:
            - Guest
        Herpina:
            groups:
            - Member
        Derpina:
            groups:
            - Member
     
  2. Offline

    superboy25

    im having the same kind of problem but its only my friends who cant build well only one friend can do everything and the other one can build but cant to most commands and my last friend can build and cant do most commands
    i was goin to make the server public but now i need to fix the problem for my friends =L
     
  3. Offline

    ty90012

    Questions for ya:

    1. Are you a legal minecraft player or are you running lan or logged in somewhere else?
    2. Did you try placing your globals into the world files?
     
  4. Offline

    Coarse

    afaik, global users and groups are somewhat not working,
    instead of using global users and groups, use the one inside the folders (the one with your world name) and edit them one by one.
     
Thread Status:
Not open for further replies.

Share This Page