HomeJavaModsRanky
Ranky
Ranky — screenshot 1Ranky — screenshot 2Ranky — screenshot 3

Ranky - Minecraft Title Management Mod

Effortlessly manage server titles with Ranky, a server-side Fabric mod introducing a GUI-based system for unlocking and managing titles via advancements!

Features:

Commands:

Config Example:

Located in config/ranky_titles.json:

[  
  {  
    "name": "Noob",  
    "command": "say %player% is now a Noob",  
    "item": "minecraft:name_tag",  
    "requirements": []  
  },  
  {  
    "name": "Veteran",  
    "command": "say %player% is now a Veteran",  
    "item": "minecraft:diamond",  
    "requirements": ["minecraft:story/mine_diamond"]  
  }  
]  

Fields:

Common Advancements:

Adding Titles:

  1. Stop the server.
  2. Edit config/ranky_titles.json.
  3. Add new entries.
  4. Save and restart or use /ranky reload.

Permissions:

Make titles an exciting, customizable feature with Ranky!

Here’s an example test configuration for Ranky with LuckPerms support to create a cosmetic rank:

[
    {
        "name": "Overlord",
        "setCommand": "lp user {player} parent add Overlord",
        "removeCommand": "lp user {player} parent remove Overlord",
        "item": "minecraft:name_tag",
        "requirements": [
            "dystorian-adventures:cosmeticranks/overlord"
        ]
    }
]
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more