Problem with permissions.yml in craftbukkit v1153

Discussion in 'Bukkit Help' started by Aestrion, Sep 20, 2011.

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

    Aestrion

    Hi,

    I tried to update my minecraft server from minecraft 1.8 to craftbukkit 1.8 but I have a problem, before on 1.7 version of Minecraft I was using the permissions and it work just fine but with the version 1153 of craftbukkit permissions.yml is now built in craftbukkit so I've copyed my permissions.yml into the new but it doesn't work.

    The permissions.yml file looks like that :

    Code:
    groups:
        Joueur:
            default: true
            info:
                prefix: '§2'
                suffix: '§2'
                build: true
            inheritance: null
            permissions:
            - essentials.spawn
            - essentials.list
            - essentials.help
            - essentials.motd
            - essentials.rules
            - essentials.msg
            - essentials.helpop
            - lwc.protect
            - essentials.portal
            - iconomy.payment
            - iconomy.access
            - iconomy.list
            - iconomychestshop.shop.create
            - iconomychestshop.shop.buy
            - iconomychestshop.shop.sell
            - elevators.builder
            - elevators.advancedbuilder
            - elevators.operator
            - essentials.suicide
            - dropchest
            - dropchest.create
            - dropchest.remove
            - dropchest.filter
            - tombstone.use
            - tombstone.freechest
            - tombstone.large
            - tombstone.lwc
            - tombstone.sign
            - tombstone.freesign
            - tombstone.quickloot
            - tombstone.cmd.tomblist
            - WirelessRedstone.*
            - tombstone.cmd.tombfind
            - lwc.protect
        Admins:
            default: false
            info:
                prefix: '§9'
                suffix: '§9'
                build: true
            inheritance: Joueur
            permissions:
                - '*'
        Visiteur:
            default: false
            info:
                prefix: '§1'
                suffix: '§1'
                build: false
            inheritance: null
            permissions:
                - 'null'
    
    users:
        Aestrion:
            group: Admins
        Lordnight74:
            group: Admins
        Cyanur13:
            group: Admins
    I have not found any mistake in the file but the serv act like it doesn't exist. Does someone have an explanation ?

    Thanks for your time
     
  2. Offline

    LukeJ

    Code:
            - WirelessRedstone.*
    That part is your problem I believe
     
  3. Offline

    Aestrion

    why ? Oo
     
  4. Offline

    TheGurw

    replace
    Code:
    §
    with
    Code:
    &
    replace
    Code:
            permissions:
                - '*'
    with
    Code:
            permissions:
            - essentials.*
            - lwc.*
            - iconomy.*
            - iconomychestshop.*
            - elevators.*
            - dropchest.*
            - tombstone.*
            - wirelessredstone.*
    and fix the incomplete permission you have in your 'Joueur' rank.
    Code:
            - dropchest
    if that doesn't work then i'm stumped.

    also, i'm assuming you're using the native bukkit permissions and not a permissions plugin. if that is not the case then you will need to ask for help on the plugin page.

    the native bukkit permissions require a separate permission node for every plugin you have. there is no full wildcard (- '*').
     
  5. Offline

    codename_B

    Permissions.yml will not work on its own without a superperms manager.
     
  6. Offline

    Aestrion

    Thank you TheGurw I will try that and yes I am using the native bukkit permissions. Codename_B I've read that but could you tell me which is the best superperms manager please ?
     
  7. Offline

    Killburner

    I can predict with 100% certainty, he will say bPermissions ;) This happens to be my recommendation as well.
     
    codename_B likes this.
  8. Offline

    codename_B

    Heh, there are other options out there :p but yes I actively support and promote bPermissions.
     
  9. Offline

    Aestrion

    He seems to read in your mind ! xP I haven't seen that you are the bPermissions developer ^^ It is starting to work but now I have an other problem, the permissions are fine but all people (even the admins) can't place or destroy blocks.
    My .yml file looks like that :
    Code:
    default: joueur
    players:
        vince29710:
        - joueur
        Alyos:
        - joueur
        xerode35:
        - joueur
        Byan34:
        - joueur
        Aestrion:
        - admin
        Rhinn:
        - joueur
        lordnight74:
        - admin
        aestrion:
        - admin
        cyanur13:
        - admin
    groups:
        joueur:
        - bPermissions.build
        - ChestShop.shop.buy
        - dropchest.filter.set
        - bukkit.broadcast.user
        - iConomy.user
        - ChestShop.shop.create.(itemID)
        - dropchest.create
        - lwc.protect
        - dropchest.protect
        - tombstone.cmd.tombfind
        - lwc.create.*
        - dropchest.filter
        - dropchest.use
        - tombstone.freesign
        - bukkit.command.say
        - tombstone.lwc
        - bukkit.command.tell
        - ChestShop.shop.sell.(itemID)
        - tombstone.sign
        - tombstone.use
        - lwc.create.private
        - bukkit.command.list
        - dropchest.list
        - dropchest.destroy
        - iConomy.payment
        - iConomy.help
        - bukkit.command.help
        - ChestShop.shop.sell
        - ChestShop.shop.create
        - lwc.create.public
        - tombstone.large
        - essential.command.sethome
        - essential.command.home
    
        admin:
        - bPermissions.build
        - bPermissions.admin
        - prefix.Admin
        - suffix.
        - iConomy.accounts.create
        - lwc.flag.redstone
        - ChestShop.shop.buy
        - dropchest.filter.set
        - bukkit.broadcast.admin
        - iConomy.accounts.remove
        - bukkit.broadcast.user
        - iConomy.accounts.status.set
        - iConomy.plus
        - iConomy.holdings
        - bukkit.command.unban.player
        - lwc.flag.*
        - bukkit.command.whitelist.reload
        - iConomy.user
        - ChestShop.shop.create.(itemID)
        - lwc.modify
        - dropchest.which
        - bukkit.command.op.take
        - dropchest.create
        - lwc.*
        - lwc.protect
        - ChestShop.shop.*
        - bukkit.command.gamemode
        - bukkit.command.whitelist.add
        - bukkit.command.kick
        - iConomy.accounts.give
        - lwc.mode.*
        - bukkit.command.unban
        - bukkit.command.unban.ip
        - dropchest.remove
        - iConomy.accounts.take
        - ChestShop.*
        - bukkit.command.ban.ip
        - lwc.mod
        - dropchest.protect
        - tombstone.cmd.tombfind
        - bukkit.command.me
        - bukkit.command
        - lwc.create.*
        - bukkit.command.give
        - users
        - dropchest.filter
        - ChestShop.shop.buy.(itemID)
        - tombstone.cmd.tombreset
        - bukkit.command.save.disable
        - dropchest.use
        - iConomy.accounts.set
        - bukkit.command.save.enable
        - iConomy.accounts.empty
        - bukkit.command.whitelist.list
        - dropchest.moderator
        - tombstone.freesign
        - lwc.allcommands
        - bukkit.command.whitelist.disable
        - bukkit.command.say
        - bukkit.command.save
        - iConomy.accounts.*
        - lwc.remove
        - ChestShop.mod
        - bukkit.command.whitelist.remove
        - bukkit.command.stop
        - tobmstone.freechest
        - bukkit.command.whitelist
        - craftbukkit
        - lwc.flag.magnet
        - lwc.allmodes
        - tombstone.lwc
        - bukkit.command.tell
        - ChestShop.shop.sell.(itemID)
        - tombstone.sign
        - lwc.mode.droptransfer
        - tombstone.use
        - lwc.create.private
        - iConomy.holdings.others
        - bukkit.command.kill
        - bukkit.command.version
        - dropchest.teleport
        - bukkit.command.ban
        - bukkit.command.list
        - lwc.mode.persist
        - spawnmob.moblist
        - dropchest.radius.set
        - bukkit.command.teleport
        - bukkit.command.time.add
        - bukkit.command.ban.player
        - bukkit.command.whitelist.enable
        - ChestShop.admin
        - lwc.create.password
        - dropchest.filter.reset
        - dropchest.list
        - dropchest.destroy
        - iConomy.payment
        - bukkit.command.plugins
        - iConomy.accounts.status
        - bukkit.command.save.perform
        - dropchest.radius.setBig
        - iConomy.help
        - bukkit.command.help
        - bukkit.command.op
        - lwc.unlock
        - spawnmob.spawnmob
        - bukkit.broadcast
        - bukkit.command.time.set
        - ChestShop.shop.sell
        - bukkit.command.time
        - ChestShop.shop.create
        - lwc.allflags
        - lwc.create.public
        - lwc.info
        - lwc.deny
        - lwc.admin
        - tombstone.cmd.tomblist
        - tombstone.quickloot
        - iConomy.accounts.purge
        - tombstone.admin
        - iConomy.*
        - groups
        - bukkit.command.op.give
        - bukkit.command.reload
        - tombstone.large
    
    Problem solved, it was an essentials.protect problem. Thank you for your help ! :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  10. hey all i have a little problem

    i want the code so i can put water/lava op and set it again can anyone help me?
     
Thread Status:
Not open for further replies.

Share This Page