MiniPlaceholders 图标

Minecraft 服务端插件

MiniPlaceholders

MiniMessage Component-based Placeholders API for Minecraft Platforms

装饰类库/API工具类fabricfoliapaperpurpurquiltspongevelocity
版本范围
1.7.2–26.1
下载量
3.4 万

插件介绍

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))
}

版本与下载

推荐下载

MiniPlaceholders-Fabric-3.2.0.jar版本 3.2.0 · 1.3 MBSHA-1 c729167557bf336a2ca20b727e0003c1eb35c6df下载 MiniPlaceholders-Fabric-3.2.0.jar

3.2.0

正式版
加载器
fabric · quilt
MC 版本
26.1
MiniPlaceholders-Fabric-3.2.0.jar1.3 MBSHA-1 c729167557bf336a2ca20b727e0003c1eb35c6df获取文件 MiniPlaceholders-Fabric-3.2.0.jar
展开更新日志

3.2.0 (27/03/2026)

Features

  • Added support to Fabric 26.1+
  • Added Minestom support
  • Updated to Java 25

3.2.0

正式版
加载器
folia · paper · purpur
MC 版本
1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1
MiniPlaceholders-Paper-3.2.0.jar238.6 KBSHA-1 c33778ffe724512a1a1e84959cb4824a5f8f2e80获取文件 MiniPlaceholders-Paper-3.2.0.jar
展开更新日志

3.2.0 (27/03/2026)

Features

  • Added support to Fabric 26.1+
  • Added Minestom support
  • Updated to Java 25

3.2.0

正式版
加载器
sponge
MC 版本
1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1
MiniPlaceholders-Sponge-3.2.0.jar243.3 KBSHA-1 cda6793adfbedddd33727063c601eff5582239a5获取文件 MiniPlaceholders-Sponge-3.2.0.jar
展开更新日志

3.2.0 (27/03/2026)

Features

  • Added support to Fabric 26.1+
  • Added Minestom support
  • Updated to Java 25

3.2.0

正式版
加载器
velocity
MC 版本
1.7.2 · 1.7.3 · 1.7.4 · 1.7.5 · 1.7.6 · 1.7.7 · 1.7.8 · 1.7.9 · 1.7.10 · 1.8 · 1.8.1 · 1.8.2 · 1.8.3 · 1.8.4 · 1.8.5 · 1.8.6 · 1.8.7 · 1.8.8 · 1.8.9 · 1.9 · 1.9.1 · 1.9.2 · 1.9.3 · 1.9.4 · 1.10 · 1.10.1 · 1.10.2 · 1.11 · 1.11.1 · 1.11.2 · 1.12 · 1.12.1 · 1.12.2 · 1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1
MiniPlaceholders-Velocity-3.2.0.jar237.6 KBSHA-1 741e432ddf2b8c08683df48e58a09ef5a4e667a0获取文件 MiniPlaceholders-Velocity-3.2.0.jar
展开更新日志

3.2.0 (27/03/2026)

Features

  • Added support to Fabric 26.1+
  • Added Minestom support
  • Updated to Java 25

3.1.1-BETA2

测试版
加载器
fabric · quilt
MC 版本
1.21.11
MiniPlaceholders-Fabric-3.1.1-SNAPSHOT.jar1.3 MBSHA-1 5b64c70491036ad9d77c684557905da637067c9d获取文件 MiniPlaceholders-Fabric-3.1.1-SNAPSHOT.jar
展开更新日志

Added support for Fabric 1.21.11

3.1.1-BETA1

测试版
加载器
fabric · quilt
MC 版本
1.21.9 · 1.21.10
MiniPlaceholders-Fabric-3.1.1-SNAPSHOT.jar1.3 MBSHA-1 1d17473be4f38b99f603c7f92ac69af4dc984d0a获取文件 MiniPlaceholders-Fabric-3.1.1-SNAPSHOT.jar
展开更新日志
  • Added support to Fabric 1.21.9+

3.1.0

正式版
加载器
fabric · quilt
MC 版本
1.21.6 · 1.21.7 · 1.21.8
MiniPlaceholders-Fabric-3.1.0.jar1.3 MBSHA-1 446d23321729ac79532ae2fd4bbd41e4c3965238获取文件 MiniPlaceholders-Fabric-3.1.0.jar
展开更新日志

3.1.0

