[Solved] What am i doing wrong with permissions ?

Discussion in 'Bukkit Help' started by X3Z, Apr 28, 2011.

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

    X3Z

    Hi all,

    i got a new and fresh install of bukkit 733 and it works great.
    Now i added the permissions plugin to the plugins directory and edited the config 'world.yml' to my liking and it says this when starting.


    Code:
    23:30:53 [INFO] Starting minecraft server version Beta 1.5_02
    23:30:53 [INFO] Loading properties
    23:30:53 [INFO] Starting Minecraft server on *:25565
    23:30:53 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-700-
    gf3ae4c3-b733jnks (MC: 1.5_02)
    23:30:53 [INFO] Preparing level "world"
    23:30:53 [INFO] Preparing start region
    23:30:54 [INFO] [Permissions] (Phoenix) was Initialized.
    23:30:54 [INFO] [Permissions] version [2.7.1] (Phoenix)  loaded
    23:30:54 [INFO] Done (0.094s)! For help, type "help" or "?"
    So everything looks fine ? This is how my config looks like:

    Code:
    plugin:
        permissions:
            system: default
            copies:
    
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
        Member:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Member
            permissions:
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    
    users:
        yadayada:
            group: Admins
            permissions:
    
    so when logging in as 'yadayada' i suspect that i will belong to the Admin group, and have the '*' permissions, that said, have access to everything.

    Why come that i can't do the /pr -reload all command then ?

    Would be glad for an answer to this.

    Btw it doesn't work even if i got an empty ops.txt.
     
  2. Offline

    klutch2013

    you can't administrate the normal vanilla commands using the permissions plugin. that can only be administrated by using the ops.txt file.
     
  3. Offline

    X3Z

    Oh, i thought the /pr -reload all command was a short for /permissions -reload all, not a vanilla command.

    Anyone confirm this ?
     
  4. Offline

    Godspeed

    Code:
    "/permissions -reload all"
    the command is part of permissions. do you get any error when using the command(maybe in the console) or just nothing?
     
  5. Offline

    X3Z

    I get the response in game that i don't have permission to do that. Nothing in console.
     
  6. Offline

    XLawless BaronX

    add your self to OP file but you also may have to add permissions to the permission YMl so that when Default users get in they cant use the Admin commands or give commands if you have Essentials or any other plugins
     
  7. Offline

    X3Z

    Sure i can add myself to the op file but that won't solve my issue with permissions. If you look at my permissions yml in the first post, you'll se that default users don't have any permission at all, they can't even build. And my user got '*' permission. Thanks for the response but it doesn't solve my problem.
     
  8. Offline

    rcjrrjcr

    Did you update to 2.7.2?
     
  9. Offline

    XLawless BaronX

    Update and set permissions man
     
  10. Offline

    X3Z

    Duh, havn't noticed that a new version is out.. Yes my permissions works with the new version, thanks..
     
Thread Status:
Not open for further replies.

Share This Page