bPermissions - .getSuffix();

Discussion in 'Plugin Development' started by tschagg, Mar 7, 2013.

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

    tschagg

    hi guys

    i wanna ask, if its possible to add .getSuffix(); with bPermission?
    i've done it with PEX earlier with the help from the api page from PEX.
    but with bPermission, i havent found something like this.

    can you help me?
     
  2. Offline

    bleachisback

    That is something that you have to take up with the author of bPerms, as groups and suffixes are not supported by Bukkit.
     
  3. Offline

    Sayshal

  4. Offline

    codename_B

    https://github.com/codename-B/bPerm.../bananaco/bpermissions/api/ApiLayer.java#L193

    Code:
    public String getSuffix(Player player) {
       return ApiLayer.getValue(player.getWorld().getName(), CalculableType.USER, player.getName(), "suffix");
    }
    
    Does this help?
     
  5. Offline

    tschagg

Thread Status:
Not open for further replies.

Share This Page