正式版
加载器
folia · paper · purpur
MC 版本
1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
MiniPlaceholders-Paper-3.1.0.jar238.4 KBSHA-1 8a65d807d752f1bba7c292e72b3c15193d2db3d2获取文件 MiniPlaceholders-Paper-3.1.0.jar
展开更新日志

3.1.0

正式版
加载器
sponge
MC 版本
1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1
MiniPlaceholders-Sponge-3.1.0.jar243.1 KBSHA-1 d2ba52563729abcf077149e827232d4ae95e9880获取文件 MiniPlaceholders-Sponge-3.1.0.jar
展开更新日志

3.1.0

正式版
加载器
velocity
MC 版本
1.7.2 · 1.7.3 · 1.7.4 · 1.7.5 · 1.7.6 · 1.7.7 · 1.7.8 · 1.7.9 · 1.7.10 · 1.8 · 1.8.1 · 1.8.2 · 1.8.3 · 1.8.4 · 1.8.5 · 1.8.6 · 1.8.7 · 1.8.8 · 1.8.9 · 1.9 · 1.9.1 · 1.9.2 · 1.9.3 · 1.9.4 · 1.10 · 1.10.1 · 1.10.2 · 1.11 · 1.11.1 · 1.11.2 · 1.12 · 1.12.1 · 1.12.2 · 1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1
MiniPlaceholders-Velocity-3.1.0.jar237.3 KBSHA-1 cd62474cc1d5b7fe00f199536884e58151685066获取文件 MiniPlaceholders-Velocity-3.1.0.jar
展开更新日志

3.0.1

正式版
加载器
velocity
MC 版本
1.7.2 · 1.7.3 · 1.7.4 · 1.7.5 · 1.7.6 · 1.7.7 · 1.7.8 · 1.7.9 · 1.7.10 · 1.8 · 1.8.1 · 1.8.2 · 1.8.3 · 1.8.4 · 1.8.5 · 1.8.6 · 1.8.7 · 1.8.8 · 1.8.9 · 1.9 · 1.9.1 · 1.9.2 · 1.9.3 · 1.9.4 · 1.10 · 1.10.1 · 1.10.2 · 1.11 · 1.11.1 · 1.11.2 · 1.12 · 1.12.1 · 1.12.2 · 1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
MiniPlaceholders-Velocity-3.0.1.jar966.8 KBSHA-1 5c5f2e4a3707f5c93a5bcc0be6e23120f6ad0660获取文件 MiniPlaceholders-Velocity-3.0.1.jar
展开更新日志

What's Changed

  • Fixed Fabric initialization
  • Updated minimun Sponge-API usage

Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/3.0.0...3.0.1

3.0.0

正式版
加载器
fabric · quilt
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
MiniPlaceholders-Fabric-3.0.0.jar2.3 MBSHA-1 93a69fd306cffa880aa7c8ec9834e9c18fc7b0c4获取文件 MiniPlaceholders-Fabric-3.0.0.jar
展开更新日志

Hi! In this new version, which has been in development since February of this year, several changes have been implemented that modernize the MiniPlaceholders code base, as well as improving performance for both regular and advanced use. In addition to adding ExpansionProvider, a new convention for creating expansions in MiniPlaceholders, without the need to rely on a specific platform.

Expansion Provider

As mentioned above, ExpansionProviders have been added, which are a type of independent project that can provide an Expansion according to the configured requirements. In addition, it is multiplatform and does not require an individual initializer for each platform you want to support. If you want to see an example of its use, you can check out its wiki page or directly review a practical example in the Template Expansion.

Rewritted API Usage

From now on, an audience will not be required when obtaining placeholders. This allows for greater efficiency, as it avoids creating multiple unnecessary objects by delegating the function of providing the required audience to the parsing phase. For this reason, to use MiniPlaceholders Audience placeholders, you must include the Audience in the target field of the MiniMessage#deserialize method so that it can be recognized by the corresponding placeholders. In addition, you now have the ability to create type-safe placeholders by including the target class as the first argument. You can find more information about this in the wiki.

Due to these changes, most projects created for MiniPlaceholders v2 are incompatible with MiniPlaceholders v3. Please be patient while your favorite projects are updated to the new version.

At the time of writing this changelog, there are more than a dozen expansions already available for MiniPlaceholders v3, such as the PlatformInfo, ProxyConnection, Player, Spark, LuckPerms, PlaceholderAdapter, Vault, and more expansions...

