Need Help| BukkitPermissions

Discussion in 'Bukkit Help' started by jasonsj10, Aug 2, 2011.

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

    jasonsj10

    I have gotten my permissions plugin working and everything but when this came out. I was like "i need to get this working" so i tried a translator. Well it was a fail it gave me a huge error code? Well i was wonderin if anyone could help me with this. they seem so much easier to use than the plugin. Thanks :D

    Permissions
    Show Spoiler

    Code:
    groups:
        Noob:
            default: true
            info:
                prefix: '&7Noob&f][&7'
                suffix: '&f'
                build: false
            inheritance:
            permissions:
            - essentials.list
            - essentials.spawn
            - essentials.rules
            - essentials.sethome
            - essentials.home
            - essentials.tpaccept
            - PressurePort.Use
            - lwc.protect
            - nocheat.speedhack
            - nocheat.moving
            - nocheat.flying
            - nocheat.fakesneak
            - nocheat.fastswim
            - nocheat.airbuild
            - nocheat.bogusitems
            - chaircraft.sit
        Beginner:
            default: false
            info:
                prefix: '&eBeginner&f][&e'
                suffix: '&f'
                build: true
            inheritance:
            - Noob
            permissions:
            - essentials.msg
            - essentials.mail
            - essentials.mail.send
            - essentials.me
            - essentials.suicide
            - essentials.help
            - essentials.motd
            - essentials.back
            - essentials.back.ondeath
            - essentials.helpop
            - essentials.afk
            - essentials.ping
            - falsebook.blocks.*
            - essentials.kit
            - essentials.kit.tools
            - creativegates.use
            - falsebook.blocks.hiddenswitch
            -
        Follower:
            default: false
            info:
                prefix: '&3Follower&f][&3'
                suffix: '&f'
                build: true
            inheritance:
            - Beginner
            permissions:
            - essentials.tpa
            - essentials.chat.color
            - essentials.warp
            - essentials.warp.list
            - essentials.signs.use.disposal
        Builder:
            default: false
            info:
                prefix: '&2Builder&f][&2'
                suffix: '&f'
                build: true
            inheritance:
            - Follower
            permissions:
            - essentials.clearinventory
            - essentials.item
            - essentials.tpahere
            - textplayer.text
            - textplayer.textadmin
            - textplayer.free
            - falsebook.blocks.hiddenswitch.create
            - falsebook.ic.detection
        Architect:
            default: false
            info:
                prefix: '&6Architect&f][&6'
                suffix: '&f'
                build: true
            inheritance:
            - Builder
            permissions:
            - essentials.tp
            - essentials.jump
            - essentials.unlimited
        Police:
            default: false
            info:
                prefix: '&9Police&f][&9'
                suffix: '&f'
                build: true
            inheritance:
            - Architect
            permissions:
            - essentials.god
            - essentials.tp
            - essentials.ban
            - essentials.banip
            - essentials.whois
            - bb.admin.info
            - jail.command.jail
            - vanish.vanish
        FBI:
            default: false
            info:
                prefix: '&9F&f&4B&f&9I&f][&c'
                suffix: '&f'
                build: true
            inheritance:
            - Police
            permissions:
            - IPNotify.*
            - worldedit.*
            - essentials.tphere
            - essentials.weather
            - essentials.broadcast
            - essentials.nick
            - essentials.time
            - essentials.clearinventory.others
            - worldguard.region.define.*
            - bb.admin.*
            - falsebook.anyic
            - OpenInv.*
            - vanish.poof
        Titan:
            default: false
            info:
                prefix: '&1Titan&f][&9'
                suffix: '&f'
                build: true
            inheritance:
            - FBI
            permissions:
            - jail.command.*
            - worldguard.*
            - essentials.*
            - prefixer.*
            - IPNotify.*
            - vanish.vanish
            - AdminChat.everything
            - simplesignedit.*
            - SpamControl.*
            - slap.slap
            - creativegates.*
            - lwc.*
            - vanish.list
            - vanish.nopickup
            - vanish.nopickup.list
            - vanish.noaggromobs
            - nocheat.*
            - OpenInv.*
        God:
            default: false
            info:
                prefix: '&4God&f][&4'
                suffix: '&f'
                build: true
            inheritance:
            permissions:
            - '*'[SPOILER/]
    
    Players (I did Admin Only!)
    Code:
    users:
    
        LuckyMan221:
            permissions:
            groups:
            - Titan
        Jasonsj10:
            permissions:
            groups:
            - God
        Hmongbo1:
            permissions:
            groups:
            - Titan
    
    Question?
    How do i do spoilers tabs?

    Bump

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  2. Offline

    nala3

    lol then all you need say is "bump" XD anywho, Please post the actual error from the console :) Just saying its broken doesnt help
     
  3. Offline

    jasonsj10

    Okay, Will do. How do i make it a Spoiler so the hole post isnt just one code?
     
  4. Offline

    Kiwii

    Code:
    [SPOILER=some title of spoiler]long info[/SPOILER]
    Will look like this:
    some title of spoiler (open)
    long info
     
  5. Offline

    Pr0Failure

    LOL, I hate when I make mistakes like this...
    This is what you did wrong....
    Code:
    users:
    this extra line/space totally shouldn't be here lmfao.
        LuckyMan221:
            permissions:
            groups:
            - Titan
        Jasonsj10:
            permissions:
            groups:
            - God
        Hmongbo1:
            permissions:
            groups:
            - Titan
     
  6. Offline

    jasonsj10

    Really? Are you serus?
     
  7. Offline

    Pr0Failure

    Yea pretty much lol.

    Edit: Also at the end of "Begginner"'s nodes, you have an extra - empty node there that can screw up some stuff, get rid of that extra - also.
     
Thread Status:
Not open for further replies.

Share This Page