Download Ranky — Minecraft Mods — MetaMods
Ranky

Ranky

Active

Downloads

0

Last update

6 months ago

Versions

1.21.1
Server
Fabric
Control
Utils

Ranky — Minecraft Title Management Mod

Ranky is a server-side Fabric mod that completely transforms the approach to title systems, offering a convenient interface and achievements integration!

Key Features

  • Intuitive Interface — title selection through chest-like menu
  • Achievements Integration — obtaining titles for completing specific in-game goals
  • Flexible Configuration — full customization via JSON files
  • Pagination — comfortable work with large title lists
  • Reliability — safe server-side implementation
  • Dynamic Reload — configuration updates without server restart
  • Command Aliases — use /titles or /ranks to access the menu

Commands and Management

  • /titles or /ranks — opens title selection menu (available to all players)
  • /ranky reload — reloads configuration (operators level 4 only)

Configuration Example

Configuration is located in config/ranky_titles.json file:

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

Parameter descriptions:

  • name — displayed title name
  • command — executed command when selected (%player% is replaced with player name)
  • item — item for the interface button (Minecraft item ID)
  • requirements — list of required achievements

Popular Achievements

  • minecraft:story/mine_diamond — obtain diamonds
  • minecraft:nether/find_fortress — find Nether Fortress
  • minecraft:end/kill_dragon — defeat the Ender Dragon

How to Add Titles

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

LuckPerms Integration

Additional example for creating cosmetic ranks:

[
    {
        "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"
        ]
    }
]

With Ranky, you can create an engaging title system that will become an integral part of your server's gameplay experience!

Project members
sk4n

sk4n

Developer

Created: 14 Apr 2025

ID: 86066