These new expansions, as mentioned above, are no longer installed as separate plugins/mods. Now, you simply need to place them inside the MiniPlaceholders folder in the expansions folder.

If you liked this update and would like to contribute in some way, we have pull requests available so you can contribute to this project. You can also contribute financially via PayPal or GitHub Sponsors.

Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.3.0...3.0.0

3.0.0

正式版
加载器
folia · paper · purpur
MC 版本
1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
MiniPlaceholders-Paper-3.0.0.jar1.2 MBSHA-1 f0840d15389516b9166bff69c08d115913050af6获取文件 MiniPlaceholders-Paper-3.0.0.jar
展开更新日志

Hi! In this new version, which has been in development since February of this year, several changes have been implemented that modernize the MiniPlaceholders code base, as well as improving performance for both regular and advanced use. In addition to adding ExpansionProvider, a new convention for creating expansions in MiniPlaceholders, without the need to rely on a specific platform.

Expansion Provider

As mentioned above, ExpansionProviders have been added, which are a type of independent project that can provide an Expansion according to the configured requirements. In addition, it is multiplatform and does not require an individual initializer for each platform you want to support. If you want to see an example of its use, you can check out its wiki page or directly review a practical example in the Template Expansion.

Rewritted API Usage

From now on, an audience will not be required when obtaining placeholders. This allows for greater efficiency, as it avoids creating multiple unnecessary objects by delegating the function of providing the required audience to the parsing phase. For this reason, to use MiniPlaceholders Audience placeholders, you must include the Audience in the target field of the MiniMessage#deserialize method so that it can be recognized by the corresponding placeholders. In addition, you now have the ability to create type-safe placeholders by including the target class as the first argument. You can find more information about this in the wiki.

Due to these changes, most projects created for MiniPlaceholders v2 are incompatible with MiniPlaceholders v3. Please be patient while your favorite projects are updated to the new version.

At the time of writing this changelog, there are more than a dozen expansions already available for MiniPlaceholders v3, such as the PlatformInfo, ProxyConnection, Player, Spark, LuckPerms, PlaceholderAdapter, Vault, and more expansions...

These new expansions, as mentioned above, are no longer installed as separate plugins/mods. Now, you simply need to place them inside the MiniPlaceholders folder in the expansions folder.

If you liked this update and would like to contribute in some way, we have pull requests available so you can contribute to this project. You can also contribute financially via PayPal or GitHub Sponsors.

Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.3.0...3.0.0

3.0.0

正式版
加载器
sponge
MC 版本
1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
MiniPlaceholders-Sponge-3.0.0.jar198.8 KBSHA-1 c54eb4ff9fd39f5d9515e09add70a56c495cac41获取文件 MiniPlaceholders-Sponge-3.0.0.jar
展开更新日志

Hi! In this new version, which has been in development since February of this year, several changes have been implemented that modernize the MiniPlaceholders code base, as well as improving performance for both regular and advanced use. In addition to adding ExpansionProvider, a new convention for creating expansions in MiniPlaceholders, without the need to rely on a specific platform.

Expansion Provider

As mentioned above, ExpansionProviders have been added, which are a type of independent project that can provide an Expansion according to the configured requirements. In addition, it is multiplatform and does not require an individual initializer for each platform you want to support. If you want to see an example of its use, you can check out its wiki page or directly review a practical example in the Template Expansion.

Rewritted API Usage

From now on, an audience will not be required when obtaining placeholders. This allows for greater efficiency, as it avoids creating multiple unnecessary objects by delegating the function of providing the required audience to the parsing phase. For this reason, to use MiniPlaceholders Audience placeholders, you must include the Audience in the target field of the MiniMessage#deserialize method so that it can be recognized by the corresponding placeholders. In addition, you now have the ability to create type-safe placeholders by including the target class as the first argument. You can find more information about this in the wiki.

Due to these changes, most projects created for MiniPlaceholders v2 are incompatible with MiniPlaceholders v3. Please be patient while your favorite projects are updated to the new version.

At the time of writing this changelog, there are more than a dozen expansions already available for MiniPlaceholders v3, such as the PlatformInfo, ProxyConnection, Player, Spark, LuckPerms, PlaceholderAdapter, Vault, and more expansions...

