Clans UI

Clans UI 3.0.5

Updated UClansUI for latest universal Clans plugin version (if using my universal Clans plugin you will need to update it to atleast v0.1.54)
Forgot to include UClansUI.cs
Updated for hook deprecation
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