Pluralkit Group Layouts!

Home I'm sure you've seen really fancy group layouts on PluralKit by now, this page will teach you how to do it yourself!
this is not an offical pluralkit resource

First! Order of your groups

In pluralkit, there's a list of symbols that you can use to order your groups. The command you'll want to use is Pk;group axmew list, in the examples below, I'll be using common symbols that are generally found on all devices. 1. The first group you'll want to create will need a symbol in front of the name. You can customise the group name, such as adding spaces after the symbol. The group I will use as an example for these will be called "species" and "human", with the symbol question marl (?) and exclamation marl (!).
Pk;group new ?Human
Pk;group new !Species

Since the exclamation mark (!) is above the question mark (?) in the AXMEW group mentioned above, species will come before humans do in your list.

Displaynames

now that you have these groups, you'll want to have the DisplayName of the first group have big spaces around it to make it look like a list when you add the group to a member profile. there's multiple ways on how to get these big spaces, but i'll show a simple way. your next command should be "pk;group !species displayname _ _ Species _ _" the underscores, in discords markdown package, make text italic! you must have the spaces between them to make somewhat of an invisible space. this is optional, and depends on hwo you want it to look like, but you'll want to give the "?humans" group the displayname of "Humans" too, (pk;group ?humans displayname Humans)

WARNINGS

the images below are using dummy groups to show the desired affect! You must have 6 groups or more for it to list properly the displaynames are what make the group names pretty! customise the group name, while keeping the spaces, and then it'll look good!

Images of the steps are below