These new expansions, as mentioned above, are no longer installed as separate plugins/mods. Now, you simply need to place them inside the MiniPlaceholders folder in the expansions folder.

If you liked this update and would like to contribute in some way, we have pull requests available so you can contribute to this project. You can also contribute financially via PayPal or GitHub Sponsors.

Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.3.0...3.0.0

3.0.0

正式版
加载器
velocity
MC 版本
1.7.2 · 1.7.3 · 1.7.4 · 1.7.5 · 1.7.6 · 1.7.7 · 1.7.8 · 1.7.9 · 1.7.10 · 1.8 · 1.8.1 · 1.8.2 · 1.8.3 · 1.8.4 · 1.8.5 · 1.8.6 · 1.8.7 · 1.8.8 · 1.8.9 · 1.9 · 1.9.1 · 1.9.2 · 1.9.3 · 1.9.4 · 1.10 · 1.10.1 · 1.10.2 · 1.11 · 1.11.1 · 1.11.2 · 1.12 · 1.12.1 · 1.12.2 · 1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
MiniPlaceholders-Velocity-3.0.0.jar966.8 KBSHA-1 9c3549b145b2f18fcd01cc91653fd5b1d3f5f35a获取文件 MiniPlaceholders-Velocity-3.0.0.jar
展开更新日志

Hi! In this new version, which has been in development since February of this year, several changes have been implemented that modernize the MiniPlaceholders code base, as well as improving performance for both regular and advanced use. In addition to adding ExpansionProvider, a new convention for creating expansions in MiniPlaceholders, without the need to rely on a specific platform.

Expansion Provider

As mentioned above, ExpansionProviders have been added, which are a type of independent project that can provide an Expansion according to the configured requirements. In addition, it is multiplatform and does not require an individual initializer for each platform you want to support. If you want to see an example of its use, you can check out its wiki page or directly review a practical example in the Template Expansion.

Rewritted API Usage

From now on, an audience will not be required when obtaining placeholders. This allows for greater efficiency, as it avoids creating multiple unnecessary objects by delegating the function of providing the required audience to the parsing phase. For this reason, to use MiniPlaceholders Audience placeholders, you must include the Audience in the target field of the MiniMessage#deserialize method so that it can be recognized by the corresponding placeholders. In addition, you now have the ability to create type-safe placeholders by including the target class as the first argument. You can find more information about this in the wiki.

Due to these changes, most projects created for MiniPlaceholders v2 are incompatible with MiniPlaceholders v3. Please be patient while your favorite projects are updated to the new version.

At the time of writing this changelog, there are more than a dozen expansions already available for MiniPlaceholders v3, such as the PlatformInfo, ProxyConnection, Player, Spark, LuckPerms, PlaceholderAdapter, Vault, and more expansions...

These new expansions, as mentioned above, are no longer installed as separate plugins/mods. Now, you simply need to place them inside the MiniPlaceholders folder in the expansions folder.

If you liked this update and would like to contribute in some way, we have pull requests available so you can contribute to this project. You can also contribute financially via PayPal or GitHub Sponsors.

Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.3.0...3.0.0

2.3.0

正式版
加载器
fabric · quilt
MC 版本
1.21.3 · 1.21.4 · 1.21.5
MiniPlaceholders-Fabric-2.3.0.jar2.3 MBSHA-1 feba97c24425be1271efa9a6aac9e3ea40955d6c获取文件 MiniPlaceholders-Fabric-2.3.0.jar
展开更新日志

2.3.0

正式版
加载器
folia · paper · purpur
MC 版本
1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
MiniPlaceholders-Paper-2.3.0.jar1 MBSHA-1 108887b43ae480e47faddc7f27e005862fd4adb9获取文件 MiniPlaceholders-Paper-2.3.0.jar
展开更新日志

2.3.0

正式版
加载器
sponge
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
MiniPlaceholders-Sponge-2.3.0.jar63.2 KBSHA-1 60a212b3c0edbfd0556f0d94ded60500efe294b4获取文件 MiniPlaceholders-Sponge-2.3.0.jar
展开更新日志

2.3.0

