Need help with PermissionsEX

Discussion in 'Bukkit Help' started by Kiateatsyou, Aug 30, 2011.

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

    Kiateatsyou

    Some of my plugins, mainly LC(level craft) doesn't work on my server, probably due to my permissions.
    I put ALL the LC files into my 'Plugins' folder.

    This is how i scripted it (I used the command prompt window [pex group add lc.level.*(or something like that)])

    Code:
    groups:
        default:
            default: true
            options:
                rank: '1000'
            permissions:
            - essentials.afk
            - essentials.compass
            - essentials.info
            - essentials.list
            - essentials.mail.*
            - essentials.me
            - essentials.suicide
            - essentials.rules
            - essentials.tpdeny
            - essentials.tphere
            - essentials.tpaccept
            - essentials.tpa
            - essentials.tp
            - essentials.sethome
            - essentials.home.others
            - essentials.home
            - essentials.delhome
            - essentials.back.*
            - essentials.spawn
            - essentials.help.*
            - god.all
            - titan.all
            - demigods.warp
            - demigods.forsake
            - seats.sit
            - runecraft.rune.*
            - torcharrow.*
            - thewerewolf.becomeinfected
            - thewerewolf.infectother
            - thewerewolf.cure
            - thewerewolf.togglewerewolf
            - teslacoil.reload
            - teslacoil.use
            - hungry.player.food.list
            - hungry.player.food
            - hungry.player.hunger.check
            - hungry.player.hunger
            - hookshot.use
            - modifyworld.*
            - lv.shout
            - lc.level.*
            - magicspells.grant.lifewalk
            - magicspells.grant.lightwalk
            - magicspells.grant.gills
            - magicspells.grant.gate
            - magicspells.grant.zap
            - magicspells.grant.prayer
            - magicspells.grant.leap
            - magicspells.teach.*
            - magicspells.cast.*
            - magicspells.grant.heal
            - magicspells.grant.recall
            - magicspells.grant.mark
            - magicspells.grant.build
            - magicspells.grant.bind
            - magicspells.grant.spellbook
            - magicspells.grant.teach
            - magicspells.grant.help
            - magicspells.grant.list
            - magicspells.learn.*
            - Modifyworld.*
        Member:
            permissions:
            - firelord.shovel
            - firelord.axe
            - firelord.pick
            - firelord.helmet
            - firelord.boots.overwater
            - firelord.boots.firestep
            - firelord.sword
            - firelord.armor
            - armageddon.guns.*
            - armageddon.grenades.*
            - armageddon.toggle
            - armageddon.configure
            - armageddon.display
            - magicspells.grant.wall
            - magicspells.grant.telekinesis
            - magicspells.grant.pain
            - magicspells.grant.forcepush
            - magicspells.grant.entomb
            - magicspells.grant.drainlife
            - magicspells.grant.confusion
            - magicspells.grant.combust
            - magicspells.grant.blink
            - inventorySave.use
            inheritance:
            - default
            options:
                rank: '900'
        Regular:
            permissions:
            - magicspells.grant.*
            inheritance:
            - Member
            options:
                rank: '800'
        owner:
            permissions:
            - '*'
            options:
                rank: '1'
        Admins:
            permissions:
            - '*'
            options:
                rank: '2'
        members:
            permissions:
            - movecraft.boat.info
            - movecraft.boat.sail
            - movecraft.car.*
            - movecraft.aircraft.*
            - magicspells.grant.summon
            - magicspells.grant.sun
            - magicspells.grant.flamewalk
            - magicspells.grant.frostwalk
            - magicspells.grant.stealth
            - magicspells.grant.safefall
            - magicspells.grant.minion
            - magicspells.grant.carpet
        VIP:
            inheritance:
            - Regular
            options:
                rank: '500'
        Operator:
            options:
                rank: '3'
    users:
        Dad:
            group:
            - Member
        Alvinczr:
            group:
            - Member
        AhJia:
            group:
            - Member
        Kiat:
            group:
            - Regular
    
    

    You can take a look at my server too if your interested and if it could help.
    <Edit by Moderator: Redacted mediafire url>
     
    Last edited by a moderator: Nov 12, 2016
  2. Offline

    codename_B

     
    Last edited by a moderator: Nov 12, 2016
  3. Offline

    ImminentFate

    please, I would highly recommend that you forget about PermissionsEX and move towards bukkit's inbuilt permissions system. Look at the person above my post: @codename_B
    He has made a very (very) good plugin called bPermissions, which i would recommend you switch to. Or, you could switch to PermissionsBukkit, but either way, PermissionsEX and P3 are no longer going to be developed further (I think), so a switc is recommended
     
  4. Offline

    codename_B

    That would also work.
     
  5. Offline

    bassfader

    @Kiateatsyou Please post your configuration in code tags so we can read it properly, or like @codename_B said ask on the Pex thread for further help.


    Wuut? Where did you get that from? First, PermissionsEx is Bukkit Perms (aka SuperPerms) compatible:
    Code:
    Current features
    1. Bukkit Permissions (SuperPerms) compatible.
    ...
    Also I've never ever read anything about PermissionsEx beeing discontinued... Please correct me if I am wrong so I can move to another plugin (with reference please :p).

    You are right about Permissions, it is discontinued, but PermissionsEx is one of the 3 currently available (and good) SuperPerms compatible plugins I know of: PermissionsBukkit, PermissionsEx & bPermissions
     
  6. Offline

    ImminentFate

    :confused: You're joking... I spent all those hours learning how to configure SuperPerms because i thought PEX was dicontinued... Well, I think I will be going back to PEX! (I hate some of my resources... Thank you shady thread post)
     
  7. Offline

    Kiateatsyou

    Could you please explain how bperms is worked? ><
     
  8. Offline

    codename_B

    What are you struggling to understand?
     
  9. Offline

    Kiateatsyou

    My disappointing stupidity is refusing to tell me what I did wrong with my permissions coding and I have to seek help from the professionals at bukkit forum's help section.
    For now, how do I post my configuration in code tags so you guys can read it easier, and mind telling me what I did wrong so I won't screw up again in the future? (LevelCraft does not work, same goes for werewolf.toggle)

    Any help? :( @codename_B @bassfader @ImminentFate

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

    ImminentFate

    so, is it just the lc plugin that doesnt work?
     
  11. Offline

    Kiateatsyou

    Yeps.
    @ImminentFate
    werewolf.toggle doesn't work either.
     
  12. Offline

    bassfader

    What exactly doesn't work? Does it tell you that you "do not have the permissions to use this command" (or something similar) or will it just not work?

    Could you also please post your server log, including startup and once you try to run the command?

    EDIT: Also which permissions system are you using currently? (Cause The Werewolf plugin seems like it doesn't support SuperPerms yet, so you'd need some kind of bridge - which is included in PEX for example)
     
  13. Offline

    ImminentFate

    maybe the plugins aren't compatible? because if only a few plugins don't work, then there is a problem with the plugin, not permissions
     
Thread Status:
Not open for further replies.

Share This Page