Платное XFastButtons 1.0.0

Код:
{
  "General setting": {
    "Maximum number of buttons a player can create": 6,
    "Maximum number of individual buttons a player can create": 5,
    "List of containers - buttons will react to open/close container. [ Leave the list empty to extend this to all containers. Or set null to disable this feature. ]": null,
    "List of mountable prefabs (chair, transport, etc) - buttons will react to interaction with the prefab. [ Leave the list empty to apply this to all prefabs. Or set null to disable this feature. ]": [
      .........
    ],
    "List of server buttons - [ You can only configure parameters - Text, Command, Color, Font ]": [
      .........
    ],
    "List of server buttons by permissions - [You can only configure parameters - Text, Command, Color, Font ]": {
      .........
    },
    "List of individual server buttons - [ You can configure all parameters ]": [
      .........
    ],
    "List of individual server buttons by permissions - [You can configure all parameters]": {
      .........
    }
  },
  "GUI setting": {
    "Color_background_1": "0.517 0.521 0.509 1",
    "Color_background_2": "0.217 0.221 0.209 1",
    "Close button (icon) color": "1 1 1 0.75",
    "Server image list - [ These images are not available to players ]": {
      .........
    },
    "Image list - [ These images are available for players to select ]": {
      .........
    },
    "List of button colors": [
      .........
    ]
  }
}