正式版
加载器
velocity
MC 版本
1.7.2 · 1.7.3 · 1.7.4 · 1.7.5 · 1.7.6 · 1.7.7 · 1.7.8 · 1.7.9 · 1.7.10 · 1.8 · 1.8.1 · 1.8.2 · 1.8.3 · 1.8.4 · 1.8.5 · 1.8.6 · 1.8.7 · 1.8.8 · 1.8.9 · 1.9 · 1.9.1 · 1.9.2 · 1.9.3 · 1.9.4 · 1.10 · 1.10.1 · 1.10.2 · 1.11 · 1.11.1 · 1.11.2 · 1.12 · 1.12.1 · 1.12.2 · 1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
MiniPlaceholders-Velocity-2.3.0.jar822.6 KBSHA-1 905c6d54608148180d42caf205aed23f1a6995a4获取文件 MiniPlaceholders-Velocity-2.3.0.jar
展开更新日志

2.2.4

正式版
加载器
velocity
MC 版本
1.7.2 · 1.7.3 · 1.7.4 · 1.7.5 · 1.7.6 · 1.7.7 · 1.7.8 · 1.7.9 · 1.7.10 · 1.8 · 1.8.1 · 1.8.2 · 1.8.3 · 1.8.4 · 1.8.5 · 1.8.6 · 1.8.7 · 1.8.8 · 1.8.9 · 1.9 · 1.9.1 · 1.9.2 · 1.9.3 · 1.9.4 · 1.10 · 1.10.1 · 1.10.2 · 1.11 · 1.11.1 · 1.11.2 · 1.12 · 1.12.1 · 1.12.2 · 1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21
MiniPlaceholders-Velocity-2.2.4.jar619.3 KBSHA-1 4d99b3993415f92250a6c178b98ae2ec2e59d23e获取文件 MiniPlaceholders-Velocity-2.2.4.jar
展开更新日志
  • Deprecated TagsUtils#staticTag
  • Updated to Fabric 1.20.3+

Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.2.3...2.2.4

2.2.3

正式版
加载器
sponge
MC 版本
1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
MiniPlaceholders-Sponge-2.2.3.jar722.2 KBSHA-1 575e78afce9cbc51534a57c2b50b639e17e34d1e获取文件 MiniPlaceholders-Sponge-2.2.3.jar
展开更新日志

What's changed

  • fix: Fixed native expansion placeholders nesting
  • chore: Relicensed project with Apache 2 license

Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.2.2...2.2.3

2.2.3

正式版
加载器
velocity
MC 版本
1.7.2 · 1.7.3 · 1.7.4 · 1.7.5 · 1.7.6 · 1.7.7 · 1.7.8 · 1.7.9 · 1.7.10 · 1.8 · 1.8.1 · 1.8.2 · 1.8.3 · 1.8.4 · 1.8.5 · 1.8.6 · 1.8.7 · 1.8.8 · 1.8.9 · 1.9 · 1.9.1 · 1.9.2 · 1.9.3 · 1.9.4 · 1.10 · 1.10.1 · 1.10.2 · 1.11 · 1.11.1 · 1.11.2 · 1.12 · 1.12.1 · 1.12.2 · 1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
MiniPlaceholders-Velocity-2.2.3.jar619.3 KBSHA-1 c1cbe5b446a466d659d062f6b815f94305d4f445获取文件 MiniPlaceholders-Velocity-2.2.3.jar
展开更新日志

What's changed

  • fix: Fixed native expansion placeholders nesting
  • chore: Relicensed project with Apache 2 license

Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.2.2...2.2.3

2.2.2

正式版
加载器
sponge
MC 版本
1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2
MiniPlaceholders-Sponge-2.2.2.jar722.2 KBSHA-1 45ef11322127489cc707ee3ca6fbcc24f924f06f获取文件 MiniPlaceholders-Sponge-2.2.2.jar
展开更新日志

What's Changed

  • fix(fabric): Fixed legacy serializer inclusion
  • Updated dependencies

Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.2.1...2.2.2

2.2.2

正式版
加载器
velocity
MC 版本
1.7.2 · 1.7.3 · 1.7.4 · 1.7.5 · 1.7.6 · 1.7.7 · 1.7.8 · 1.7.9 · 1.7.10 · 1.8 · 1.8.1 · 1.8.2 · 1.8.3 · 1.8.4 · 1.8.5 · 1.8.6 · 1.8.7 · 1.8.8 · 1.8.9 · 1.9 · 1.9.1 · 1.9.2 · 1.9.3 · 1.9.4 · 1.10 · 1.10.1 · 1.10.2 · 1.11 · 1.11.1 · 1.11.2 · 1.12 · 1.12.1 · 1.12.2 · 1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2
MiniPlaceholders-Velocity-2.2.2.jar619.2 KBSHA-1 0b45cd557eb47e5f119d82813aeb277338276c93获取文件 MiniPlaceholders-Velocity-2.2.2.jar
展开更新日志

