Inventory not being recoveredNot An Issue
{
  "Give default items upon respawn if the players is having items restored": false,
  "Can drop active item on death": false,
  "Percentage of total items lost (Permission Name | Percentage)": {
    "restoreupondeath.default": {
      "Belt": 100.0,
      "Wear": 100.0,
      "Main": 100.0
    },
    "restoreupondeath.regular": {
      "Belt": 75.0,
      "Wear": 75.0,
      "Main": 75.0
    },
    "restoreupondeath.vip": {
      "Belt": 0.0,
      "Wear": 0.0,
      "Main": 0.0
    },
    "restoreupondeath.admin": {
      "Belt": 0.0,
      "Wear": 0.0,
      "Main": 0.0
    },
    "restoreupondeath.elite": {
      "Belt": 55.0,
      "Wear": 55.0,
      "Main": 55.0
    },
    "restoreupondeath.legend": {
      "Belt": 15.0,
      "Wear": 15.0,
      "Main": 15.0
    }
  },
  "Version": {
    "Major": 0,
    "Minor": 2,
    "Patch": 0
  }
}

im owner and permission for player:

restoreupondeath.default, restoreupondeath.admin , restoreupondeath.vip, restoreupondeath.elite

when i die, i don't recocery my sutff completly...

You are only supposed to give yourself 1 permission
The permissions are given to the groups then after a certain number of hours, the player is added to the group (elite, legend etc ...)

so would it be possible to have compatibility with the PlayerRankings plugin please?
Locked automatically