Ranks / prefixes

Download the example ranks here.
Create a rank
Create a new file contents/myranks/config.yml
.
Don't change the PNG image height (keep it 8px), do not change scale_ratio
and y_position
.
It would make the ranks look pixelated.
Official tool to create custom ranks
Put the image into contents/myranks/textures/font/admin.png
.
Create a group (for example admin
)
admin
)Command /lp creategroup admin
Add the prefix
Open the editor /lp editor
.
Click on the link and open the web editor.
Select the role. In this case admin
.

Add a new permission:prefix.100.:admin:
. Change :admin:
based on your rank name.

Press +Add

You now have a new line in the permissions list, this is the prefix setting.

Save your changes.

Assign the group to a player
Use this command (change LoneDev
to your player name) /lp user LoneDev group add admin

TAB plugin
Make sure you installed PlaceholderAPI
Editing the config.yml of TAB plugin
Add this under the groups
category or edit it if already exists.
(You have to use %img_admin%
instead of :admin:
because TAB recognized only PlaceholderAPI placeholders and not ItemsAdder placeholders. This can be valid also for other plugins)
Then use the command /tab reload
.


Last updated
Was this helpful?