What's Changed

  • fix(fabric): Fixed legacy serializer inclusion
  • Updated dependencies

Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.2.1...2.2.2

2.2.1

正式版
加载器
fabric · quilt
MC 版本
1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 23w31a · 23w32a · 23w33a · 1.20.2
MiniPlaceholders-Fabric-2.2.1.jar1.7 MBSHA-1 7f7c457512917db2aff94fa43fd548ced6334f13获取文件 MiniPlaceholders-Fabric-2.2.1.jar
展开更新日志

2.2.1

正式版
加载器
folia · paper · purpur
MC 版本
1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2
MiniPlaceholders-Paper-2.2.1.jar833.9 KBSHA-1 e9c498219d61163195ce2cffe4376026645106e8获取文件 MiniPlaceholders-Paper-2.2.1.jar
展开更新日志

2.2.1

正式版
加载器
sponge
MC 版本
1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2
MiniPlaceholders-Sponge-2.2.1.jar722.2 KBSHA-1 71cd2a350bf984e73a20d2a6fa660fe71c0124be获取文件 MiniPlaceholders-Sponge-2.2.1.jar
展开更新日志

2.2.1

正式版
加载器
velocity
MC 版本
1.7.2 · 1.7.3 · 1.7.4 · 1.7.5 · 1.7.6 · 1.7.7 · 1.7.8 · 1.7.9 · 1.7.10 · 1.8 · 1.8.1 · 1.8.2 · 1.8.3 · 1.8.4 · 1.8.5 · 1.8.6 · 1.8.7 · 1.8.8 · 1.8.9 · 1.9 · 1.9.1 · 1.9.2 · 1.9.3 · 1.9.4 · 1.10 · 1.10.1 · 1.10.2 · 1.11 · 1.11.1 · 1.11.2 · 1.12 · 1.12.1 · 1.12.2 · 1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2
MiniPlaceholders-Velocity-2.2.1.jar619.3 KBSHA-1 5cf369499eb854afb282b4fa661acc74fc15f05f获取文件 MiniPlaceholders-Velocity-2.2.1.jar
展开更新日志

2.2.0

正式版
加载器
fabric · quilt
MC 版本
1.19.4 · 23w17a · 23w18a · 1.20-pre1 · 1.20-pre2 · 1.20-pre3 · 1.20-pre4 · 1.20-pre5 · 1.20-pre6 · 1.20-pre7 · 1.20-rc1 · 1.20 · 1.20.1-rc1 · 1.20.1
MiniPlaceholders-Fabric-2.2.0.jar1.7 MBSHA-1 98c05efe05981ec2d71e82d36803f71e8c330f74获取文件 MiniPlaceholders-Fabric-2.2.0.jar
展开更新日志

What's Changed

Features

Dependency Updates

Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.1.0...2.2.0

2.2.0

正式版
加载器
folia · paper · purpur
MC 版本
1.19.3 · 1.19.4 · 1.20 · 1.20.1
MiniPlaceholders-Paper-2.2.0.jar833.5 KBSHA-1 7386cf468777cbd10fa1cae3da990a209e5ea6bb获取文件 MiniPlaceholders-Paper-2.2.0.jar
展开更新日志

What's Changed

Features

Dependency Updates

Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.1.0...2.2.0

2.2.0

正式版
加载器
sponge
MC 版本
1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1
MiniPlaceholders-Sponge-2.2.0.jar721.8 KBSHA-1 2b880e595b0c7866dcda5e40b809ccba55853368获取文件 MiniPlaceholders-Sponge-2.2.0.jar
展开更新日志

What's Changed

Features

Dependency Updates

Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.1.0...2.2.0

2.2.0

