https://github.com/tetoe-mc/rank-titles
A fabric server plugin that manages and displays the titles of players before their names
https://github.com/tetoe-mc/rank-titles
fabric fabric-mc minecraft minecraft-plugin server-plugin
Last synced: about 2 months ago
JSON representation
A fabric server plugin that manages and displays the titles of players before their names
- Host: GitHub
- URL: https://github.com/tetoe-mc/rank-titles
- Owner: tetoe-mc
- License: cc0-1.0
- Created: 2025-01-30T03:08:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-01T12:50:42.000Z (over 1 year ago)
- Last Synced: 2025-03-01T13:37:40.747Z (over 1 year ago)
- Topics: fabric, fabric-mc, minecraft, minecraft-plugin, server-plugin
- Language: Java
- Homepage: https://curseforge.com/minecraft/mc-mods/rank-titles
- Size: 69.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rank Titles
[](https://github.com/NriotHrreion)
[](./LICENSE)
[](https://github.com/tetoe-mc/rank-titles/stargazers)
[](https://github.com/tetoe-mc/rank-titles/actions/workflows/build.yml)
## 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](https://github.com/tetoe-mc/rank-titles/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 `: Create a title and specify an id for it.
- `/rank remove `: Remove a specified title
- `/rank list`: List all created titles
- `/titles give `: Give a title to a player
- `/titles deprive `: 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
```cmd
git clone https://github.com/tetoe-mc/rank-titles.git
cd rank-titles
```
2. Run the build task
```cmd
./gradlew build
```
Then you can get the jar file in the build folder.
## LICENSE
[CC0 1.0](./LICENSE)