Язык

MiniPlaceholders

MiniPlaceholders

Modrinth

MiniMessage Component-based Placeholders API for Minecraft Platforms

32.6k загрузок 77 подписчиков обновлено 2mo ago
последняя v3.2.0 Modrinth
Fabric Folia Paper Purpur Quilt Sponge Velocity 1.7.2 – 26.1 DecorationLibraryUtility

MiniPlaceholders

WorkFlow
Latest Version
Discord
Modrinth Downloads
GitHub Downloads

MiniMessage Component-based Placeholders API for Minecraft Platforms

Compatibility

  • Paper 1.21+
  • Velocity 3.4.0+
  • Fabric 1.21.4+
  • Sponge API 12+

User Usage

Check our user usage wiki

API

Check the available Javadocs

Or check the Developer Wiki

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()[0]))
                ).build;
        
        expansion.register();
        
        Player player;
        final TagResolver playerResolver = MiniPlaceholders.audiencePlaceholders();
        player.sendMessage(miniMessage().deserialize("Player Name: <my-expansion_name>", player, playerResolver));
    }
}

Kotlin

fun register() {
    val expansion = expansion("my-expansion") {
        audience<Player>("name") { aud, _, _ -> aud.getName().asClosingTag() }
        global("tps") { _, _ -> Component.text(Bukkit.getTps()[0]).asInsertingTag() }
    }
    
    expansion.register()
    
    val player: Player
    val playerResolver = MiniPlaceholders.audiencePlaceholders()
    player.sendMessage(miniMessage().deserialize("Player Name: <my-expansion_name>", player, playerResolver))
}

Версии

Release
3.2.0
fabric, quilt · 26.1 · 2mo ago
## 3.2.0 (27/03/2026) ### Features - Added support to Fabric 26.1+ - Added [Minestom](https://minestom.net/) support - Updated to Java 25
138
Release
3.2.0
folia, paper, purpur · 1.21, 1.21.1, 1.21.2 · 2mo ago
## 3.2.0 (27/03/2026) ### Features - Added support to Fabric 26.1+ - Added [Minestom](https://minestom.net/) support - Updated to Java 25
1.5k
Release
3.2.0
sponge · 1.21.1, 1.21.2, 1.21.3 · 2mo ago
## 3.2.0 (27/03/2026) ### Features - Added support to Fabric 26.1+ - Added [Minestom](https://minestom.net/) support - Updated to Java 25
22
Release
3.2.0
velocity · 1.7.2, 1.7.3, 1.7.4 · 2mo ago
## 3.2.0 (27/03/2026) ### Features - Added support to Fabric 26.1+ - Added [Minestom](https://minestom.net/) support - Updated to Java 25
929
Beta
3.1.1-BETA2
fabric, quilt · 1.21.11 · 3mo ago
Added support for Fabric 1.21.11
202
Beta
3.1.1-BETA1
fabric, quilt · 1.21.9, 1.21.10 · 8mo ago
- Added support to Fabric 1.21.9+
331
Release
3.1.0
fabric, quilt · 1.21.6, 1.21.7, 1.21.8 · 8mo ago
## 3.1.0 (10/10/2025) ### Features - [feat: Sponge commands implementation](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/7633ada70ed62571b707cb…
206
Release
3.1.0
folia, paper, purpur · 1.21, 1.21.1, 1.21.2 · 8mo ago
## 3.1.0 (10/10/2025) ### Features - [feat: Sponge commands implementation](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/7633ada70ed62571b707cb…
4.1k
Release
3.1.0
sponge · 1.21.1, 1.21.2, 1.21.3 · 8mo ago
## 3.1.0 (10/10/2025) ### Features - [feat: Sponge commands implementation](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/7633ada70ed62571b707cb…
69
Release
3.1.0
velocity · 1.7.2, 1.7.3, 1.7.4 · 8mo ago
## 3.1.0 (10/10/2025) ### Features - [feat: Sponge commands implementation](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/7633ada70ed62571b707cb…
1.8k
Release
3.0.1
fabric, quilt · 1.21.6, 1.21.7, 1.21.8 · 10mo ago
## What's Changed * Fixed Fabric initialization * Updated minimun Sponge-API usage **Full Changelog**:…
136
Release
3.0.1
folia, paper, purpur · 1.21, 1.21.1, 1.21.2 · 10mo ago
## What's Changed * Fixed Fabric initialization * Updated minimun Sponge-API usage **Full Changelog**:…
809

Комментарии 0

Пока нет комментариев. Будь первым, кто поделится мнением.

Скачать MiniPlaceholders

