You can create as many ranks as you would like by editing the config file directly. Look for the XPerience.json config file on your server in the "oxide/config/" folder. Most server hosts allow you to edit files directly using their file manager in the server control panel. Once opened, look for the section shown below:

"ranks": {
      "0": {
        "name": "Newbie",
        "sig": "",
        "image": "https://i.imgur.com/i6M4ZmV.png",
        "group": "Newbies",
        "description": "Starting rank for all new players"
      },
      "1": {
        "name": "Airman",
        "sig": "〘AMN〙",
        "image": "https://i.imgur.com/E0NeO2R.png",
        "group": "Airmans",
        "description": "1st rank achieved when reaching max level"
      },
      "2": {
        "name": "Airman First Class",
        "sig": "〘A1C〙",
        "image": "https://i.imgur.com/wYL15FW.png",
        "group": "AirmanFirstClass",
        "description": ""
      },
      "3": {
        "name": "Senior Airman",
        "sig": "〘SRA〙",
        "image": "https://i.imgur.com/egqFVW5.png",
        "group": "SeniorAirman",
        "description": ""
      },
      "4": {
        "name": "Staff Sergeant",
        "sig": "〘SSGT〙",
        "image": "https://i.imgur.com/pL6jbXM.png",
        "group": "StaffSergeant",
        "description": ""
      },
      "5": {
        "name": "Technical Sergeant",
        "sig": "〘TSGT〙",
        "image": "https://i.imgur.com/XrtmWAn.png",
        "group": "TechnicalSergeant",
        "description": ""
      },
      "6": {
        "name": "Master Sergeant",
        "sig": "〘MSGT〙",
        "image": "https://i.imgur.com/muYU6lf.png",
        "group": "MasterSergeant",
        "description": ""
      },
      "7": {
        "name": "First Sergeant",
        "sig": "〘1stSGT〙",
        "image": "https://i.imgur.com/1OJ2zso.png",
        "group": "FirstSergeant",
        "description": ""
      },
      "8": {
        "name": "Senior Master Sergeant",
        "sig": "〘SMSGT〙",
        "image": "https://i.imgur.com/zmNiE20.png",
        "group": "SeniorMasterSergeant",
        "description": ""
      },
      "9": {
        "name": "Senior First Sergeant",
        "sig": "〘S1stSGT〙",
        "image": "https://i.imgur.com/1S7Z0cO.png",
        "group": "SeniorFirstSergeant",
        "description": ""
      },
      "10": {
        "name": "Chief Master Sergeant",
        "sig": "〘CMSGT〙",
        "image": "https://i.imgur.com/V6dQMJL.png",
        "group": "ChiefMasterSergeant",
        "description": ""
      },
      "11": {
        "name": "Chief First Sergeant",
        "sig": "〘C1stSGT〙",
        "image": "https://i.imgur.com/Dm6B08J.png",
        "group": "ChiefFirstSergeant",
        "description": ""
      },
      "12": {
        "name": "Command Chief Master Sergeant",
        "sig": "〘CCMSGT〙",
        "image": "https://i.imgur.com/wE5C1w8.png",
        "group": "CommandChiefMasterSergeant",
        "description": ""
      },
      "13": {
        "name": "Chief Master Sergeant of the Server",
        "sig": "〘CMSGTS〙",
        "image": "https://i.imgur.com/UdqLO7a.png",
        "group": "ChiefMasterSergeantoftheServer",
        "description": ""
      }
    }
  }

 

Creating your own ranks:

You must use the same format as shown above. You can edit these premade ranks by changing the values to whatever you like and/or add new ones:

Rank Format:

"ID#": {
        "name": " NAME OF RANK",
        "sig": " RANK SIG ",
        "image": "URL TO IMAGE",
        "group": "PERMISSION GROUP NAME",
        "description": "DETAIL ABOUT THIS RANK"
      },

  • ID#: This must be a numeric value that follows the last number listed, If the last rank number is 13 then your next ID# should be 14
  • Name: This is the name of the rank shown everywhere in the game
  • Sig: This is the rank sig that shows in the player lists and in chat if enabled
  • Image: This must be a valid URL to an image you wish to use for the rank
  • Group: This is the permission group name that is automatically created when the mod reloads and reads all the ranks
  • Description: This is the description of the rank explaining details of what the rank is. Primarily used with the XPerience Addon.

 

IMPORTANT: After you edit this file and save, you must reload the XPerience mod for these changes to take effect. Then you MUST change the "Max Prestige Rank" setting on the Ranks admin page in game to match the last ID# of the rank you want to be the final rank. If the last ID# is 14 then your "Max Prestige Rank" setting should show 14. If your using less than the default ranks listed then set the "Max Prestige Rank" setting to match the ID# of the last rank you want to use.