Clans UI

Clans UI 3.0.2

Fixed ClansUS.cs not recognising ClansReborn (Author name changed)
Removed config option for automatic key binds since that cant be done anymore
  • Like
Reactions: Antonio
Fix for ClansUI
  • Like
Reactions: DoC
Upload correct files
  • Like
Reactions: DoC
Sort player list alphabetically
The config has changed! See below for information regarding updating your config

Added optional key bind in the config
Added configurable chat command to the config

Config Changes (4 lines)
C#:
{
  "Commands": [
    {
      "Arg": "{playerName}",
      "Command": "/tpr",
      "Name": "TPR"
    },
    {
      "Arg": "{playerName}",
      "Command": "/trade",
      "Name": "TRADE"
    }
  ],
  "MenuActivation": { // Add from this line
    "CommandToOpen": "cmenu",
    "KeyToBind": ""
  }, // To this line
  "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
    }
  },
  "UISize": {
    "X_Dimension": 0.685,
    "X_Position": 0.31,
    "Y_Dimension": 0.7,
    "Y_Position": 0.2
  }
}
The plugin now comes in .rar format and contains 2 plugins

Added "UClansUI.cs" which can be used with Universal Clans. Please note this is still in the experimental stage so report any issues in the support thread!
  • Like
Reactions: Brko™ ◕ ‿ ◕
Fix for both default commands
Added confirmation screen for disbandment
  • Like
Reactions: StreetDog
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