Installation
Requirements
Steps
- Download and extract to your server’s
resourcesfolder - Import the SQL files from the
sql/directory into your database:
-- Required tables
sql/playerskins.sql -- Appearance data (QB-Core / Ox Core)
sql/player_outfits.sql -- Saved player outfits
sql/player_outfit_codes.sql -- Outfit sharing codes
sql/management_outfits.sql -- Boss-managed job/gang outfitsNote: ESX uses the existing
userstable (skin column) instead ofplayerskins.
- Add to your
server.cfg:
ensure ox_lib
ensure oxmysql
ensure illenium-appearance- Configure
shared/config.luato match your server setup - Restart your server
Migration
From esx_skin
The resource includes automatic migration from esx_skin. On first load, it will convert existing skin data from the users table to the illenium-appearance format.
From qb-clothing
QB-Core migration is handled via the illenium-appearance:server:migrate-qb-clothing event. This converts qb-clothing skin data to the illenium-appearance format in the playerskins table.
From fivem-appearance
If you’re migrating from the original fivem-appearance or aj-fivem-appearance, the data format is compatible. Player skins should work without migration.
Last updated on