This is a Minecraft Fabric plugin that manages and displays the titles of players before their names.
Because the plugin is a server-side one, thus players don't have to install anything at the client-side to use the features provided by the plugin.
Check Releases for the jar file.
Drag the downloaded jar file into the mod folder, launch your server, and the plugin is ready to work.
You can use the commands below to manage the titles.
/rank create <title-id> <title-name>
: Create a title and specify an id for it./rank remove <title-id>
: Remove a specified title/rank list
: List all created titles/titles give <player> <title-id>
: Give a title to a player/titles deprive <player> <title-id>
: Deprive a title from a player
Note: When creating a title, you can use &
to change the text color of the name, but you need to add ""
around the name, or the command won't be executed.
e.g.: /rank create vip VIP
/rank create vip_plus "&e&lVIP+"
- Download the source-code
git clone https://github.com/tetoe-mc/rank-titles.git
cd rank-titles
- Run the build task
./gradlew build
Then you can get the jar file in the build folder.