正式版
加载器
velocity
MC 版本
1.7.2 · 1.7.3 · 1.7.4 · 1.7.5 · 1.7.6 · 1.7.7 · 1.7.8 · 1.7.9 · 1.7.10 · 1.8 · 1.8.1 · 1.8.2 · 1.8.3 · 1.8.4 · 1.8.5 · 1.8.6 · 1.8.7 · 1.8.8 · 1.8.9 · 1.9 · 1.9.1 · 1.9.2 · 1.9.3 · 1.9.4 · 1.10 · 1.10.1 · 1.10.2 · 1.11 · 1.11.1 · 1.11.2 · 1.12 · 1.12.1 · 1.12.2 · 1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1
MiniPlaceholders-Velocity-2.2.0.jar618.8 KBSHA-1 1a5248775910b93d8f7d340f343a6fda6a96f6d7获取文件 MiniPlaceholders-Velocity-2.2.0.jar
展开更新日志

What's Changed

Features

Dependency Updates

Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.1.0...2.2.0

2.1.0

正式版
加载器
fabric · quilt
MC 版本
1.19.4 · 23w17a · 23w18a · 1.20-pre1
MiniPlaceholders-Fabric-mc1.19.4-v2.1.0.jar769.7 KBSHA-1 ba252d9df5ed010c9c1892fd5ca31d14e3a3b79d获取文件 MiniPlaceholders-Fabric-mc1.19.4-v2.1.0.jar
展开更新日志

Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.0.2...2.1.0

2.1.0

正式版
加载器
folia · paper · purpur · velocity
MC 版本
1.19.4
MiniPlaceholders-2.1.0.jar68 KBSHA-1 66b508eab104f56aa7457401d32218ec5ed989d9获取文件 MiniPlaceholders-2.1.0.jar
展开更新日志

Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.0.2...2.1.0

2.1.0-SNAPSHOT

测试版
加载器
fabric
MC 版本
1.19.4
MiniPlaceholders-Fabric-mc1.19.4-v2.1.0-SNAPSHOT.jar751.7 KBSHA-1 2e4d64a1d50701c2e57a11a77cec3a251e15f253获取文件 MiniPlaceholders-Fabric-mc1.19.4-v2.1.0-SNAPSHOT.jar
展开更新日志

Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.0.2...2.1.0-Beta

2.0.1

正式版
加载器
paper · purpur · velocity
MC 版本
1.19.4
MiniPlaceholders-2.0.1.jar50.1 KBSHA-1 f90b5f9afa12140794eac6f97078686e3247a65b获取文件 MiniPlaceholders-2.0.1.jar
展开更新日志

Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.0.0...2.0.1

2.0.0

正式版
加载器
paper · purpur · velocity
MC 版本
1.19.3
MiniPlaceholders-2.0.0.jar48.2 KBSHA-1 53d9504003b329c4d9bf35271ec421e24091e3c1获取文件 MiniPlaceholders-2.0.0.jar
展开更新日志

This update breaks hooks that have other plugins because it changes the groupId, those plugins have to be updated to work with MiniPlaceholders again

Starting with this update a new API module, miniplaceholders-kotlin-ext, is included. This module provides useful extensions when developing kotlin plugins with the MiniPlaceholders API. It can only be used on a platform that provides it natively, such as krypton or through a plugin that provides it, such as MCKotlin

What's Changed

Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/1.3.1...2.0.0

1.3.1

正式版
加载器
paper · purpur · velocity
MC 版本
1.18.2 · 1.19 · 1.19.1 · 1.19.2
MiniPlaceholders-1.3.1.jar42.4 KBSHA-1 cb42bac49750dbb00ddc3c5a1ac7654b86086443获取文件 MiniPlaceholders-1.3.1.jar
展开更新日志

What's Changed

  • feat: Implement Krypton Platform
  • fix: Fixed subcommand missing permissions

1.2.1

正式版
加载器
paper · purpur · velocity
MC 版本
1.18.2 · 1.19 · 1.19.1 · 1.19.2
MiniPlaceholders-1.2.1.jar37.4 KBSHA-1 fdd37181c20e15d3651e239655644f7f2d72d0b4获取文件 MiniPlaceholders-1.2.1.jar
展开更新日志

API Only Change

This allows the MiniPlaceholders API to be used in a modular project

1.2.0

正式版
加载器
paper · purpur · velocity
MC 版本
1.18.2 · 1.19 · 1.19.1 · 1.19.2
MiniPlaceholders.jar37.4 KBSHA-1 ea61af7c74fee31148de5d645f552a39a4995192获取文件 MiniPlaceholders.jar
展开更新日志

What's Changed

Full Changelog: https://github.com/4drian3d/MiniPlaceholders/compare/1.1.1...1.2.0

依赖关系