[Essentials] GroupManager Help

Discussion in 'Bukkit Help' started by shane3x, Feb 24, 2011.

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

    shane3x

    According to the general essentials config, placing commands under the restricted section is no good if you have permissions installed. I configured my group managers data.yml to

    Code:
    users:
      shane3x:
        permissions: [essentials.god]
        group: Admins
    groups:
      Default:
        default: true
        permissions: [essentials.spawn, essentials.motd, essentials.help, essentials.home,
          essentials.sethome]
        inheritance: []
        info:
          prefix: [Guest]
          build: false
          suffix: ''
      Admins:
        default: false
        permissions: []
        inheritance: [Moderator]
        info:
          prefix: [Lord]
          build: true
          suffix: ''
      Moderator:
        default: false
        permissions: [essentials.tp, essentials.tphere, essentials.item, essentials.give]
        inheritance: [Default]
        info: {prefix: '', build: true, suffix: ''}
    plugin:
      permissions: {system: default}
    and new people logging in have the [Guest] prefix so it appears to work. From what I understand if a command is not specifically listed for the group in the permissions field that group should not have access to it. For some reason though guests can use seemingly any command such as /god.

    I would appreciated any assistance. If you need additional information in order to help me out please let me know.
     
  2. Offline

    DIENER

    What CraftBukkit build are you using?
    Do you still have Permissions installed?
     
  3. Offline

    shane3x

    I am using build git-Bukkit-0.0.0-443-g8f199f7-b423jnks (MC: 1.2_01)

    I no longer have permissions installed, I'm using the fakepermissions.jar
     
  4. Offline

    DIENER

    I tried your data.yml and it is working fine for me with CraftBukkit 438. I don't have access to any command like /god just /motd, /help etc. You can try the CaftBukkit build I am using and see if it still happen.

    Edit: I know what the problem is and that is the CraftBukkit build you are using anything lower than 424 have a bug that make everyone OP.
    CraftBukkit 424
    Changes:
    Fix for isOp
     
  5. Offline

    shane3x

    So all I have to do is download that file, replace it in my CB folder. Start/stop/reload server and good to go? Hopefully it doesn't break stuff =/

    Thanks for your help.
     
  6. Offline

    Bakies

    People in my server say that when they place a block that they recieve message that they have insufficient privlidges after promoting them from a non-builder group.

    Also they do not recieve any additional commands.

    when i use commands to add/del a suffix/prefix it does not change
     
Thread Status:
Not open for further replies.

Share This Page