Clans UI

Clans UI 3.0.5

Requires Clans v 2.7.1 or higher!

The config has changed, see below for information regarding changes you will need to make!

Fixed command buttons
Added UI size/position options to the config
Changed the promote/demote/kick buttons for the player using the UI to a "leave" button, or if that player is the owner they will have leave and disband buttons next to their name

Config Changes (4 lines)
C#:
{
  "Commands": [
    {
      "Arg": "{playerName}",
      "Command": "/tpr",
      "Name": "TPR"
    },
    {
      "Arg": "{playerName}",
      "Command": "/trade",
      "Name": "TRADE"
    }
  ],
  "UIColors": {
    "Background": {
      "HexColor": "#00001F",
      "Opacity": 0.7
    },
    "ButtonColor": {
      "HexColor": "#00006A",
      "Opacity": 0.7
    },
    "CloseButton": {
      "HexColor": "#ce422b",
      "Opacity": 0.7
    },
    "TextPanel": {
      "HexColor": "#00006A",
      "Opacity": 0.7
    },
    "TitlePanel": {
      "HexColor": "#0000B2",
      "Opacity": 0.7
    }
  }, // Add this comma here
  "UISize": { // Add the section from this line
    "X_Dimension": 0.685,
    "X_Position": 0.31,
    "Y_Dimension": 0.7,
    "Y_Position": 0.2
  } // To this line
}
  • Like
Reactions: Pur3x
Few small changes