Need help with setting up permissionsPlus

Discussion in 'Bukkit Help' started by goakiller900, Jun 19, 2011.

Thread Status:
Not open for further replies.
  1. so i got 7 groups

    banned 1
    Quests 2
    Builders 3
    AdvBuilders 4
    Mods5
    Ops 6
    Admins 7

    so i set
    /rankset GroupName 1-100+ world

    with all groups

    /rankset Admins 1-7+ world
    /rankset banned 1-1+ world
    ect ect ect

    or am i doing something wrong here ??/

    when i inputed al info its says there are stil not rank dfined
     
  2. Offline

    jtlcr777

    Are you doing all of this in-game? Why don't you just edit the groups.yml directly?
     
  3. did not even consider that

    Edit if i do that i need to edit every single user ??


    anyhow here user.yml how do i get permissions plugin to work with this :/
    i loved how its was simple just promote/demote way to complicated here

    Groups

    Code:
    groups:
        Banned:
            default: false
            info:
                prefix: ''
                suffix: '&0'
                build: false
            inheritance: null
            permissions:
            - commandbook.say
        Guests:
            default: true
            info:
                prefix: ''
                suffix: '&7'
                build: false
            inheritance: null
            permissions:
            - commandbook.spawn
            - commandbook.say.*
            - essentials.rules
            - essentials.motd
            - essentials.list
            - commandbook.who
            - commandbook.list
            - backtobody.btb
        Builders:
            default: false
            info:
                prefix: ''
                suffix: '&a'
                build: true
            inheritance:
            - Guests
            permissions:
            - lwc.protect
            - mothernature.command.help
            - mothernature.command.version
            - mothernature.command.sun
            - mothernature.command.umbrella
            - torchmissle.*
            - mcmmo.skills.*
            - mcmmo.ability.*
            - mcmmo.commands.party
            - mcmmo.commands.ptp
            - mcmmo.commands.whois
            - mcmmo.commands.ability
            - mcmmo.commands.myspawn
            - mcmmo.commands.setmyspawn
            - mcmmo.item.chimaerawing
            - ichat.colour
            - bukkitvote.vote.day
            - bukkitvote.vote.storm
            - bukkitvote.vote.night
            - essentials.help
            - essentials.portal
            - essentials.depth
            - essentials.getpos
            - mywarp.warp.basic.warp
            - mywarp.warp.basic.list
            - mywarp.warp.basic.welcome
            - mh.sethome
            - mh.home
            - mh.delhome
            - commandbook.motd
            - commandbook.msg
            - signColours.*
            - commandbook.clear
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.tphere
            - essentials.back
            - essentials.warp
            - essentials.setwarp
            - essentials.warp.list
            - essentials.setwarp
        AdvBuilders:
            default: false
            info:
                prefix: ''
                suffix: '&2'
                build: true
            inheritance:
            - Builders
            permissions:
            - mothernature.command.rain
            - magiccarpet.mc
            - mothernature.command.thunder
            - mothernature.command.lighting
            - bukkitvote.vote.kick
            - mywarp.warp.basic.*
            - commandbook.spawn
            - commandbook.teleport
        Mods:
            default: false
            info:
                prefix: ''
                suffix: '&9'
                build: true
            inheritance:
            - AdvBuilders
            permissions:
            - honeypot.*
            - mothernature.wand
            - AdminChat.*
            - IPGet.*
            - mcmmo.tools.mcrefresh
            - mcmmo.tools.mcgod
            - permissions.*
            - mcmmo.commands.setmyspawnother
            - bb.info
            - lwc.mod
            - mywarp.*
            - bukkitvote.vote.ban
            - bukkitvote.op.*
            - commandbook.more
            - commandbook.weather.*
            - commandbook.teleport.*
            - commandbook.clear.*
            - commandbook.whois.*
            - commandbook.bans.*
            - commandbook.kick
            - regions.*
            - worldedit.selection.*
            - autosave.*
        Ops:
            default: false
            info:
                prefix: ''
                suffix: '&b'
                build: true
            inheritance:
            - Mods
            permissions:
            - delayedstop.*
            - mcmmo.tools.mmoedit
            - bb.*
            - lwc.*
            - nocheat.notify
            - nocheat.p
            - nocheat.*
            - perfixer.*
            - worldedit.*
            - commandbook.more
            - commandbook.weather.*
            - commandbook.teleport.*
            - commandbook.clear.*
            - commandbook.whois.*
            - commandbook.bans.*
            - commandbook.kick
            - commandbook.ban
            - worldguard.region.*
            - worldguard.*
            - weather.*
            - motd.*
        Admins:
            default: false
            info:
                prefix: ''
                suffix: '&4'
                build: true
            inheritance: null
            permissions:
            - '*'
    Users
    Code:
    users:
        dutch:
            groups:
            - mods
            permissions:
        Herpina:
            groups:
            - Moderator
            permissions:
        goakiller900:
            groups:
            - Admins
            permissions:
        georgevveen:
            groups:
            - Builders
            permissions:
    
    the users are just some people who where there when i checked new settings
    and just eddited the files it self but with 100+ users that aint possible

    ofcourse this is not the full user list just a snap when i tried the new settings

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

    jtlcr777

    Put it into code, we cant see the spacing without it.
     
  5. Offline

    jtlcr777

    Code:
    groups:
        Banned:
            default: false
            info:
                prefix: ''
                suffix: '&0'
                build: false
            inheritance: null
            permissions:
                - 'commandbook.say'
        Guests:
            default: true
            info:
                prefix: ''
                suffix: '&7'
                build: false
            inheritance: null
            permissions:
                - 'commandbook.spawn'
                - 'commandbook.say.*'
                - 'essentials.rules'
                - 'essentials.motd'
                - 'essentials.list'
                - 'commandbook.who'
                - 'commandbook.list'
                - 'backtobody.btb'
        Builders:
            default: false
            info:
                prefix: ''
                suffix: '&a'
                build: true
            inheritance:
                - Guests
            permissions:
                - 'lwc.protect'
                - 'mothernature.command.help'
                - 'mothernature.command.version'
                - 'mothernature.command.sun'
                - 'mothernature.command.umbrella'
                - 'torchmissle.*'
                - 'mcmmo.skills.*'
                - 'mcmmo.ability.*'
                - 'mcmmo.commands.party'
                - 'mcmmo.commands.ptp'
                - 'mcmmo.commands.whois'
                - 'mcmmo.commands.ability'
                - 'mcmmo.commands.myspawn'
                - 'mcmmo.commands.setmyspawn'
                - 'mcmmo.item.chimaerawing'
                - 'ichat.colour'
                - 'bukkitvote.vote.day'
                - 'bukkitvote.vote.storm'
                - 'bukkitvote.vote.night'
                - 'essentials.help'
                - 'essentials.portal'
                - 'essentials.depth'
                - 'essentials.getpos'
                - 'mywarp.warp.basic.warp'
                - 'mywarp.warp.basic.list'
                - 'mywarp.warp.basic.welcome'
                - 'mh.sethome'
                - 'mh.home'
                - 'mh.delhome'
                - 'commandbook.motd'
                - 'commandbook.msg'
                - 'signColours.*'
                - 'commandbook.clear'
                - 'essentials.tpa'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.tphere'
                - 'essentials.back'
                - 'essentials.warp'
                - 'essentials.setwarp'
                - 'essentials.warp.list'
                - 'essentials.setwarp'
        AdvBuilders:
            default: false
            info:
                prefix: ''
                suffix: '&2'
                build: true
            inheritance:
                - Builders
            permissions:
                - 'mothernature.command.rain'
                - 'magiccarpet.mc'
                - 'mothernature.command.thunder'
                - 'mothernature.command.lighting'
                - 'bukkitvote.vote.kick'
                - 'mywarp.warp.basic.*'
                - 'commandbook.spawn'
                - 'commandbook.teleport'
        Mods:
            default: false
            info:
                prefix: ''
                suffix: '&9'
                build: true
            inheritance:
                - AdvBuilders
            permissions:
                - 'honeypot.*'
                - 'mothernature.wand'
                - 'AdminChat.*'
                - 'IPGet.*'
                - 'mcmmo.tools.mcrefresh'
                - 'mcmmo.tools.mcgod'
                - 'permissions.*'
                - 'mcmmo.commands.setmyspawnother'
                - 'bb.info'
                - 'lwc.mod'
                - 'mywarp.*'
                - 'bukkitvote.vote.ban'
                - 'bukkitvote.op.*'
                - 'commandbook.more'
                - 'commandbook.weather.*'
                - 'commandbook.teleport.*'
                - 'commandbook.clear.*'
                - 'commandbook.whois.*'
                - 'commandbook.bans.*'
                - 'commandbook.kick'
                - 'regions.*'
                - 'worldedit.selection.*'
                - 'autosave.*'
        Ops:
            default: false
            info:
                prefix: ''
                suffix: '&b'
                build: true
            inheritance:
                - Mods
            permissions:
                - 'delayedstop.*'
                - 'mcmmo.tools.mmoedit'
                - 'bb.*'
                - 'lwc.*'
                - 'nocheat.notify'
                - 'nocheat.p'
                - 'nocheat.*'
                - 'perfixer.*'
                - 'worldedit.*'
                - 'commandbook.more'
                - 'commandbook.weather.*'
                - 'commandbook.teleport.*'
                - 'commandbook.clear.*'
                - 'commandbook.whois.*'
                - 'commandbook.bans.*'
                - 'commandbook.kick'
                - 'commandbook.ban'
                - 'worldguard.region.*'
                - 'worldguard.*'
                - 'weather.*'
                - 'motd.*'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: '&4'
                build: true
            inheritance: null
            permissions:
                - '*'
    You needed to indent the permissions to the right.
     
  6. ?? the code i gave works just fine :p

    or is this new setup needed for the new permissions plus ??
     
  7. Offline

    jtlcr777

    Really? No its not a new setup, I was just following this: https://github.com/TheYeti/Permissions/wiki/Guide-to-creating-YAML-configs

    It had the permissions indented, which is the way I've always been doing it.
    But if your format works...then whats the problem?

    EDIT: I just tested it with and without indenting the permission nodes and both worked...I guess you learn something new everyday.
     
  8. my only problems was that i can not get the /promote /demote working
    with out defining ranks and when i do define ranks (i think i am doing it correct) it wont work either

    this due to the fact the normal permissions promote is to much of a hassle
    and permissions+ is/was a easy /promote demote



    i set them with
    /rankset GroupName 1-100+ world
    and then the plimit and dlimit but nothing works
     
  9. Offline

    jtlcr777

  10. yea iam forced now but with 100+ members its a bit of a hmm hassle so right now i am stil on the old one until i get what i am doing worng
     
  11. so anybody having ANY idea ?? i cant make heads or tails from this


    NVM figured it out 20 seconds after this by accident ^^
     
Thread Status:
Not open for further replies.

Share This Page