Skip to content

A fabric server plugin that manages and displays the titles of players before their names

License

Notifications You must be signed in to change notification settings

tetoe-mc/rank-titles

Repository files navigation

Rank Titles

Author LICENSE Stars Github Workflow Status

Description

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.

Download

Check Releases for the jar file.

Usage

Drag the downloaded jar file into the mod folder, launch your server, and the plugin is ready to work.

Commands

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+"

Build from source

  1. Download the source-code
git clone https://github.com/tetoe-mc/rank-titles.git
cd rank-titles
  1. Run the build task
./gradlew build

Then you can get the jar file in the build folder.

LICENSE

CC0 1.0