FriendsUI

FriendsUI 2.0.5

Updated for latest version of the Friends plugin
The config has changed! See below for information regarding updating your config!

Added optional menu keybind
Added option to change the chat command

Config changes (3 lines)
C#:
{
  "Commands": [
    {
      "Arg": "{playerName}",
      "Command": "/tpr",
      "Name": "TPR"
    },
    {
      "Arg": "{playerName}",
      "Command": "/trade",
      "Name": "TRADE"
    }
  ],
  "MenuActivation": {  // Add this line
    "CommandToOpen": "fmenu", // Add this line
    "KeyToBind": "" // Add this line
  }, // Add 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.4,
    "X_Position": 0.31,
    "Y_Dimension": 0.7,
    "Y_Position": 0.2
  }
}
  • Like
Reactions: Daniel