MiniPlaceholders
🟡 Updated this year🖼️ Gallery (1 images)
🔍 Analysis
- 👍 0.2% endorsement rate
- 🏆 #10 of 70 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/partners/custom-banners/6fa909d5-ad2b-42c2-a7ec-1c51f8b6384f.webp)](https://www.bisecthosting.com/4drian3d) ## User Usage Check our (https://miniplaceholders.github.io/docs/user-guide/User-Getting-Started) ## API 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: <my-expansion_name>", player, playerResolver)); } } ``` ### Kotlin ```kotlin fun register() { val expansion = expansion("my-expansion") { audience<Player>("name") { aud, _, _ -> aud.getName().asClosingTag() } global("tps") { _, _ -> Component.text(Bukkit.getTps()).asInsertingTag() } } expansion.register() val player: Player val playerResolver = MiniPlaceholders.audiencePlaceholders() player.sendMessage(miniMessage().deserialize("Player Name: <my-expansion_name>", player, playerResolver)) } ```
# 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 Plugins
- Author
- 4drian3d
- Version
- 3.2.0
- Downloads
- 37,213
- Endorsements
- 82
- Category
- decoration
- Created
- 8/15/2022
- Updated
- 3/27/2026
- Game Versions
- 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
- Tags
- decoration, library, utility
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does MiniPlaceholders support?
The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.
What is the latest version of MiniPlaceholders?
Version 3.2.0, published 2026-03-27 with 37,213 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await
