Installing Custom Ranks
Flute is not limited to standard ranks, you can quite use your own uploaded ranks.
Uploading Icons
Preparing Images
- Create icons for each rank in any image format (WebP or SVG recommended)
- Name files according to rank numbers in the database
- Optimize size — recommended up to 10KB per file
Placing Files
- Go to the
public/assets/img/ranks/
folder - Create a folder with the name of your rank set
- Upload all prepared icons
- Make sure file names match the ranks
⚠️
The file name must exactly match the rank name from the server database. For example, if the rank is called “1”, the file should be named “1.webp”.
File Structure
Create the following folder structure:
public/
assets/
img/
ranks/
your_ranks_name/
0.webp
1.webp
2.webp
...
18.webp
After uploading ranks, the system will automatically add them to the admin panel.
Using Ranks
To use the uploaded ranks, simply select them from the list when modifying or adding a specific server.
⚠️
To modify a server you need to have admin.servers
or admin.boss
permissions.
⚠️
If your ranks don’t appear in the list, try clearing the Flute cache in the general settings.