Configure the colors that will be available for selection using the /select command.
The command can only be executed by a user with administrator privileges.
The setup toprole configuration is required for the command to work properly
Configure the static color list for the /select command. This opens an interactive panel where administrators can create the color list or add/edit entries.
Behavior highlights:
The list supports up to 10 positions (stored as hex_1 .. hex_10 in the DB).
If no colors exist yet you'll see a Create color list button; otherwise anAdd/Edit color on list button is shown.
Editing opens a modal with two fields:
Color index (1-10) — position in the /select menu (validated)
Color value — hex (e.g. F5DF4D or #F5DF4D) or CSS color name (e.g. royalblue)
Leaving the color value empty clears that entry.
Notes & validation:
Index must be an integer between 1 and 10; invalid input will show a warning and keep the current list unchanged.
Colors are parsed with the same rules as /set (hex or CSS names).
Only users with administrator privileges can run this command.