MiniPlaceholders
🟢 Updated this month⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
🖼️ Gallery (1 images)
🔍 Analysis
- 👍 0.2% endorsement rate
- 🏆 #323 of 354 decoration mods in this game by downloads
📋 About This Mod
# MiniPlaceholders [!(https://img.shields.io/github/actions/workflow/status/MiniPlaceholders/MiniPlaceholders/build.yml?style=flat-square)](https://github.com/MiniPlaceholders/MiniPlaceholders/actions) !(https://img.shields.io/github/v/release/MiniPlaceholders/MiniPlaceholders?style=flat-square) [!(https://img.shields.io/discord/899740810956910683?color=7289da&logo=Discord&label=Discord&style=flat-square)](https://discord.gg/5NMMzK5mAn) !(https://img.shields.io/modrinth/dt/HQyibRsN?logo=Modrinth&style=flat-square) !(https://img.shields.io/github/downloads/MiniPlaceholders/MiniPlaceholders/total?logo=GitHub&style=flat-square)
MiniMessage Component-based Placeholders API for Minecraft Platforms
## Compatibility - Paper 1. 21+ - Velocity 3. 4. 0+ - Fabric 1. 21. 4+ - Sponge API 12+
[](https://www.bisecthosting.com/4drian3d)
## User Usage
Check our (https://miniplaceholders.github.io/docs/user-guide/User-Getting-Started)
Check the available (https://javadoc.io/doc/io.github.miniplaceholders/miniplaceholders-api)
Or check the (https://miniplaceholders.github.io/docs/developer-guide/Developer-Getting-Started)
### Java
```java
class Main {
public static void registerExpansion() {
final Expansion expansion = Expansion.builder("my-expansion")
.audiencePlaceholder(Player.class, "name", (player, ctx, queue) -> {
return Tag.selfClosingInserting(player.getName());
})
.globalPlaceholder("tps", (ctx, queue) ->
Tag.selfClosingInserting(Component.text(Bukkit.getTps()))
).build;
expansion.register();
Player player;
final TagResolver playerResolver = MiniPlaceholders.audiencePlaceholders();
player.sendMessage(miniMessage().deserialize("Player Name:
### Kotlin
```kotlin
fun register() {
val expansion = expansion("my-expansion") {
audience
📊 Mod Details
- Game
- Minecraft Mods
- Author
- 4drian3d
- Version
- 26.2
- Downloads
- 38,002
- Endorsements
- 79
- Category
- decoration
- Created
- 8/15/2022
- Updated
- 9/7/2026
- Game Versions
- 26.1
- Tags
- decoration, library, utility
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does MiniPlaceholders support?
The author lists 26.1. Other versions may work but are untested by the author.
What is the latest version of MiniPlaceholders?
Version 26.2, published 2026-09-07 with 38,002 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await
