Many servers use groups to give their users special permissions and tags. To do this, make sure you have installed the plugin luckperms, essentialsx, essentials chat and vault. To add plugins, use the navbar (the set of tabs at the top of the dashboard) and select plugins. From there, search for these plugins and hit install. A server restart will need to take place for the plugins to be added. You will also need OP permissions for this tutorial. See here.
1) In-game, type /lp creategroup <groupname>. You can set <groupname> to anything you want, but for this tutorial, we will use admin.
2) Once you have created the group, you might want to set a prefix for it. You can do this by typing /lp group admin meta setprefix “&c&lADMIN &c”. We add the quotation marks so that the plugin can see what we want to set the prefix as. Without the quotation marks, the prefix would look like the second example below.
3) Now to add some permissions! We can do this by typing /lp group admin permission add <permission>. You would replace <permission> with the specific permission node that you need. For example, we wanted to let the admins fly. We would type /lp group admin permission add essentials.fly. We add this permission node as it is the one associated with flying and the essentials plugin.
4) Admins can now fly. What if you want to see this prefix though? Well, you need to set yourself to the specific group. This is achieved by typing /lp user <username> parent set admin. Again, replace <username> with you or your friend's username and you can change admin to the rank you are creating.