R 3.2.0 26.1 fabric, quilt 1.3 MB R 3.2.0 1.21, 1.21.1, 1.21.2 folia, paper, purpur 239 KB R 3.2.0 1.21.1, 1.21.2, 1.21.3 sponge 243 KB R 3.2.0 1.7.2, 1.7.3, 1.7.4 velocity 238 KB B 3.1.1-BETA2 1.21.11 fabric, quilt 1.3 MB B 3.1.1-BETA1 1.21.9, 1.21.10 fabric, quilt 1.3 MB R 3.1.0 1.21.6, 1.21.7, 1.21.8 fabric, quilt 1.3 MB R 3.1.0 1.21, 1.21.1, 1.21.2 folia, paper, purpur 238 KB R 3.1.0 1.21.1, 1.21.2, 1.21.3 sponge 243 KB R 3.1.0 1.7.2, 1.7.3, 1.7.4 velocity 237 KB R 3.0.1 1.21.6, 1.21.7, 1.21.8 fabric, quilt 2.4 MB R 3.0.1 1.21, 1.21.1, 1.21.2 folia, paper, purpur 1.2 MB R 3.0.1 1.21.1, 1.21.2, 1.21.3 sponge 199 KB R 3.0.1 1.7.2, 1.7.3, 1.7.4 velocity 967 KB R 3.0.0 1.21.4, 1.21.5, 1.21.6 fabric, quilt 2.3 MB R 3.0.0 1.21, 1.21.1, 1.21.2 folia, paper, purpur 1.2 MB R 3.0.0 1.21.1, 1.21.2, 1.21.3 sponge 199 KB R 3.0.0 1.7.2, 1.7.3, 1.7.4 velocity 967 KB R 2.3.0 1.21.3, 1.21.4, 1.21.5 fabric, quilt 2.3 MB R 2.3.0 1.21, 1.21.1, 1.21.2 folia, paper, purpur 1.0 MB R 2.3.0 1.19, 1.19.1, 1.19.2 sponge 63 KB R 2.3.0 1.7.2, 1.7.3, 1.7.4 velocity 823 KB R 2.2.4 1.20.3, 1.20.4 fabric 1.8 MB R 2.2.4 1.19.4, 1.20, 1.20.1 folia, paper, purpur 834 KB R 2.2.4 1.16.5, 1.17, 1.17.1 sponge 722 KB R 2.2.4 1.7.2, 1.7.3, 1.7.4 velocity 619 KB R 2.2.3 1.20.2 fabric, quilt 1.7 MB R 2.2.3 1.19.4, 1.20, 1.20.1 folia, paper, purpur 834 KB R 2.2.3 1.16.5, 1.17, 1.17.1 sponge 722 KB R 2.2.3 1.7.2, 1.7.3, 1.7.4 velocity 619 KB R 2.2.2 1.20.2 fabric, quilt 1.7 MB R 2.2.2 1.19.3, 1.19.4, 1.20 folia, paper, purpur 834 KB R 2.2.2 1.16.5, 1.17, 1.17.1 sponge 722 KB R 2.2.2 1.7.2, 1.7.3, 1.7.4 velocity 619 KB R 2.2.1 1.19.3, 1.19.4, 1.20 fabric, quilt 1.7 MB R 2.2.1 1.19.3, 1.19.4, 1.20 folia, paper, purpur 834 KB R 2.2.1 1.16.5, 1.17, 1.17.1 sponge 722 KB R 2.2.1 1.7.2, 1.7.3, 1.7.4 velocity 619 KB R 2.2.0 1.19.4, 23w17a, 23w18a fabric, quilt 1.7 MB R 2.2.0 1.19.3, 1.19.4, 1.20 folia, paper, purpur 833 KB R 2.2.0 1.16.5, 1.17, 1.17.1 sponge 722 KB R 2.2.0 1.7.2, 1.7.3, 1.7.4 velocity 619 KB R 2.1.0 1.19.4, 23w17a, 23w18a fabric, quilt 770 KB R 2.1.0 1.19.4 folia, paper, purpur 68 KB B 2.1.0-SNAPSHOT 1.19.4 fabric 752 KB R 2.0.2 1.19.4 folia, paper, purpur 50 KB R 2.0.1 1.19.4 paper, purpur, velocity 50 KB R 2.0.0 1.19.3 paper, purpur, velocity 48 KB R 1.3.1 1.18.2, 1.19, 1.19.1 paper, purpur, velocity 42 KB R 1.2.1 1.18.2, 1.19, 1.19.1 paper, purpur, velocity 37 KB

Файлы отдаются напрямую с первоисточника. Modgrid не хранит и не изменяет их.