> For the complete documentation index, see [llms.txt](https://docs.biyei.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.biyei.net/scripts/skin-changer/installation.md).

# Installation

### **•** STEP 1: DEPENDENCIES

Make sure you have this resources installed in your server!

1. [Biyei Utils](https://github.com/biyeicito/biyei_utils)

### **• STEP 2: START ORDER**

```
ensure biyei_utils
ensure biyei_skinchanger
```

{% hint style="warning" %}
Don't rename resource or you will get error (credits).
{% endhint %}

### **• STEP 3: INSTALL SQL**

{% hint style="info" %}
Important install SQL
{% endhint %}

```
CREATE TABLE IF NOT EXISTS `biyei_skinchanger` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `model` varchar(50) DEFAULT NULL,
  `textureURL` longtext DEFAULT NULL,
  `owner` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
```
