Concise Tutorial

Learn how to customise your ranks.

Setting up ranks

To give our users these custom ranks, we need to give them specific permission nodes. In this tutorial, we're going to use Luckperms to give our users the required permissions. In this example, we're going to create a group for people that buy Legend rank. We're also going to set our self or another user to this group. Take a look at the commands below to do this.

/lp creategroup legend

/lp user <user> parent set legend

We've now created a group and put somebody in it. We now want to give the rank the permission node required for the prefix. We can do this simply using the following command

/lp group legend permission set rank.legend true

Now, anyone you assign to that group will have the legend prefix. If you assigned yourself, you will appear with the OWNER tag as you have OP. To test if you did this correctly, simply de-op yourself.

If you're setting up a different rank, replace legend with the rank you want. You can choose from owner, admin, mod, helper, legend, pro or vip.

Now repeat for all of the ranks you want to set up this way.

This addon doesn't require people to use the resource pack. If they do not install it when they connect, they instead see, for example, ʟᴇɢᴇɴᴅ in the correct color. This does not apply for emojis, instead they will see a random character.

Adding the emoji permission

To allow ranks, or groups, to use emojis, we just repeat the step that we used to give them the prefix permission, just replacing the permission node as seen below.

/lp group legend permission set emoji.use true

Customization

Want to change the color of donator text or rank color? We've created some simple options you can change. Check out the next page!

Last updated