HELP WITH PERMISSIONS EX

Discussion in 'Bukkit Help' started by DrumMaster1111, Mar 11, 2012.

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

    DrumMaster1111

    I am having trouble with permissions on my server. If someone can just give me a the permissions to copy and paste I will make you mod on my server. I would like the following groups: Owner, CoOwner, HeadAdmin, Admin, Mod, VIP, Trusted, ProBuilder, and Builder. Btw, I have essentials and, world edit, and world guard.
     
  2. Offline

    jmcdude56

    Hmm... Here ya go. Btw, my minecraft is mochiman123. Copy and paste this into your permissions.yml
    Code:
    groups:
        Builder:
            default: true
            info:
                prefix: '&e'
                suffix: ''
                build: true
            inheritance:
            - Guest
            permissions:
            - (INSERT PERMS HERE)
            - (INSERT PERMS HERE)
            - (INSTER PERMS HERE)
    #Note DO NOT USE THE (    )
        Builder:
            default: false
            info:
                prefix: '&c'
                suffix: '&c'
                build: true
            inheritance:
            - Builder
            permissions:
            - (INSERT PERMS HERE)
            - (INSERT PERMS HERE)
        ProBuilder:
            default: false
            info:
                prefix: '&5'
                suffix: ''
                build: true
            inheritance:
            - ProBuilder
            permissions:
            - (INSERT PERMS HERE)
        Trusted:
            default: false
            info:
                prefix: '&a'
                suffix: ''
                build: true
            inheritance:
            - ProBuilder
            permissions:
            - (INSERT PERMS HERE)
        VIP:
            default: false
            info:
                prefix: '&3'
                suffix: ''
                build: true
            inheritance:
            - Trusted
            permissions:
            - (INSTER PERMS HERE)
        Mod:
            default: false
            info:
                prefix: '&2'
                suffix: ''
                build: true
            inheritance:
            - VIP
            permissions:
            - (INSTER PERMS HERE)
        Admin:
            default: false
            info:
                prefix: '&6'
                suffix: ''
                build: true
            inheritance:
            - Mod
            permissions:
            - (INSTER PERMS HERE)
        HeadAdmin:
            default: false
            info:
                prefix: '&b'
                suffix: ''
                build: true
            inheritance:
            - Admin
            permissions:
            - '*'
    #The * means all permissions
        CoOwner:
            default: false
            info:
                prefix: '&1'
                suffix: ''
                build: true
            inheritance:
            - HeadAdmin
            permissions:
            - '*'
        Owner:
            default: false
            info:
                prefix: '&4'
                suffix: ''
                build: true
            inheritance:
            - CoOwner
            permissions:
            - '*'
    users:
        mochiman123:
            permissions:
            groups:
            - (INSERT GROUP HERE)
    #Leave the permissions blank on the users unless you want them to have
    #extra permissions
    #The groups area is where you should put the player's group
    #You can delete the # if you like
    ###THERE WILL BE NO COLORS UNLESS YOU DOWNLOAD A COLOR PLUGIN###
    #Msg. me for more help :3
    #-mochiman123
     
  3. Offline

    DrumMaster1111

    Thanks alot. This really helped! My ip is 108.170.6.138:25602!
     
  4. Offline

    zipron

    I personnly thing copy-pasting someone permissions file is the lamest thing you can do.. What if you need to add some stuff? do you know how to? and I'm not sure but I think forum rules sais no caps in title and no rewards for solving problems...

    zip
     
  5. Offline

    DrumMaster1111

    Sorry about that. I didn't know that I wasn't allowed to do that and I just wanted to see how the file should be formatted.
     
  6. Offline

    zipron

    You're allowed to do it xD no problem with that, however, did you learn anything now? are you able to recreate a permission config now?

    zip =)
     
  7. Offline

    DrumMaster1111

    Yes, I didn't know how to format the file before. I just wanted to know where to put everything :D
     
  8. Offline

    jmcdude56

    Teh IP isn't working :(
     
  9. Offline

    DrumMaster1111

    Sorry about that. My server ins't up right now. I will have it back up soon.
     
  10. Offline

    Caelan_Cat

    Me and my friend are making a new server and we come along to this. we're like the worst coders in the world so me the co-owner go and search for permissions. i found this! You have saved our server! thank you so much. we'll be editing it abit. Thanks so much! i <3 you! (not seriously)
     
  11. Offline

    TheAJ471

    Ok. I think I get this now[diamond]! It wasn't working before but I think I learned how to fix it now. I also copied and pasted this but I changed some names of groups. I already knew how to add permissions to it. Also I learned how to make a group to! I made my own called Donatorten because eventually I will have donations for my server. I might possible add more like Donatorfifteen or Donatortwenty. If I did do this wrong please tell me. (Look below)

    Donateten:
    default: false
    info:
    prefix: '&3[&a$&3]
    suffix: ''
    build: true
    inheritance:
    - VIP
    permissions:
    - essentials.jumpto
    - essentials.jump
    - essentials.j
    - essentials.fly
    - modifyworld.*
    - essentials.rules
    - usb.island.create
    - usb.island.create
    - usb.island.sethome
    - usb.island.info
    - usb.island.topten
    - usb.party.create
    - usb.party.kick
    - usb.party.makeleader
    - usb.party.join
    - usb.island.challenges
    - essentials.spawn
    - essentials.warp
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.help
    - essentials.buy
    - essentails.sell
    - essentials.sethome.multiple.vip
    - essentials.home
    - essentials.msg
    - essentials.tell
    - essentials.r
    - essentials.warps
    - essentials.afk
    - essentials.kit
    - essentials.kits.tools
    - essentials.signs.use.*
    - essentials.signs.create.disposal
    - essentials.signs.create.mail
    - essentials.signs.create.protection
    - essentials.signs.create.trade
    - essentials.signs.break.disposal
    - essentials.signs.break.mail
    - essentials.signs.break.protection
    - essentials.signs.break.trade
    - essentials.balance
    - essentials.balancetop
    - essentials.pay
    - sg.arena.join
    - sg.arena.vote
    - sg.lobby.join
    - minigame.help
    - minigame.revert
    - minigame.sign.use
    - minigame.treasure.announce
    - minigame.list
     
Thread Status:
Not open for further replies.

Share This Page