Can't get capes working with groups #5


  • New
  • Other
Open
  • _ForgeUser8735919 created this issue Jun 27, 2012

    Hi,
    I like iSkin and appreciate your work on the plugin.
    On my server there are 3 different races, which should be easily identified by different capes (one cape for each race).
    I tried to figure out how I can get groups working, but it just doesn't seem to work. (No capes on the players of the race)

    YAML Capes.yml:

    or (preferred)

    MySQL Table 'GroupCapes':
    INSERT INTO `secret_database`.`GroupCapes` (`group_name`, `url`) VALUES ('member', 'http://static.spout.org/img/cape/hd/1024x512/dr_doom_ff.png');
    

    The player is in the permission group 'member' (PEX) and has got the permission: iskin.group.member, is neither OP nor got the * permission as seen multiple times in your code:

    if(sp.hasPermission("iskin.group." + group) && (!sp.hasPermission("*") || !sp.isOp()))
    

    Capes added via PlayerCapes work perfectly.
    The server is fully stopped while changing the configs.
    I can't tell whether this is a bug or I just can't figure it out.
    Help would be appreciated.
    Using iSkin v4.2.2b

  • _ForgeUser8735919 added the tags New Other Jun 27, 2012
  • _ForgeUser8735919 edited description Jun 27, 2012

To post a comment, please login or register a new account.