Mod
Ranky
No reviews yet
Advancement Based Ranksystem
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
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:
- Chest-Based GUI: Intuitive title selection.
- Advancement Unlocks: Earn titles through achievements.
- Configurable: Customize titles via JSON.
- Pagination Support: Handle large title lists easily.
- Server-Side Security: Safe and reliable.
- Reload Config: Update titles without restarting.
- Aliases: Use
/titlesor/ranksto open the GUI.
Commands:
/titlesor/ranks: Opens the title selection GUI (all players)./ranky reload: Reloads configuration (op level 4).
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:
name: Title display name.command: Runs when selected (%player%= player name).item: GUI button (Minecraft item ID).requirements: List of required advancement IDs.
Common Advancements:
minecraft:story/mine_diamond: Acquire diamonds.minecraft:nether/find_fortress: Discover a Nether Fortress.minecraft:end/kill_dragon: Defeat the Ender Dragon.
Adding Titles:
- Stop the server.
- Edit
config/ranky_titles.json. - Add new entries.
- Save and restart or use
/ranky reload.
Permissions:
/titlesor/ranks: Accessible to all players./ranky reload: Operator-only.
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"
]
}
]
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers